@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);


body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Verdana';
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Verdana';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.7rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Verdana';
  font-size: 0.95rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.52rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.8) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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))));
  }
  .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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #53ffe5 !important;
}
.bg-success {
  background-color: #00adef !important;
}
.bg-info {
  background-color: #58585b !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #53ffe5 !important;
  border-color: #53ffe5 !important;
  color: #005346 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #005346 !important;
  background-color: #06ffd9 !important;
  border-color: #06ffd9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #005346 !important;
  background-color: #06ffd9 !important;
  border-color: #06ffd9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00a9ac !important;
  border-color: #00a9ac !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #005e60 !important;
  border-color: #005e60 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #005e60 !important;
  border-color: #005e60 !important;
}
.btn-info,
.btn-info:active {
  background-color: #58585b !important;
  border-color: #58585b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #323234 !important;
  border-color: #323234 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #323234 !important;
  border-color: #323234 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00adef !important;
  border-color: #00adef !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0076a3 !important;
  border-color: #0076a3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0076a3 !important;
  border-color: #0076a3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #00ecc8;
  color: #00ecc8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #005346;
  background-color: #53ffe5;
  border-color: #53ffe5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #005346 !important;
  background-color: #53ffe5 !important;
  border-color: #53ffe5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #004546;
  color: #004546;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #00a9ac;
  border-color: #00a9ac;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a9ac !important;
  border-color: #00a9ac !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #262627;
  color: #262627;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #58585b;
  border-color: #58585b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #58585b !important;
  border-color: #58585b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #006389;
  color: #006389;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00adef;
  border-color: #00adef;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00adef !important;
  border-color: #00adef !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #53ffe5 !important;
}
.text-secondary {
  color: #00a9ac !important;
}
.text-success {
  color: #00adef !important;
}
.text-info {
  color: #58585b !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00ecc8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #004546 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #006389 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #262627 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #999999 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #58585b;
}
.alert-warning {
  background-color: #cccccc;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #53ffe5;
  border-color: #53ffe5;
  color: #006c5c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #53ffe5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bcecff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #98989b;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Verdana';
  font-size: 0.95rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.52rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #53ffe5;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #53ffe5;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #53ffe5;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #53ffe5;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #53ffe5;
}
/* Headers*/
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qWSR6sIuR6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-qWSR6sIuR6 .mbr-text,
.cid-qWSR6sIuR6 blockquote {
  color: #767676;
}
.cid-qWSR6sIuR6 .mbr-text {
  text-align: center;
}
.cid-qLoeOeU9O6 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fabtec-homeslider-1-poolfencing-1-1700x744.jpg");
}
.cid-qWPyMZ4JSn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWPyMZ4JSn .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-qWPyMZ4JSn H2 {
  color: #00adef;
  text-align: left;
}
.cid-qWPCXgMRDS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qWPCXgMRDS .mbr-text,
.cid-qWPCXgMRDS blockquote {
  color: #767676;
}
.cid-qWPCXgMRDS .mbr-text {
  color: #58585b;
}
.cid-qLoeOcZpUl .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qLoeOcZpUl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qLoeOcZpUl a {
  font-style: normal;
}
.cid-qLoeOcZpUl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLoeOcZpUl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLoeOcZpUl .nav-item:focus,
.cid-qLoeOcZpUl .nav-link:focus {
  outline: none;
}
.cid-qLoeOcZpUl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLoeOcZpUl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLoeOcZpUl .menu-logo {
  margin-right: auto;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLoeOcZpUl .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-qLoeOcZpUl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLoeOcZpUl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLoeOcZpUl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLoeOcZpUl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLoeOcZpUl button.navbar-toggler:focus {
  outline: none;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLoeOcZpUl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLoeOcZpUl .collapsed .btn {
  display: flex;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLoeOcZpUl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLoeOcZpUl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLoeOcZpUl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLoeOcZpUl .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-qLoeOcZpUl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLoeOcZpUl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLoeOcZpUl .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;
}
@media (max-width: 991px) {
  .cid-qLoeOcZpUl .navbar-expand {
    flex-direction: column;
  }
  .cid-qLoeOcZpUl img {
    height: 3.8rem !important;
  }
  .cid-qLoeOcZpUl .btn {
    display: flex;
  }
  .cid-qLoeOcZpUl button.navbar-toggler {
    display: block;
  }
  .cid-qLoeOcZpUl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLoeOcZpUl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLoeOcZpUl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing,
  .cid-qLoeOcZpUl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-nav,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLoeOcZpUl .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-qLoeOcZpUl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLoeOcZpUl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLoeOcZpUl .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;
  }
}
@media (min-width: 767px) {
  .cid-qLoeOcZpUl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLoeOcZpUl .navbar-collapse {
  flex-basis: auto;
}
.cid-qLoeOcZpUl .nav-link:hover,
.cid-qLoeOcZpUl .dropdown-item:hover {
  color: #53ffe5 !important;
}
.cid-qWPyAMp9ar {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWPyAMp9ar .counter-container {
  color: #767676;
}
.cid-qWPyAMp9ar .counter-container ul {
  margin-bottom: 0;
}
.cid-qWPyAMp9ar .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qWPyAMp9ar .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #53ffe5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #53ffe5;
  color: #53ffe5;
  content: '✓';
}
.cid-qWPyAMp9ar .mbr-text UL {
  color: #58585b;
}
.cid-qWPJwWuBCC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fabtec-framelessglasspoolfencing-2-2000x1485.jpg");
}
@media (min-width: 992px) {
  .cid-qWPJwWuBCC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qWPJwWuBCC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qWPJwWuBCC .mbr-text {
    text-align: center;
  }
}
.cid-qWPyI7Qy9T {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qWPyI7Qy9T h2 {
  text-align: center;
}
.cid-qWPyI7Qy9T h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qWPyI7Qy9T p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qWPyI7Qy9T .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qWPyI7Qy9T .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qWPyI7Qy9T .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qWPyI7Qy9T .mbr-section-title {
  color: #00a9ac;
}
.cid-qWPyI7Qy9T H4 {
  text-align: center;
}
.cid-qWTaiwUoew {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qWTaiwUoew h2 {
  text-align: center;
}
.cid-qWTaiwUoew h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qWTaiwUoew p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qWTaiwUoew .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qWTaiwUoew .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qWTaiwUoew .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qWUl9C7L7a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWUl9C7L7a .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-qWUl9C7L7a H2 {
  color: #00adef;
  text-align: left;
}
.cid-qWUj5wzuA9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qWUj5wzuA9 .mbr-text,
.cid-qWUj5wzuA9 blockquote {
  color: #767676;
}
.cid-qWUj5wzuA9 .mbr-text DIV {
  color: #58585b;
}
.cid-qWUkQ8JdJu {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qWUkQ8JdJu .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-qWUkQ8JdJu H2 {
  color: #00adef;
  text-align: left;
}
.cid-qWUipTf2Ib {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-qWUipTf2Ib h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qWUipTf2Ib p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qWUipTf2Ib .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-qWUipTf2Ib .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qWUipTf2Ib .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-qWUipTf2Ib .card-title,
.cid-qWUipTf2Ib .card-img {
  color: #00adef;
  text-align: center;
}
.cid-qWUipTf2Ib P {
  text-align: center;
}
.cid-qWUiqMZL3u {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qWUiqMZL3u h2 {
  text-align: left;
}
.cid-qWUiqMZL3u h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qWUiqMZL3u p {
  color: #767676;
  text-align: left;
}
.cid-qWUiqMZL3u .aside-content {
  flex-basis: 100%;
}
.cid-qWUiqMZL3u .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qWUiqMZL3u .media {
  margin: initial;
  align-items: center;
}
.cid-qWUiqMZL3u .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qWUiqMZL3u .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qWUiqMZL3u .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qWUiqMZL3u .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qWUiqMZL3u .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qWUiqMZL3u .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qWUiqMZL3u .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qWUiqMZL3u .card-img span {
    font-size: 40px !important;
  }
}
.cid-qWUiqMZL3u H2 {
  color: #00adef;
}
.cid-qWUiqMZL3u H4 {
  color: #58585b;
}
.cid-qWUiqMZL3u .mbr-text {
  text-align: left;
  color: #58585b;
}
.cid-qWUiKMeK87 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-qWUiKMeK87 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qWUiKMeK87 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qWUiKMeK87 .media-wrap img {
  height: 6rem;
}
.cid-qWUiKMeK87 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qWUiKMeK87 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qWUiKMeK87 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qWUiKMeK87 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qWUiKMeK87 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qWUiKMeK87 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qWUiKMeK87 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qWUiKMeK87 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qWUiKMeK87 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qWUiKMeK87 .copyright > p {
  color: #465052;
}
.cid-qWUiKMeK87 .links {
  color: #efefef;
  text-align: center;
}
.cid-qWTOe6knlG {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fabtec-poolfence-framelessglass-1-960x720.jpg");
}
.cid-qWTOe6knlG H2 {
  color: #53ffe5;
}
.cid-qWTwKCp4SQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qWTwKCp4SQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qWTwKCp4SQ p {
  color: #767676;
  text-align: left;
}
.cid-qWTwKCp4SQ .card-box {
  padding-top: 2rem;
}
.cid-qWTwKCp4SQ .card-wrapper {
  height: 100%;
}
.cid-qWTwKCp4SQ .card-title {
  color: #00adef;
}
.cid-qWTwKCp4SQ P {
  text-align: left;
  color: #58585b;
}
.cid-qWU4Bbkcz5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qWU4Bbkcz5 .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-qWU4Bbkcz5 H2 {
  color: #00adef;
  text-align: left;
}
.cid-qWU4CEMvZI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qWU4CEMvZI .mbr-text,
.cid-qWU4CEMvZI blockquote {
  color: #767676;
}
.cid-qWU4CEMvZI .mbr-text {
  color: #58585b;
}
.cid-qWU5nGpIRN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWU5nGpIRN .counter-container {
  color: #767676;
}
.cid-qWU5nGpIRN .counter-container ul {
  margin-bottom: 0;
}
.cid-qWU5nGpIRN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qWU5nGpIRN .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #53ffe5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #53ffe5;
  color: #53ffe5;
  content: '✓';
}
.cid-qWU5nGpIRN .mbr-text UL {
  color: #58585b;
}
.cid-qWTsc5datE {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-qWTsc5datE .main {
  flex-direction: row-reverse;
}
.cid-qWTsc5datE .main .mbr-section-btn {
  text-align: right;
}
.cid-qWTsc5datE .btn {
  margin: 0 0 .5rem 0;
}
.cid-qWTsc5datE H2 {
  text-align: right;
}
.cid-qWTsc5datE H3 {
  text-align: left;
}
.cid-qLoeOcZpUl .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qLoeOcZpUl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qLoeOcZpUl a {
  font-style: normal;
}
.cid-qLoeOcZpUl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLoeOcZpUl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLoeOcZpUl .nav-item:focus,
.cid-qLoeOcZpUl .nav-link:focus {
  outline: none;
}
.cid-qLoeOcZpUl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLoeOcZpUl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLoeOcZpUl .menu-logo {
  margin-right: auto;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLoeOcZpUl .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-qLoeOcZpUl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLoeOcZpUl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLoeOcZpUl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLoeOcZpUl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLoeOcZpUl button.navbar-toggler:focus {
  outline: none;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLoeOcZpUl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLoeOcZpUl .collapsed .btn {
  display: flex;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLoeOcZpUl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLoeOcZpUl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLoeOcZpUl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLoeOcZpUl .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-qLoeOcZpUl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLoeOcZpUl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLoeOcZpUl .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;
}
@media (max-width: 991px) {
  .cid-qLoeOcZpUl .navbar-expand {
    flex-direction: column;
  }
  .cid-qLoeOcZpUl img {
    height: 3.8rem !important;
  }
  .cid-qLoeOcZpUl .btn {
    display: flex;
  }
  .cid-qLoeOcZpUl button.navbar-toggler {
    display: block;
  }
  .cid-qLoeOcZpUl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLoeOcZpUl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLoeOcZpUl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing,
  .cid-qLoeOcZpUl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-nav,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLoeOcZpUl .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-qLoeOcZpUl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLoeOcZpUl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLoeOcZpUl .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;
  }
}
@media (min-width: 767px) {
  .cid-qLoeOcZpUl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLoeOcZpUl .navbar-collapse {
  flex-basis: auto;
}
.cid-qLoeOcZpUl .nav-link:hover,
.cid-qLoeOcZpUl .dropdown-item:hover {
  color: #53ffe5 !important;
}
.cid-qWTrXwQBIt {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qWTrXwQBIt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWTrXwQBIt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWTrXwQBIt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWTrXwQBIt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWTrXwQBIt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53ffe5;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWTrXwQBIt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWTrXwQBIt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWTrXwQBIt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWTrXwQBIt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #53ffe5 !important;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r00SuWqo8s {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r00SuWqo8s .main {
  flex-direction: row-reverse;
}
.cid-r00SuWqo8s .main .mbr-section-btn {
  text-align: right;
}
.cid-r00SuWqo8s .btn {
  margin: 0 0 .5rem 0;
}
.cid-r00SuWqo8s H2 {
  text-align: right;
}
.cid-r00SuWqo8s H3 {
  text-align: left;
}
.cid-r00SxOVJEa {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r00SxOVJEa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r00SxOVJEa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r00SxOVJEa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r00SxOVJEa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r00SxOVJEa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53ffe5;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r00SxOVJEa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r00SxOVJEa .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r00SxOVJEa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r00SxOVJEa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #53ffe5 !important;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r2Q1XVUtB4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r2Q1XVUtB4 .main {
  flex-direction: row-reverse;
}
.cid-r2Q1XVUtB4 .main .mbr-section-btn {
  text-align: right;
}
.cid-r2Q1XVUtB4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-r2Q1XVUtB4 H2 {
  text-align: right;
}
.cid-r2Q1XVUtB4 H3 {
  text-align: left;
}
.cid-r2Q1YDlWqp {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r2Q1YDlWqp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r2Q1YDlWqp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r2Q1YDlWqp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r2Q1YDlWqp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r2Q1YDlWqp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53ffe5;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r2Q1YDlWqp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r2Q1YDlWqp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r2Q1YDlWqp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r2Q1YDlWqp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #53ffe5 !important;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r00WGKGq9i {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r00WGKGq9i .mbr-section-subtitle {
  color: #58585b;
  text-align: center;
}
.cid-r00WGKGq9i H2 {
  color: #00adef;
  text-align: left;
}
.cid-qWVgyQLCUv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-qWVgyQLCUv h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qWVgyQLCUv p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qWVgyQLCUv .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-qWVgyQLCUv .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qWVgyQLCUv .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-qWVgyQLCUv .card-title,
.cid-qWVgyQLCUv .card-img {
  color: #00adef;
  text-align: center;
}
.cid-qWVgyQLCUv P {
  text-align: center;
}
.cid-qWVgADj9Ss {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qWVgADj9Ss h2 {
  text-align: left;
}
.cid-qWVgADj9Ss h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qWVgADj9Ss p {
  color: #767676;
  text-align: left;
}
.cid-qWVgADj9Ss .aside-content {
  flex-basis: 100%;
}
.cid-qWVgADj9Ss .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qWVgADj9Ss .media {
  margin: initial;
  align-items: center;
}
.cid-qWVgADj9Ss .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qWVgADj9Ss .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qWVgADj9Ss .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qWVgADj9Ss .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qWVgADj9Ss .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qWVgADj9Ss .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qWVgADj9Ss .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qWVgADj9Ss .card-img span {
    font-size: 40px !important;
  }
}
.cid-qWVgADj9Ss H2 {
  color: #00adef;
}
.cid-qWVgADj9Ss H4 {
  color: #58585b;
}
.cid-qWVgADj9Ss .mbr-text {
  text-align: left;
  color: #58585b;
}
.cid-qWVgCb94gt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-qWVgCb94gt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qWVgCb94gt .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qWVgCb94gt .media-wrap img {
  height: 6rem;
}
.cid-qWVgCb94gt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qWVgCb94gt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qWVgCb94gt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qWVgCb94gt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qWVgCb94gt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qWVgCb94gt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qWVgCb94gt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qWVgCb94gt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qWVgCb94gt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qWVgCb94gt .copyright > p {
  color: #465052;
}
.cid-qWVgCb94gt .links {
  color: #efefef;
  text-align: center;
}
.cid-qLoeOcZpUl .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qLoeOcZpUl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qLoeOcZpUl a {
  font-style: normal;
}
.cid-qLoeOcZpUl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLoeOcZpUl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLoeOcZpUl .nav-item:focus,
.cid-qLoeOcZpUl .nav-link:focus {
  outline: none;
}
.cid-qLoeOcZpUl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLoeOcZpUl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLoeOcZpUl .menu-logo {
  margin-right: auto;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLoeOcZpUl .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-qLoeOcZpUl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLoeOcZpUl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLoeOcZpUl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLoeOcZpUl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLoeOcZpUl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLoeOcZpUl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLoeOcZpUl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLoeOcZpUl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLoeOcZpUl button.navbar-toggler:focus {
  outline: none;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLoeOcZpUl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLoeOcZpUl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLoeOcZpUl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLoeOcZpUl .collapsed .btn {
  display: flex;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLoeOcZpUl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLoeOcZpUl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLoeOcZpUl .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLoeOcZpUl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLoeOcZpUl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLoeOcZpUl .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-qLoeOcZpUl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLoeOcZpUl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLoeOcZpUl .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;
}
@media (max-width: 991px) {
  .cid-qLoeOcZpUl .navbar-expand {
    flex-direction: column;
  }
  .cid-qLoeOcZpUl img {
    height: 3.8rem !important;
  }
  .cid-qLoeOcZpUl .btn {
    display: flex;
  }
  .cid-qLoeOcZpUl button.navbar-toggler {
    display: block;
  }
  .cid-qLoeOcZpUl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLoeOcZpUl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLoeOcZpUl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing,
  .cid-qLoeOcZpUl .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-nav,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLoeOcZpUl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLoeOcZpUl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLoeOcZpUl .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-qLoeOcZpUl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLoeOcZpUl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLoeOcZpUl .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;
  }
}
@media (min-width: 767px) {
  .cid-qLoeOcZpUl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLoeOcZpUl .navbar-collapse {
  flex-basis: auto;
}
.cid-qLoeOcZpUl .nav-link:hover,
.cid-qLoeOcZpUl .dropdown-item:hover {
  color: #53ffe5 !important;
}
.cid-r0cgBHkLfW {
  background-image: url("../../../assets/images/screen-shot-2018-08-09-at-2.09.39-pm-850x847.png");
}
.cid-r0cgBHkLfW .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#4ac3f7, #53ffe5);
  border: none;
}
.cid-r0cgBHkLfW .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-r0cgBHkLfW .content-container {
    padding-right: 5rem;
  }
}
.cid-r0cgBHkLfW .mbr-text,
.cid-r0cgBHkLfW .mbr-section-btn {
  text-align: center;
}
.cid-r0cgBHkLfW .mbr-text,
.cid-r0cgBHkLfW .mbr-section-btn B {
  color: #ffffff;
}
.cid-r0cgBHkLfW H1 {
  color: #53ffe5;
  text-align: center;
}
.cid-r0ck86RDHV {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r0ck86RDHV .mbr-section-subtitle {
  color: #58585b;
  text-align: center;
}
.cid-r0ck86RDHV H2 {
  color: #00adef;
  text-align: left;
}
.cid-r0cjXJ5RH1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-r0cjXJ5RH1 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r0cjXJ5RH1 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-r0cjXJ5RH1 .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-r0cjXJ5RH1 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-r0cjXJ5RH1 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-r0cjXJ5RH1 .card-title,
.cid-r0cjXJ5RH1 .card-img {
  color: #00adef;
  text-align: center;
}
.cid-r0cjXJ5RH1 P {
  text-align: center;
}
.cid-r0ck69Ra3Z {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-r0ck69Ra3Z h2 {
  text-align: left;
}
.cid-r0ck69Ra3Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r0ck69Ra3Z p {
  color: #767676;
  text-align: left;
}
.cid-r0ck69Ra3Z .aside-content {
  flex-basis: 100%;
}
.cid-r0ck69Ra3Z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-r0ck69Ra3Z .media {
  margin: initial;
  align-items: center;
}
.cid-r0ck69Ra3Z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-r0ck69Ra3Z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-r0ck69Ra3Z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r0ck69Ra3Z .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-r0ck69Ra3Z .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-r0ck69Ra3Z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-r0ck69Ra3Z .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-r0ck69Ra3Z .card-img span {
    font-size: 40px !important;
  }
}
.cid-r0ck69Ra3Z H2 {
  color: #00adef;
}
.cid-r0ck69Ra3Z H4 {
  color: #58585b;
}
.cid-r0ck69Ra3Z .mbr-text {
  text-align: left;
  color: #58585b;
}
.cid-r0cjVslThg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-r0cjVslThg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r0cjVslThg .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-r0cjVslThg .media-wrap img {
  height: 6rem;
}
.cid-r0cjVslThg .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-r0cjVslThg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r0cjVslThg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-r0cjVslThg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r0cjVslThg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-r0cjVslThg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r0cjVslThg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r0cjVslThg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0cjVslThg .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r0cjVslThg .copyright > p {
  color: #465052;
}
.cid-r0cjVslThg .links {
  color: #efefef;
  text-align: center;
}
.cid-qWUefbAorz {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fabtec-balustrading-frameless-glass-01a-960x720.jpg");
}
.cid-qWUefbAorz H2 {
  color: #53ffe5;
}
.cid-qWUefd6RTh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qWUefd6RTh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qWUefd6RTh p {
  color: #767676;
  text-align: left;
}
.cid-qWUefd6RTh .card-box {
  padding-top: 2rem;
}
.cid-qWUefd6RTh .card-wrapper {
  height: 100%;
}
.cid-qWUefd6RTh .card-title {
  color: #00adef;
}
.cid-qWUefd6RTh P {
  text-align: left;
  color: #58585b;
}
.cid-qWUeff1Z2t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWUeff1Z2t .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-qWUeff1Z2t H2 {
  color: #00adef;
  text-align: left;
}
.cid-qWUeffNqHh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWUeffNqHh .mbr-text,
.cid-qWUeffNqHh blockquote {
  color: #767676;
}
.cid-qWUeffNqHh .mbr-text P {
  color: #58585b;
}
.cid-qWUefgCPfS {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-qWUefgCPfS .main {
  flex-direction: row-reverse;
}
.cid-qWUefgCPfS .main .mbr-section-btn {
  text-align: right;
}
.cid-qWUefgCPfS .btn {
  margin: 0 0 .5rem 0;
}
.cid-qWUefgCPfS H2 {
  text-align: right;
}
.cid-qWUefgCPfS H3 {
  text-align: left;
}
.cid-qWUefhpEQz .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qWUefhpEQz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qWUefhpEQz a {
  font-style: normal;
}
.cid-qWUefhpEQz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qWUefhpEQz .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qWUefhpEQz .nav-item:focus,
.cid-qWUefhpEQz .nav-link:focus {
  outline: none;
}
.cid-qWUefhpEQz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qWUefhpEQz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qWUefhpEQz .menu-logo {
  margin-right: auto;
}
.cid-qWUefhpEQz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qWUefhpEQz .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-qWUefhpEQz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qWUefhpEQz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qWUefhpEQz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qWUefhpEQz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qWUefhpEQz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qWUefhpEQz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qWUefhpEQz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qWUefhpEQz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qWUefhpEQz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qWUefhpEQz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qWUefhpEQz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qWUefhpEQz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qWUefhpEQz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qWUefhpEQz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qWUefhpEQz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qWUefhpEQz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qWUefhpEQz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qWUefhpEQz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qWUefhpEQz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qWUefhpEQz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qWUefhpEQz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qWUefhpEQz button.navbar-toggler:focus {
  outline: none;
}
.cid-qWUefhpEQz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-qWUefhpEQz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qWUefhpEQz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qWUefhpEQz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qWUefhpEQz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qWUefhpEQz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qWUefhpEQz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qWUefhpEQz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qWUefhpEQz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qWUefhpEQz .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qWUefhpEQz .collapsed .btn {
  display: flex;
}
.cid-qWUefhpEQz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qWUefhpEQz .collapsed .navbar-collapse.collapsing,
.cid-qWUefhpEQz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qWUefhpEQz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qWUefhpEQz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qWUefhpEQz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qWUefhpEQz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qWUefhpEQz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qWUefhpEQz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qWUefhpEQz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qWUefhpEQz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qWUefhpEQz .collapsed button.navbar-toggler {
  display: block;
}
.cid-qWUefhpEQz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qWUefhpEQz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qWUefhpEQz .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-qWUefhpEQz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qWUefhpEQz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qWUefhpEQz .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;
}
@media (max-width: 991px) {
  .cid-qWUefhpEQz .navbar-expand {
    flex-direction: column;
  }
  .cid-qWUefhpEQz img {
    height: 3.8rem !important;
  }
  .cid-qWUefhpEQz .btn {
    display: flex;
  }
  .cid-qWUefhpEQz button.navbar-toggler {
    display: block;
  }
  .cid-qWUefhpEQz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qWUefhpEQz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qWUefhpEQz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qWUefhpEQz .navbar-collapse.collapsing,
  .cid-qWUefhpEQz .navbar-collapse.show {
    display: block !important;
  }
  .cid-qWUefhpEQz .navbar-collapse.collapsing .navbar-nav,
  .cid-qWUefhpEQz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qWUefhpEQz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qWUefhpEQz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qWUefhpEQz .navbar-collapse.collapsing .navbar-buttons,
  .cid-qWUefhpEQz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qWUefhpEQz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qWUefhpEQz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qWUefhpEQz .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-qWUefhpEQz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qWUefhpEQz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qWUefhpEQz .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;
  }
}
@media (min-width: 767px) {
  .cid-qWUefhpEQz .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qWUefhpEQz .navbar-collapse {
  flex-basis: auto;
}
.cid-qWUefhpEQz .nav-link:hover,
.cid-qWUefhpEQz .dropdown-item:hover {
  color: #53ffe5 !important;
}
.cid-qWUefk1Rvh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qWUefk1Rvh .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qWUefk1Rvh .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qWUefk1Rvh .mbr-text {
  color: #58585b;
  text-align: left;
}
.cid-qWUefk1Rvh .mbr-text B {
  color: #4ac3f7;
}
.cid-qWUefkLOep {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qWUefkLOep .counter-container {
  color: #767676;
}
.cid-qWUefkLOep .counter-container ul {
  margin-bottom: 0;
}
.cid-qWUefkLOep .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qWUefkLOep .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #53ffe5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #53ffe5;
  color: #53ffe5;
  content: '✓';
}
.cid-qWUefkLOep .mbr-text UL {
  color: #58585b;
}
.cid-r2Dz93zccm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r2Dz93zccm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r2Dz93zccm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r2Dz93zccm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r2Dz93zccm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r2Dz93zccm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53ffe5;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r2Dz93zccm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r2Dz93zccm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r2Dz93zccm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r2Dz93zccm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #53ffe5 !important;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWVGDQQ7F8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-qWVGDQQ7F8 .main {
  flex-direction: row-reverse;
}
.cid-qWVGDQQ7F8 .main .mbr-section-btn {
  text-align: right;
}
.cid-qWVGDQQ7F8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-qWVGDQQ7F8 H2 {
  text-align: right;
}
.cid-qWVGDQQ7F8 H3 {
  text-align: left;
}
.cid-qWVFSlJ3zy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qWVFSlJ3zy .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qWVFSlJ3zy .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qWVFSlJ3zy .mbr-text {
  color: #58585b;
  text-align: left;
}
.cid-qWVFSlJ3zy .mbr-text B {
  color: #4ac3f7;
}
.cid-qWVFT7K3Vv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qWVFT7K3Vv .counter-container {
  color: #767676;
}
.cid-qWVFT7K3Vv .counter-container ul {
  margin-bottom: 0;
}
.cid-qWVFT7K3Vv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qWVFT7K3Vv .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #53ffe5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #53ffe5;
  color: #53ffe5;
  content: '✓';
}
.cid-qWVFT7K3Vv .mbr-text UL {
  color: #58585b;
}
.cid-r2DzD3SmUx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r2DzD3SmUx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r2DzD3SmUx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r2DzD3SmUx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r2DzD3SmUx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r2DzD3SmUx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53ffe5;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r2DzD3SmUx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r2DzD3SmUx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r2DzD3SmUx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r2DzD3SmUx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #53ffe5 !important;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r2DzHzV8UN {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r2DzHzV8UN .main {
  flex-direction: row-reverse;
}
.cid-r2DzHzV8UN .main .mbr-section-btn {
  text-align: right;
}
.cid-r2DzHzV8UN .btn {
  margin: 0 0 .5rem 0;
}
.cid-r2DzHzV8UN H2 {
  text-align: right;
}
.cid-r2DzHzV8UN H3 {
  text-align: left;
}
.cid-r2DzItl1cr {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r2DzItl1cr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r2DzItl1cr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r2DzItl1cr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r2DzItl1cr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r2DzItl1cr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53ffe5;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r2DzItl1cr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r2DzItl1cr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r2DzItl1cr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r2DzItl1cr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #53ffe5 !important;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r00PwxVXQk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r00PwxVXQk .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-r00PwxVXQk H2 {
  color: #00adef;
  text-align: left;
}
.cid-qWUeflwakL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-qWUeflwakL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qWUeflwakL p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qWUeflwakL .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-qWUeflwakL .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qWUeflwakL .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-qWUeflwakL .card-title,
.cid-qWUeflwakL .card-img {
  color: #4ac3f7;
  text-align: center;
}
.cid-qWUeflwakL P {
  text-align: center;
}
.cid-qZUNxtVfXG {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-qZUNxtVfXG h2 {
  text-align: left;
}
.cid-qZUNxtVfXG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qZUNxtVfXG p {
  color: #767676;
  text-align: left;
}
.cid-qZUNxtVfXG .aside-content {
  flex-basis: 100%;
}
.cid-qZUNxtVfXG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qZUNxtVfXG .media {
  margin: initial;
  align-items: center;
}
.cid-qZUNxtVfXG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qZUNxtVfXG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qZUNxtVfXG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qZUNxtVfXG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qZUNxtVfXG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qZUNxtVfXG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qZUNxtVfXG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qZUNxtVfXG .card-img span {
    font-size: 40px !important;
  }
}
.cid-qZUNxtVfXG H2 {
  color: #00adef;
}
.cid-qZUNxtVfXG H4 {
  color: #58585b;
}
.cid-qZUNxtVfXG .mbr-text {
  text-align: left;
  color: #58585b;
}
.cid-qWUefoLrhP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-qWUefoLrhP .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qWUefoLrhP .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qWUefoLrhP .media-wrap img {
  height: 6rem;
}
.cid-qWUefoLrhP .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qWUefoLrhP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qWUefoLrhP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qWUefoLrhP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qWUefoLrhP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qWUefoLrhP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qWUefoLrhP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qWUefoLrhP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qWUefoLrhP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qWUefoLrhP .copyright > p {
  color: #465052;
}
.cid-qWUefoLrhP .links {
  color: #efefef;
  text-align: center;
}
.cid-r05zNYLLIW {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fabtec-gate-driveway-slats-03-vertical-960x720.jpg");
}
.cid-r05zNYLLIW H2 {
  color: #53ffe5;
}
.cid-r05zO1gW0V {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r05zO1gW0V .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-r05zO1gW0V H2 {
  color: #00adef;
  text-align: left;
}
.cid-r05JkhRHuP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r05JkhRHuP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r05JkhRHuP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r05JkhRHuP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r05JkhRHuP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r05JkhRHuP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00adef;
  background: linear-gradient(to left, #00adef, #00a9ac) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r05JkhRHuP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r05JkhRHuP .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-r05JkhRHuP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r05JkhRHuP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #00adef !important;
  background: linear-gradient(to left, #00adef, #00a9ac) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r05zO1XPxw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r05zO1XPxw .mbr-text,
.cid-r05zO1XPxw blockquote {
  color: #767676;
}
.cid-r05zO1XPxw .mbr-text P {
  color: #58585b;
}
.cid-r068lGHJSA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r068lGHJSA .counter-container {
  color: #767676;
}
.cid-r068lGHJSA .counter-container ul {
  margin-bottom: 0;
}
.cid-r068lGHJSA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r068lGHJSA .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #53ffe5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #53ffe5;
  color: #53ffe5;
  content: '✓';
}
.cid-r068lGHJSA .mbr-text UL {
  color: #58585b;
}
.cid-r068pGLyZY {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r068pGLyZY .mbr-text,
.cid-r068pGLyZY blockquote {
  color: #767676;
}
.cid-r068pGLyZY .mbr-text {
  color: #58585b;
}
.cid-r05zO2B7fN {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r05zO2B7fN .main {
  flex-direction: row-reverse;
}
.cid-r05zO2B7fN .main .mbr-section-btn {
  text-align: right;
}
.cid-r05zO2B7fN .btn {
  margin: 0 0 .5rem 0;
}
.cid-r05zO2B7fN H2 {
  text-align: right;
}
.cid-r05zO2B7fN H3 {
  text-align: left;
}
.cid-r05zO3suPP .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-r05zO3suPP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-r05zO3suPP a {
  font-style: normal;
}
.cid-r05zO3suPP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r05zO3suPP .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r05zO3suPP .nav-item:focus,
.cid-r05zO3suPP .nav-link:focus {
  outline: none;
}
.cid-r05zO3suPP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r05zO3suPP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r05zO3suPP .menu-logo {
  margin-right: auto;
}
.cid-r05zO3suPP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r05zO3suPP .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-r05zO3suPP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r05zO3suPP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r05zO3suPP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r05zO3suPP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r05zO3suPP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r05zO3suPP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r05zO3suPP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r05zO3suPP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r05zO3suPP .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r05zO3suPP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r05zO3suPP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r05zO3suPP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r05zO3suPP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r05zO3suPP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r05zO3suPP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r05zO3suPP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r05zO3suPP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r05zO3suPP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r05zO3suPP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r05zO3suPP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r05zO3suPP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r05zO3suPP button.navbar-toggler:focus {
  outline: none;
}
.cid-r05zO3suPP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-r05zO3suPP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r05zO3suPP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r05zO3suPP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r05zO3suPP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r05zO3suPP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r05zO3suPP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r05zO3suPP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r05zO3suPP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r05zO3suPP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r05zO3suPP .collapsed .btn {
  display: flex;
}
.cid-r05zO3suPP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r05zO3suPP .collapsed .navbar-collapse.collapsing,
.cid-r05zO3suPP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r05zO3suPP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r05zO3suPP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r05zO3suPP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r05zO3suPP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r05zO3suPP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r05zO3suPP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r05zO3suPP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r05zO3suPP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r05zO3suPP .collapsed button.navbar-toggler {
  display: block;
}
.cid-r05zO3suPP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r05zO3suPP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r05zO3suPP .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-r05zO3suPP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r05zO3suPP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r05zO3suPP .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;
}
@media (max-width: 991px) {
  .cid-r05zO3suPP .navbar-expand {
    flex-direction: column;
  }
  .cid-r05zO3suPP img {
    height: 3.8rem !important;
  }
  .cid-r05zO3suPP .btn {
    display: flex;
  }
  .cid-r05zO3suPP button.navbar-toggler {
    display: block;
  }
  .cid-r05zO3suPP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r05zO3suPP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r05zO3suPP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r05zO3suPP .navbar-collapse.collapsing,
  .cid-r05zO3suPP .navbar-collapse.show {
    display: block !important;
  }
  .cid-r05zO3suPP .navbar-collapse.collapsing .navbar-nav,
  .cid-r05zO3suPP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r05zO3suPP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r05zO3suPP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r05zO3suPP .navbar-collapse.collapsing .navbar-buttons,
  .cid-r05zO3suPP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r05zO3suPP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r05zO3suPP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r05zO3suPP .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-r05zO3suPP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r05zO3suPP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r05zO3suPP .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;
  }
}
@media (min-width: 767px) {
  .cid-r05zO3suPP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r05zO3suPP .navbar-collapse {
  flex-basis: auto;
}
.cid-r05zO3suPP .nav-link:hover,
.cid-r05zO3suPP .dropdown-item:hover {
  color: #53ffe5 !important;
}
.cid-r06ceVhrXE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r06ceVhrXE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r06ceVhrXE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r06ceVhrXE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r06ceVhrXE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r06ceVhrXE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r06ceVhrXE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r06ceVhrXE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r06ceVhrXE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r06ceVhrXE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r05zO77nMg {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r05zO77nMg .main {
  flex-direction: row-reverse;
}
.cid-r05zO77nMg .main .mbr-section-btn {
  text-align: right;
}
.cid-r05zO77nMg .btn {
  margin: 0 0 .5rem 0;
}
.cid-r05zO77nMg H2 {
  text-align: right;
}
.cid-r05zO77nMg H3 {
  text-align: left;
}
.cid-r06fLtjZkt {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r06fLtjZkt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r06fLtjZkt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r06fLtjZkt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r06fLtjZkt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r06fLtjZkt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r06fLtjZkt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r06fLtjZkt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r06fLtjZkt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r06fLtjZkt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r2DCl1h1Ss {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r2DCl1h1Ss .main {
  flex-direction: row-reverse;
}
.cid-r2DCl1h1Ss .main .mbr-section-btn {
  text-align: right;
}
.cid-r2DCl1h1Ss .btn {
  margin: 0 0 .5rem 0;
}
.cid-r2DCl1h1Ss H2 {
  text-align: right;
}
.cid-r2DCl1h1Ss H3 {
  text-align: left;
}
.cid-r2DClR40VT {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r2DClR40VT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r2DClR40VT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r2DClR40VT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r2DClR40VT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r2DClR40VT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53ffe5;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r2DClR40VT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r2DClR40VT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r2DClR40VT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r2DClR40VT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #53ffe5 !important;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r05zObgFJk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r05zObgFJk .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-r05zObgFJk H2 {
  color: #00adef;
  text-align: left;
}
.cid-r05zOcaySv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-r05zOcaySv h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r05zOcaySv p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-r05zOcaySv .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-r05zOcaySv .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-r05zOcaySv .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-r05zOcaySv .card-title,
.cid-r05zOcaySv .card-img {
  color: #4ac3f7;
  text-align: center;
}
.cid-r05zOcaySv P {
  text-align: center;
}
.cid-r05zOdsAUo {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-r05zOdsAUo h2 {
  text-align: left;
}
.cid-r05zOdsAUo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r05zOdsAUo p {
  color: #767676;
  text-align: left;
}
.cid-r05zOdsAUo .aside-content {
  flex-basis: 100%;
}
.cid-r05zOdsAUo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-r05zOdsAUo .media {
  margin: initial;
  align-items: center;
}
.cid-r05zOdsAUo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-r05zOdsAUo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-r05zOdsAUo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r05zOdsAUo .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-r05zOdsAUo .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-r05zOdsAUo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-r05zOdsAUo .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-r05zOdsAUo .card-img span {
    font-size: 40px !important;
  }
}
.cid-r05zOdsAUo H2 {
  color: #00adef;
}
.cid-r05zOdsAUo H4 {
  color: #58585b;
}
.cid-r05zOdsAUo .mbr-text {
  text-align: left;
  color: #58585b;
}
.cid-r05zOeDVyA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-r05zOeDVyA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r05zOeDVyA .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-r05zOeDVyA .media-wrap img {
  height: 6rem;
}
.cid-r05zOeDVyA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-r05zOeDVyA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r05zOeDVyA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-r05zOeDVyA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r05zOeDVyA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-r05zOeDVyA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r05zOeDVyA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r05zOeDVyA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r05zOeDVyA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r05zOeDVyA .copyright > p {
  color: #465052;
}
.cid-r05zOeDVyA .links {
  color: #efefef;
  text-align: center;
}
.cid-r06gBPz2fB {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-1777-2000x1500.jpg");
}
.cid-r06gBPz2fB H2 {
  color: #53ffe5;
}
.cid-r06gBQKWcM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r06gBQKWcM .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-r06gBQKWcM H2 {
  color: #00adef;
  text-align: left;
}
.cid-r06gBSYfwL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r06gBSYfwL .mbr-text,
.cid-r06gBSYfwL blockquote {
  color: #767676;
}
.cid-r06gBSYfwL .mbr-text P {
  color: #58585b;
}
.cid-r06gBTLpks {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r06gBTLpks .counter-container {
  color: #767676;
}
.cid-r06gBTLpks .counter-container ul {
  margin-bottom: 0;
}
.cid-r06gBTLpks .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r06gBTLpks .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #53ffe5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #53ffe5;
  color: #53ffe5;
  content: '✓';
}
.cid-r06gBTLpks .mbr-text UL {
  color: #58585b;
}
.cid-r06gBUv8Qy {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r06gBUv8Qy .mbr-text,
.cid-r06gBUv8Qy blockquote {
  color: #767676;
}
.cid-r06gBUv8Qy .mbr-text {
  color: #58585b;
}
.cid-r06gBVcIv8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r06gBVcIv8 .main {
  flex-direction: row-reverse;
}
.cid-r06gBVcIv8 .main .mbr-section-btn {
  text-align: right;
}
.cid-r06gBVcIv8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-r06gBVcIv8 H2 {
  text-align: right;
}
.cid-r06gBVcIv8 H3 {
  text-align: left;
}
.cid-r06gBWaKdy .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-r06gBWaKdy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-r06gBWaKdy a {
  font-style: normal;
}
.cid-r06gBWaKdy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r06gBWaKdy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r06gBWaKdy .nav-item:focus,
.cid-r06gBWaKdy .nav-link:focus {
  outline: none;
}
.cid-r06gBWaKdy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r06gBWaKdy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06gBWaKdy .menu-logo {
  margin-right: auto;
}
.cid-r06gBWaKdy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r06gBWaKdy .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-r06gBWaKdy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r06gBWaKdy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r06gBWaKdy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r06gBWaKdy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r06gBWaKdy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r06gBWaKdy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r06gBWaKdy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r06gBWaKdy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r06gBWaKdy .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r06gBWaKdy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r06gBWaKdy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r06gBWaKdy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r06gBWaKdy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r06gBWaKdy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r06gBWaKdy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r06gBWaKdy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r06gBWaKdy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r06gBWaKdy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r06gBWaKdy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r06gBWaKdy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r06gBWaKdy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r06gBWaKdy button.navbar-toggler:focus {
  outline: none;
}
.cid-r06gBWaKdy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-r06gBWaKdy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r06gBWaKdy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r06gBWaKdy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r06gBWaKdy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r06gBWaKdy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r06gBWaKdy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r06gBWaKdy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r06gBWaKdy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r06gBWaKdy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r06gBWaKdy .collapsed .btn {
  display: flex;
}
.cid-r06gBWaKdy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r06gBWaKdy .collapsed .navbar-collapse.collapsing,
.cid-r06gBWaKdy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r06gBWaKdy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r06gBWaKdy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r06gBWaKdy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r06gBWaKdy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r06gBWaKdy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r06gBWaKdy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r06gBWaKdy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r06gBWaKdy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r06gBWaKdy .collapsed button.navbar-toggler {
  display: block;
}
.cid-r06gBWaKdy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r06gBWaKdy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r06gBWaKdy .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-r06gBWaKdy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r06gBWaKdy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r06gBWaKdy .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;
}
@media (max-width: 991px) {
  .cid-r06gBWaKdy .navbar-expand {
    flex-direction: column;
  }
  .cid-r06gBWaKdy img {
    height: 3.8rem !important;
  }
  .cid-r06gBWaKdy .btn {
    display: flex;
  }
  .cid-r06gBWaKdy button.navbar-toggler {
    display: block;
  }
  .cid-r06gBWaKdy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r06gBWaKdy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r06gBWaKdy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r06gBWaKdy .navbar-collapse.collapsing,
  .cid-r06gBWaKdy .navbar-collapse.show {
    display: block !important;
  }
  .cid-r06gBWaKdy .navbar-collapse.collapsing .navbar-nav,
  .cid-r06gBWaKdy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r06gBWaKdy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r06gBWaKdy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r06gBWaKdy .navbar-collapse.collapsing .navbar-buttons,
  .cid-r06gBWaKdy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r06gBWaKdy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r06gBWaKdy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r06gBWaKdy .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-r06gBWaKdy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r06gBWaKdy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r06gBWaKdy .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;
  }
}
@media (min-width: 767px) {
  .cid-r06gBWaKdy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r06gBWaKdy .navbar-collapse {
  flex-basis: auto;
}
.cid-r06gBWaKdy .nav-link:hover,
.cid-r06gBWaKdy .dropdown-item:hover {
  color: #53ffe5 !important;
}
.cid-r06gBXbKZQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r06gBXbKZQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r06gBXbKZQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r06gBXbKZQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r06gBXbKZQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r06gBXbKZQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r06gBXbKZQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r06gBXbKZQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r06gBXbKZQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r06gBXbKZQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r2DDkE2EjB {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r2DDkE2EjB .main {
  flex-direction: row-reverse;
}
.cid-r2DDkE2EjB .main .mbr-section-btn {
  text-align: right;
}
.cid-r2DDkE2EjB .btn {
  margin: 0 0 .5rem 0;
}
.cid-r2DDkE2EjB H2 {
  text-align: right;
}
.cid-r2DDkE2EjB H3 {
  text-align: left;
}
.cid-r2DDlSbgwj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r2DDlSbgwj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r2DDlSbgwj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r2DDlSbgwj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r2DDlSbgwj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r2DDlSbgwj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53ffe5;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r2DDlSbgwj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r2DDlSbgwj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r2DDlSbgwj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r2DDlSbgwj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #53ffe5 !important;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r2DDn8GgQI {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r2DDn8GgQI .main {
  flex-direction: row-reverse;
}
.cid-r2DDn8GgQI .main .mbr-section-btn {
  text-align: right;
}
.cid-r2DDn8GgQI .btn {
  margin: 0 0 .5rem 0;
}
.cid-r2DDn8GgQI H2 {
  text-align: right;
}
.cid-r2DDn8GgQI H3 {
  text-align: left;
}
.cid-r2DDo4Fh67 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r2DDo4Fh67 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r2DDo4Fh67 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r2DDo4Fh67 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r2DDo4Fh67 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r2DDo4Fh67 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53ffe5;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r2DDo4Fh67 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r2DDo4Fh67 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r2DDo4Fh67 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r2DDo4Fh67 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #53ffe5 !important;
  background: linear-gradient(to left, #53ffe5, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r06gBZbpEE {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #4ac3f7, #53ffe5);
}
.cid-r06gBZbpEE .main {
  flex-direction: row-reverse;
}
.cid-r06gBZbpEE .main .mbr-section-btn {
  text-align: right;
}
.cid-r06gBZbpEE .btn {
  margin: 0 0 .5rem 0;
}
.cid-r06gBZbpEE H2 {
  text-align: right;
}
.cid-r06gBZbpEE H3 {
  text-align: left;
}
.cid-r06hY0L0Ke {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r06hY0L0Ke .image-block {
  margin: auto;
}
.cid-r06hY0L0Ke figcaption {
  position: relative;
}
.cid-r06hY0L0Ke figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r06hY0L0Ke .image-block {
    width: 100% !important;
  }
}
.cid-r06gC1wkfy {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r06gC1wkfy .mbr-section-subtitle {
  color: #58585b;
  text-align: left;
}
.cid-r06gC1wkfy H2 {
  color: #00adef;
  text-align: left;
}
.cid-r06gC2vCT5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-r06gC2vCT5 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r06gC2vCT5 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-r06gC2vCT5 .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-r06gC2vCT5 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-r06gC2vCT5 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-r06gC2vCT5 .card-title,
.cid-r06gC2vCT5 .card-img {
  color: #4ac3f7;
  text-align: center;
}
.cid-r06gC2vCT5 P {
  text-align: center;
}
.cid-r06gC3VteJ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-r06gC3VteJ h2 {
  text-align: left;
}
.cid-r06gC3VteJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r06gC3VteJ p {
  color: #767676;
  text-align: left;
}
.cid-r06gC3VteJ .aside-content {
  flex-basis: 100%;
}
.cid-r06gC3VteJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-r06gC3VteJ .media {
  margin: initial;
  align-items: center;
}
.cid-r06gC3VteJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-r06gC3VteJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-r06gC3VteJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r06gC3VteJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-r06gC3VteJ .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-r06gC3VteJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-r06gC3VteJ .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-r06gC3VteJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-r06gC3VteJ H2 {
  color: #00adef;
}
.cid-r06gC3VteJ H4 {
  color: #58585b;
}
.cid-r06gC3VteJ .mbr-text {
  text-align: left;
  color: #58585b;
}
.cid-r06gC5e6J7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-r06gC5e6J7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r06gC5e6J7 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-r06gC5e6J7 .media-wrap img {
  height: 6rem;
}
.cid-r06gC5e6J7 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-r06gC5e6J7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r06gC5e6J7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-r06gC5e6J7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r06gC5e6J7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-r06gC5e6J7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r06gC5e6J7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r06gC5e6J7 .footer-lower .social-list a:hover {
  opacity: 1;
}
br.visible-xs {
    display: none;
}
@media (max-width: 767px) {
	br.visible-xs {
    display: block;
}
  .cid-r06gC5e6J7 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
  span.menu-footer {
    font-size: 13px;
}
}
.cid-r06gC5e6J7 .copyright > p {
  color: #465052;
}
.cid-r06gC5e6J7 .links {
  color: #efefef;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 991px){
 .menu-logo .navbar-brand .navbar-logo img {
		height: 3rem !important;
	}
	 .menu-logo .navbar-brand {
    margin-left: 1rem !important;
	}
	 .navbar-toggleable-sm .navbar-collapse {
		padding-right: 1rem !important;
	}
	.navbar .btn {
		padding: 0.4rem 0.5rem !important;
	  
		margin: 0 !important; 
		font-size: 9px !important;
	}

	.footer img {
		max-width: 100% !important;
		height: auto !important;
	}
}
@media (max-width: 800px) and (min-width: 768px){
	.three-bottom-box .card, .footer-100, .full-tablet {
		max-width: 66.66% !important;
		width: 66.66% !important;
		flex: 0 0 66.66% !important;
	}
	section.features13 .card {
    flex: 0 0 66.66% !important;
    width: 66.66% !important;
    max-width: 66.66% !important;
}
}
a.view-gallery {
    display: inline-block;
    color: #ffffff;
    background: #a7d4d9;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
span.hidden-xs {
  display: none;
}
.cid-r0ck69Ra3Z .card-img, .cid-qWVgADj9Ss .card-img {
    padding-right: 1rem;
    width: auto;
}
}