@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One:400);



}
.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;
}

body {
  font-family: Poppins;
  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: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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 .mbr-iconfont {
  font-size: 1.6rem;
}
.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: #4284df !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4284df !important;
  border-color: #4284df !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-primary:before {
  background-color: #1f5eb6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #be1111 !important;
  border-color: #be1111 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #be1111 !important;
  border-color: #be1111 !important;
}
.btn-secondary:before {
  background-color: #780b0b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #780b0b !important;
  border-color: #780b0b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:before {
  background-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,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #1b53a0;
  color: #1b53a0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #4284df;
}
.btn-primary-outline:before {
  background-color: #4284df;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #600909;
  color: #600909;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #be1111;
}
.btn-secondary-outline:before {
  background-color: #be1111;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #be1111 !important;
  border-color: #be1111 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080;
  border-color: #ffffff;
}
.btn-danger-outline:before {
  background-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4284df;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #4284df !important;
}
.text-secondary {
  color: #be1111 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !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: #1b53a0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #600909 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !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: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4284df;
  border-color: #4284df;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #4284df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0f6fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.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: 'Roboto', sans-serif;
  font-size: 1.06rem;
  font-weight: 300;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.696rem;
}
.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: #4284df;
  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: #4284df;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #4284df;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #4284df;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4284df;
}
/* Headers*/
/* Content */
.content11 .counter-container div .counter {
  background: #4284df;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.display-7 {
  font-weight: 300;
}
.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-qTnyRVG3EW .navbar {
  padding: .5rem 0;
  background: #be1111;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-qTnyRVG3EW .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-qTnyRVG3EW .menu-logo {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: auto;
}
.cid-qTnyRVG3EW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTnyRVG3EW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTnyRVG3EW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTnyRVG3EW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTnyRVG3EW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTnyRVG3EW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTnyRVG3EW .navbar-dropdown.bg-color.transparent.opened {
  background: #be1111;
}
.cid-qTnyRVG3EW a {
  font-style: normal;
}
.cid-qTnyRVG3EW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qTnyRVG3EW .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-qTnyRVG3EW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qTnyRVG3EW .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-qTnyRVG3EW .content-text {
  margin-bottom: 0;
  color: #efefef;
  text-align: left;
}
.cid-qTnyRVG3EW .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qTnyRVG3EW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qTnyRVG3EW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-qTnyRVG3EW .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-qTnyRVG3EW .navbar-nav .nav-item a {
    margin: 0!important;
  }
}
.cid-qTnyRVG3EW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qTnyRVG3EW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qTnyRVG3EW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qTnyRVG3EW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qTnyRVG3EW .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qTnyRVG3EW .nav-dropdown .link {
  font-weight: 400;
}
.cid-qTnyRVG3EW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qTnyRVG3EW .menu-content-top .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qTnyRVG3EW .menu-content-top .row p {
  padding: 0.5rem 0;
}
.cid-qTnyRVG3EW .menu-content-top .row a {
  padding: 0.5rem 0;
}
.cid-qTnyRVG3EW .content-right-side {
  text-align: center;
}
.cid-qTnyRVG3EW .menu-content-top {
  display: none;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.cid-qTnyRVG3EW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qTnyRVG3EW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .cid-qTnyRVG3EW .navbar .menu-content-top {
    display: block;
  }
  .cid-qTnyRVG3EW .menu-content-top .row {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-qTnyRVG3EW .content-right-side {
    align-items: center;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    text-align: right;
    flex-wrap: wrap;
    display: flex;
  }
  .cid-qTnyRVG3EW .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qTnyRVG3EW .menu-bottom {
    display: flex;
  }
  .cid-qTnyRVG3EW .navbar {
    display: block;
    padding: 0;
  }
  .cid-qTnyRVG3EW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qTnyRVG3EW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-qTnyRVG3EW .navbar-toggler {
    display: none;
  }
}
.cid-qTnyRVG3EW .navbar-short .menu-content-top {
  height: 0;
  border: none;
}
.cid-qTnyRVG3EW .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTnyRVG3EW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qTnyRVG3EW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTnyRVG3EW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTnyRVG3EW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTnyRVG3EW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTnyRVG3EW .dropdown .dropdown-menu {
  background: #be1111;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTnyRVG3EW .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qTnyRVG3EW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-qTnyRVG3EW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qTnyRVG3EW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qTnyRVG3EW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qTnyRVG3EW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTnyRVG3EW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTnyRVG3EW .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-qTnyRVG3EW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTnyRVG3EW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTnyRVG3EW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTnyRVG3EW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTnyRVG3EW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTnyRVG3EW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-qTnyRVG3EW button.navbar-toggler:focus {
  outline: none;
}
.cid-qTnyRVG3EW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTnyRVG3EW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTnyRVG3EW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTnyRVG3EW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTnyRVG3EW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTnyRVG3EW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTnyRVG3EW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTnyRVG3EW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTnyRVG3EW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTnyRVG3EW .collapsed.navbar {
  flex-direction: column;
}
.cid-qTnyRVG3EW .collapsed .menu-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qTnyRVG3EW .collapsed .menu-logo {
  margin-right: 0;
}
.cid-qTnyRVG3EW .collapsed .btn {
  display: flex;
}
.cid-qTnyRVG3EW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTnyRVG3EW .collapsed .navbar-collapse.collapsing,
.cid-qTnyRVG3EW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTnyRVG3EW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTnyRVG3EW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTnyRVG3EW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTnyRVG3EW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTnyRVG3EW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTnyRVG3EW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTnyRVG3EW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTnyRVG3EW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTnyRVG3EW .collapsed button.navbar-toggler {
  display: block;
  align-self: center;
}
.cid-qTnyRVG3EW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qTnyRVG3EW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTnyRVG3EW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity,padding,height;
}
.cid-qTnyRVG3EW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTnyRVG3EW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTnyRVG3EW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTnyRVG3EW .collapsed .dropdown-item:before {
  display: none;
}
@media (max-width: 991px) {
  .cid-qTnyRVG3EW .dropdown-item {
    padding: 0.235em 0!important;
    margin: 0!important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-qTnyRVG3EW .dropdown-item:before {
    display: none;
  }
  .cid-qTnyRVG3EW .menu-logo {
    margin-right: 0;
  }
  .cid-qTnyRVG3EW img {
    height: 3.8rem !important;
  }
  .cid-qTnyRVG3EW .btn {
    display: flex;
  }
  .cid-qTnyRVG3EW button.navbar-toggler {
    display: block;
  }
  .cid-qTnyRVG3EW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qTnyRVG3EW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTnyRVG3EW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTnyRVG3EW .navbar-collapse.collapsing,
  .cid-qTnyRVG3EW .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTnyRVG3EW .navbar-collapse.collapsing .navbar-nav,
  .cid-qTnyRVG3EW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTnyRVG3EW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTnyRVG3EW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTnyRVG3EW .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTnyRVG3EW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTnyRVG3EW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTnyRVG3EW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTnyRVG3EW .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-qTnyRVG3EW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTnyRVG3EW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTnyRVG3EW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qTnyRVG3EW .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qTnyRVG3EW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-qTnyRVG3EW .nav-link:focus {
  outline: none;
}
.cid-qTnyRVG3EW .navbar-toggler {
  position: relative;
}
.cid-qTnyRVG3EW .dropdown-item.active,
.cid-qTnyRVG3EW .dropdown-item:active {
  background-color: #be1111;
  color: auto;
}
.cid-qTnyRVG3EW .nav-link:hover,
.cid-qTnyRVG3EW .dropdown-item:hover {
  color: #efefef;
}
.cid-qSOe9GTdtv .modal-body .close {
  background: #1b1b1b;
}
.cid-qSOe9GTdtv .modal-body .close span {
  font-style: normal;
}
.cid-qSOe9GTdtv .carousel-inner > .active,
.cid-qSOe9GTdtv .carousel-inner > .next,
.cid-qSOe9GTdtv .carousel-inner > .prev {
  display: table;
}
.cid-qSOe9GTdtv .carousel-control .icon-next,
.cid-qSOe9GTdtv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qSOe9GTdtv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qSOe9GTdtv .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qSOe9GTdtv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qSOe9GTdtv .boxed-slider > div {
  position: relative;
}
.cid-qSOe9GTdtv .container img {
  width: 100%;
}
.cid-qSOe9GTdtv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qSOe9GTdtv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qSOe9GTdtv .mbr-table-cell {
  padding: 0;
}
.cid-qSOe9GTdtv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qSOe9GTdtv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qSOe9GTdtv .mbr-overlay {
  z-index: 1;
}
.cid-qSOe9GTdtv .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qSOe9GTdtv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qSOe9GTdtv .carousel-item .container {
    width: 100%;
  }
}
.cid-qSOe9GTdtv .carousel-item-next.carousel-item-left,
.cid-qSOe9GTdtv .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qSOe9GTdtv .active.carousel-item-right,
.cid-qSOe9GTdtv .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qSOe9GTdtv .active.carousel-item-left,
.cid-qSOe9GTdtv .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qSOe9GTdtv .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qSOe9GTdtv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qSOe9GTdtv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qSOe9GTdtv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qSOe9GTdtv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qSOe9GTdtv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qSOe9GTdtv .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qSOe9GTdtv .mbr-slider .carousel-indicators li.active,
.cid-qSOe9GTdtv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qSOe9GTdtv .mbr-slider .carousel-indicators li::after,
.cid-qSOe9GTdtv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qSOe9GTdtv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qSOe9GTdtv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qSOe9GTdtv .mbr-slider > .container img {
  width: 100%;
}
.cid-qSOe9GTdtv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qSOe9GTdtv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qSOe9GTdtv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qSOe9GTdtv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qSOe9GTdtv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qSOe9GTdtv .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qSOe9GTdtv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qSOe9GTdtv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qSOe9GTdtv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qSOe9GTdtv .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qSOe9GTdtv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qSOe9GTdtv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qSOe9GTdtv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qSOfbu26hs {
  padding-top: 120px;
  background-image: url("../../../assets/images/heating-services-1-1528x800.jpg");
}
.cid-qSOfbu26hs .container {
  margin-bottom: 15%;
}
.cid-qSOfbu26hs .content-container .btn-bgr {
  z-index: 0;
}
.cid-qSOfbu26hs .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-qSOfbu26hs .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-qSOfbu26hs .box-item:first-child {
  background-color: #e5524e;
  margin-top: -200px;
}
.cid-qSOfbu26hs .box-item:nth-child(2) {
  background-color: #be1111;
}
.cid-qSOfbu26hs .box-item:last-child {
  background-color: #951d19;
}
.cid-qSOfbu26hs .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-qSOfbu26hs .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-qSOfbu26hs .box-list li:last-child {
  border-bottom: none;
}
.cid-qSOfbu26hs .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qSOfbu26hs .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-qSOfbu26hs .media-container-row {
    justify-content: flex-start;
  }
  .cid-qSOfbu26hs .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-qSOfbu26hs .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-qSOfbu26hs .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-qSOfbu26hs .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-qSOfbu26hs UL {
  text-align: left;
}
.cid-qTs8Az10F5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/23-1600x1287.jpg");
}
.cid-qTs8Az10F5 .mbr-overlay {
  background: linear-gradient(90deg, #be1111, #fe0a0a);
}
.cid-qTs8Az10F5 .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qTs8Az10F5 .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-qTs8Az10F5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTs8Az10F5 .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-qTs8Az10F5 {
    text-align: center !important;
  }
}
.cid-qTs8Az10F5 .mbr-text {
  text-align: center;
}
.cid-qSOYXjwvpg {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qSOYXjwvpg .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #1ec5bf);
}
.cid-qSOYXjwvpg h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qSOYXjwvpg p {
  color: #464646;
}
.cid-qSOYXjwvpg h2 {
  color: #000000;
}
.cid-qSOYXjwvpg .counter-container {
  color: #767676;
}
.cid-qSOYXjwvpg .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-qSOYXjwvpg .media-content {
  padding-right: 1.5rem;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-qSOYXjwvpg .media-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cid-qSOYXjwvpg .mbr-figure:last-of-type {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qSOYXjwvpg .list-counter {
  float: left;
  font-size: 2rem;
  margin-right: 1rem;
}
.cid-qSOYXjwvpg .half-list:nth-of-type(even) {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
}
.cid-qSOYXjwvpg .half-list {
  text-align: left;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qSOYXjwvpg .half-list {
    width: 100%;
    margin: 0;
  }
  .cid-qSOYXjwvpg .half-list:nth-of-type(even) {
    width: 100%;
    margin: 0;
  }
}
.cid-qSOYXjwvpg .mbr-figure {
  padding-right: 1rem;
  -ms-flex-item-align: initial;
  -ms-grid-row-align: initial;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .cid-qSOYXjwvpg .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-qSOYXjwvpg .mbr-figure {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-qSOYXjwvpg .mbr-text {
    text-align: center;
  }
}
.cid-qSOYXjwvpg P {
  text-align: left;
}
.cid-qSOYXjwvpg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-qTmCegBvav {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #be1111;
}
.cid-qTmCegBvav .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qTmCegBvav .mbr-overlay {
  background: linear-gradient(#0c57bf -10%, #00113e 75%);
}
.cid-qTntOBKt9A {
  background-image: url("../../../assets/images/25460005-xxl-2000x1333.jpg");
}
.cid-qTntOBKt9A .text-content {
  padding-top: 105px;
  padding-bottom: 105px;
}
.cid-qTntOBKt9A .text-content .btn-bgr {
  z-index: 0;
}
.cid-qTntOBKt9A .mbr-overlay {
  background: linear-gradient(90deg, #000000, #555555);
}
.cid-qTntOBKt9A h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qTntOBKt9A p {
  color: #464646;
}
.cid-qTntOBKt9A h2 {
  color: #000000;
}
.cid-qTntOBKt9A .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-qTntOBKt9A .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-qTntOBKt9A .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-qTntOBKt9A .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-qTntOBKt9A .text-content {
    width: 100%;
  }
}
.cid-qTntOBKt9A .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-qTntOBKt9A .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-qTntOBKt9A .mbr-text {
    text-align: center;
  }
}
.cid-qTmy7iewpZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20-1024x768.jpg");
}
.cid-qTmy7iewpZ .mbr-overlay {
  background: linear-gradient(90deg, #a2a2a2, #2c1616);
}
.cid-qTmy7iewpZ .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qTmy7iewpZ .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-qTmy7iewpZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTmy7iewpZ .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-qTmy7iewpZ {
    text-align: center !important;
  }
}
.cid-qUeAALnsfU {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #be1111;
  background: linear-gradient(0deg, #fe0a0a, #be1111);
}
.cid-qUeAALnsfU .image-block {
  margin: auto;
}
.cid-qUeAALnsfU figcaption {
  position: relative;
}
.cid-qUeAALnsfU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qUeAALnsfU .image-block {
    width: 100% !important;
  }
}
.cid-qTmD0BfvmB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qTmD0BfvmB .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-qTmD0BfvmB .card-img {
  padding-bottom: 2rem;
}
.cid-qTmD0BfvmB .mbr-text {
  color: #2c1616;
  text-align: left;
}
.cid-qTmD0BfvmB span {
  font-size: 14px;
  color: #ffffff;
}
.cid-qTmD0BfvmB .mbr-section-btn {
  margin-left: 0;
}
.cid-qTmD0BfvmB .date span {
  display: inline-block;
  background-color: #be1111;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-qTmD0BfvmB .card-title {
    text-align: center;
  }
  .cid-qTmD0BfvmB p.mbr-text,
  .cid-qTmD0BfvmB p.date {
    text-align: center;
  }
}
.cid-qTnbbmlblN {
  background-image: url("../../../assets/images/reduce-heating-bill-stay-warm-2000x1333.jpg");
}
.cid-qTnbbmlblN .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qTmHczrUWb {
  background-image: url("../../../assets/images/contracostamap-1800x576.jpg");
}
.cid-qTmHczrUWb .column-content {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-qTmHczrUWb .text-content .btn-bgr {
  z-index: 0;
}
.cid-qTmHczrUWb .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-qTmHczrUWb .container-full-width {
  position: relative;
}
.cid-qTmHczrUWb .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-qTmHczrUWb .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-qTmHczrUWb .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-qTmHczrUWb .text-content {
    width: 540px;
  }
  .cid-qTmHczrUWb .column-content {
    width: 100%;
  }
  .cid-qTmHczrUWb .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-qTmHczrUWb .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-qTmHczrUWb .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-qTmHczrUWb .column-content {
    width: 50%;
  }
  .cid-qTmHczrUWb .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-qTmHczrUWb .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qTmHczrUWb .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-qTmHczrUWb .column-content {
    height: 33rem;
  }
}
.cid-qToaKvQUWc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #be1111;
}
.cid-qToaKvQUWc h2,
.cid-qToaKvQUWc h3,
.cid-qToaKvQUWc h4,
.cid-qToaKvQUWc p {
  color: #ffffff;
}
.cid-qToaKvQUWc .mbr-overlay {
  z-index: -1;
}
.cid-qToaKvQUWc .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qToaKvQUWc .input {
  margin-bottom: 15px;
}
.cid-qToaKvQUWc .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-qToaKvQUWc .media-container-row {
  align-items: center;
}
.cid-qToaKvQUWc .mbr-text {
  color: #767676;
}
.cid-qToaKvQUWc .form-block {
  background-color: rgba(10, 10, 10, 0.5);
  padding: 3rem;
}
.cid-qToaKvQUWc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qToaKvQUWc .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qToaKvQUWc .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qToaKvQUWc .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-qToaKvQUWc .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qToaKvQUWc .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-qToaKvQUWc .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qToaKvQUWc h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-qToaKvQUWc .block-content {
    padding: 0;
  }
  .cid-qToaKvQUWc .form-block {
    padding: 1rem;
  }
}
.cid-qSP2hjlSVN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qSP2hjlSVN .content {
    text-align: center;
  }
  .cid-qSP2hjlSVN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qSP2hjlSVN .img-logo img {
  height: 6rem;
}
.cid-qSP2hjlSVN .block .form-control {
  padding: 1.07em 1.07em;
}
.cid-qSP2hjlSVN .input {
  margin-bottom: 1rem;
}
.cid-qSP2hjlSVN [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qSP2hjlSVN .input-group-btn {
  display: inline-block;
}
.cid-qSP2hjlSVN .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qSP2hjlSVN .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qSP2hjlSVN [type="submit"] {
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-qSP2hjlSVN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qSP2hjlSVN .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qSP2hjlSVN .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qSP2hjlSVN .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qSP2hjlSVN .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qSP2hjlSVN .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qSP2hjlSVN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
}
.cid-qSP2hjlSVN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qSP2hjlSVN form .input-group input.form-control,
.cid-qSP2hjlSVN form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
