@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);







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: 'hobo-std';
  font-size: 2.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
}
/* 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: #efefef !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: #951d19 !important;
  border-color: #951d19 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-secondary:before {
  background-color: #53100e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #53100e !important;
  border-color: #53100e !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: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #3e0c0a;
  color: #3e0c0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #951d19;
}
.btn-secondary-outline:before {
  background-color: #951d19;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !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: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !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: #951d19 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !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: #3e0c0a !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: #bcbcbc !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: #efefef;
}
.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_wraper {
  opacity: 0 !important;
}
#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: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
.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: 4.48rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
.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-rca0lUek0s {
  padding-top: 135px;
  background-image: url("../../../assets/images/boyd-bow-1920x1080.jpg");
}
.cid-rca0lUek0s .text-content {
  padding-bottom: 45px;
}
.cid-rca0lUek0s .content-container .btn-bgr {
  z-index: 0;
}
.cid-rca0lUek0s .box-item-text {
  color: #ffffff;
}
.cid-rca0lUek0s .box-item {
  padding: 2rem 1rem;
}
.cid-rca0lUek0s .box-item:first-child {
  background-color: #5e0300;
}
.cid-rca0lUek0s .box-item:nth-child(2) {
  background-color: #951d19;
}
.cid-rca0lUek0s .box-item:last-child {
  background-color: #5e0300;
}
.cid-rca0lUek0s .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rca0lUek0s .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rca0lUek0s .box-list li:last-child {
  border-bottom: none;
}
.cid-rca0lUek0s .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rca0lUek0s .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-rca0lUek0s .media-container-row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-rca0lUek0s .mbr-section-subtitle,
  .cid-rca0lUek0s .mbr-section-title,
  .cid-rca0lUek0s .mbr-text,
  .cid-rca0lUek0s .mbr-section-btn,
  .cid-rca0lUek0s .icon-block-top,
  .cid-rca0lUek0s .box-item-title,
  .cid-rca0lUek0s .box-item-text {
    text-align: center !important;
  }
}
.cid-rca0lUek0s .icon-block-top,
.cid-rca0lUek0s .box-item-title {
  color: #ffffff;
  line-height: 1.8rem;
  font-size: 1.5rem;
}
.cvwr-header {
  font-size: 4rem;
  text-shadow: 4px 4px 1px #000000;
  color: #fcf677 !important;
}
.tagline {
  font-size: 1.8rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #000000;
  color: #fcf677 !important;
}
.cid-rca0lUek0s .mbr-section-title DIV {
  color: #fcf677;
}
.cid-rca0lUek0s .mbr-section-title B {
  color: #fcf677;
}
.cid-rca0lUek0s .mbr-text,
.cid-rca0lUek0s .mbr-section-btn {
  color: #fcf677;
}
.cid-rbTkgbVyDK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-rbTkgbVyDK .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rbTkgbVyDK .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-rbTkgbVyDK .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 0;
  text-align: center;
}
.cid-rbTkgbVyDK .card-img {
  overflow: hidden;
}
.cid-rbTkgbVyDK .card-img:hover img {
  transform: scale(1.05);
}
.cid-rbTkgbVyDK img {
  transition: all 0.3s;
}
.cid-rbTkgbVyDK .card-box {
  padding: 2rem;
}
.cid-rbTkgbVyDK .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-rbTkgbVyDK .mbr-section-title,
.cid-rbTkgbVyDK .title DIV {
  text-align: center;
  color: #656565;
}
.cid-rbTkgbVyDK .card-box > p,
.cid-rbTkgbVyDK .mbr-section-btn {
  color: #000000;
}
.cid-rbTtXGUSnt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f5f7fa;
}
.cid-rbTtXGUSnt .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rbTtXGUSnt .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-rbTtXGUSnt .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 0;
  text-align: center;
}
.cid-rbTtXGUSnt .card-img {
  overflow: hidden;
}
.cid-rbTtXGUSnt .card-img:hover img {
  transform: scale(1.05);
}
.cid-rbTtXGUSnt img {
  transition: all 0.3s;
}
.cid-rbTtXGUSnt .card-box {
  padding: 2rem;
}
.cid-rbTtXGUSnt .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-rbTtXGUSnt .mbr-section-title,
.cid-rbTtXGUSnt .title DIV {
  text-align: center;
  color: #656565;
}
.cid-rbTtXGUSnt .card-box > p,
.cid-rbTtXGUSnt .mbr-section-btn {
  color: #000000;
}
.cid-rbTgfjoM0K {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #fff;
}
.cid-rbTgfjoM0K .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #1ec5bf);
}
.cid-rbTgfjoM0K h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rbTgfjoM0K p {
  color: #464646;
}
.cid-rbTgfjoM0K h2 {
  color: #000000;
}
.cid-rbTgfjoM0K .counter-container {
  color: #767676;
}
.cid-rbTgfjoM0K .counter-container div {
  margin-bottom: 0;
  padding-left: .5rem;
}
.cid-rbTgfjoM0K .media-content {
  padding-right: 1.5rem;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-rbTgfjoM0K .media-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cid-rbTgfjoM0K .mbr-figure:last-of-type {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rbTgfjoM0K .list-counter {
  float: left;
  font-size: 2rem;
  margin-right: 1rem;
}
.cid-rbTgfjoM0K .half-list:nth-of-type(even) {
  display: inline-block;
  width: 48%;
  /* margin-left: 4%; */
}
.cid-rbTgfjoM0K .half-list {
  text-align: left;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rbTgfjoM0K .half-list {
    width: 100%;
    margin: 0;
  }
  .cid-rbTgfjoM0K .half-list:nth-of-type(even) {
    width: 100%;
    margin: 0;
  }
}
.cid-rbTgfjoM0K .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-rbTgfjoM0K .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rbTgfjoM0K .mbr-figure {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rbTgfjoM0K .mbr-text {
    text-align: center;
  }
}
.cid-rbTgfjoM0K .mbr-section-subtitle DIV {
  color: #2c1616;
}
.cid-rbTgfjoM0K .mbr-section-subtitle B {
  color: #000000;
}
.cid-rbTgfjoM0K P {
  color: #000000;
  text-align: center;
}
.cid-rbTgfjoM0K .mbr-section-subtitle {
  text-align: center;
}
.cid-rbT1ApH1Bc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f5f7fa;
}
.cid-rbT1ApH1Bc .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rbT1ApH1Bc .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-rbT1ApH1Bc .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-rbT1ApH1Bc .card-img {
  overflow: hidden;
}
.cid-rbT1ApH1Bc .card-img:hover img {
  transform: scale(1.05);
}
.cid-rbT1ApH1Bc img {
  transition: all 0.3s;
}
.cid-rbT1ApH1Bc .card-box {
  padding: 2rem 2rem 0 2rem;
}
.cid-rbT1ApH1Bc .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-rbT1ApH1Bc .mbr-section-title,
.cid-rbT1ApH1Bc .title DIV {
  text-align: center;
  color: #656565;
}
.cid-rbT1ApH1Bc .card-box > p,
.cid-rbT1ApH1Bc .mbr-section-btn {
  color: #000000;
}
.cid-rbT2OQFx6h {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
.cid-rbT2OQFx6h .title {
  background: #f5f7fa;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rbT2OQFx6h .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f5f7fa;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-rbT2OQFx6h .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-rbT2OQFx6h .card-img {
  overflow: hidden;
}
.cid-rbT2OQFx6h .card-img:hover img {
  transform: scale(1.05);
}
.cid-rbT2OQFx6h img {
  transition: all 0.3s;
}
.cid-rbT2OQFx6h .card-box {
  padding: 2rem 2rem 0 2rem;
}
.cid-rbT2OQFx6h .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-rbT2OQFx6h .mbr-section-title,
.cid-rbT2OQFx6h .title DIV {
  text-align: center;
  color: #656565;
}
.cid-rbT2OQFx6h .card-box > p,
.cid-rbT2OQFx6h .mbr-section-btn {
  color: #000000;
}
.cid-rbwgkMnrEF {
  padding-top: 30px;
  padding-bottom: 24px;
  background-color: #ffffff;
}
.cid-rbwgkMnrEF .mbr-section-subtitle {
  color: #f4f8fa;
  text-align: center;
}
.cid-rbwgkMnrEF .mbr-section-title {
  text-align: center;
  color: #f4f8fa;
  text-transform: uppercase;
  font-size: 2rem;
}
.cid-rbwgkMnrEF .mbr-section-title DIV {
  text-align: center;
}
.cid-rbwgkMnrEF .mbr-section-title B {
  color: #000000;
}
.cid-rbN4bZfwXp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a41a1e;
}
.cid-rbN4bZfwXp .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-rbN4bZfwXp .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-rbN4bZfwXp .links-block ul li {
  margin: 0 1rem;
}
.cid-rbN4bZfwXp .icons-block ul li {
  margin: 0 .5rem;
}
.cid-rbN4bZfwXp .links-block ul,
.cid-rbN4bZfwXp .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rbN4bZfwXp .mbr-section-title {
  color: #ffffff;
}
.cid-rbN4bZfwXp .copyright > p {
  color: #e9ea88;
  line-height: 2rem;
}
.cid-rbT6LMb3Vi {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #5e0300;
}
.cid-rbT6LMb3Vi .row-element,
.cid-rbT6LMb3Vi .image-element {
  padding: 0;
}
.cid-rbT6LMb3Vi .image-element {
  display: flex;
  justify-content: center;
}
.cid-rbT6LMb3Vi .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rbT6LMb3Vi .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rbT6LMb3Vi .text-content {
    padding: 2rem 1rem;
  }
  .cid-rbT6LMb3Vi .mbr-title,
  .cid-rbT6LMb3Vi .mbr-text,
  .cid-rbT6LMb3Vi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rbT6LMb3Vi .mbr-text,
.cid-rbT6LMb3Vi .mbr-section-btn {
  color: #ffffff;
}
.cid-rbT6LMb3Vi .mbr-title {
  color: #e96188;
}
.cid-rbT6LMb3Vi .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-rbT6LMb3Vi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-rbTpAxzdlq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rbTpAxzdlq .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rbTpAxzdlq .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
}
.cid-rbTpAxzdlq .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1.3rem;
}
.cid-rbTpAxzdlq .card-img {
  overflow: hidden;
}
.cid-rbTpAxzdlq .card-img:hover img {
  transform: scale(1.05);
}
.cid-rbTpAxzdlq img {
  transition: all 0.3s;
}
.cid-rbTpAxzdlq .card-box {
  padding: 2rem;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rbTpAxzdlq .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-rbTpAxzdlq .mbr-section-title,
.cid-rbTpAxzdlq .title DIV {
  text-align: center;
  color: #000000;
}
.cid-rbTpAxzdlq .card-box > p,
.cid-rbTpAxzdlq .mbr-section-btn {
  color: #000000;
}
.cid-rbTp5BoML9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rbTp5BoML9 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rbTp5BoML9 .row {
  flex-direction: row-reverse;
  background-color: #ffffff;
}
.cid-rbTp5BoML9 .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-rbTp5BoML9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rbTp5BoML9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rbTp5BoML9 .text-element {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rbTp5BoML9 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rbTp5BoML9 .image-element {
    padding: 0 15px;
  }
  .cid-rbTp5BoML9 .text-element {
    padding: 2rem 1rem;
  }
  .cid-rbTp5BoML9 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-rbTp5BoML9 .row {
    flex-direction: column-reverse;
  }
}
.cid-rbT6MrTcwD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a41a1e;
}
.cid-rbT6MrTcwD .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-rbT6MrTcwD .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-rbT6MrTcwD .links-block ul li {
  margin: 0 1rem;
}
.cid-rbT6MrTcwD .icons-block ul li {
  margin: 0 .5rem;
}
.cid-rbT6MrTcwD .links-block ul,
.cid-rbT6MrTcwD .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rbT6MrTcwD .mbr-section-title {
  color: #ffffff;
}
.cid-rbT6MrTcwD .copyright > p {
  color: #e9ea88;
  line-height: 2rem;
}
.cid-rca8ZKxquo {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #a41a1e;
}
.cid-rca8ZKxquo .row-element,
.cid-rca8ZKxquo .image-element {
  padding: 0;
}
.cid-rca8ZKxquo .image-element {
  display: flex;
  justify-content: center;
}
.cid-rca8ZKxquo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rca8ZKxquo .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rca8ZKxquo .text-content {
    padding: 2rem 1rem;
  }
  .cid-rca8ZKxquo .mbr-title,
  .cid-rca8ZKxquo .mbr-text,
  .cid-rca8ZKxquo .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rca8ZKxquo .mbr-text,
.cid-rca8ZKxquo .mbr-section-btn {
  color: #ffffff;
}
.cid-rca8ZKxquo .mbr-title {
  color: #e96188;
}
.cid-rca8ZKxquo .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-rca8ZKxquo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-rbT7dcfebZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f3ae;
}
.cid-rbT7dcfebZ h2,
.cid-rbT7dcfebZ h3,
.cid-rbT7dcfebZ h4,
.cid-rbT7dcfebZ p {
  color: #ffffff;
}
.cid-rbT7dcfebZ .mbr-overlay {
  z-index: -1;
}
.cid-rbT7dcfebZ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rbT7dcfebZ .input {
  margin-bottom: 15px;
}
.cid-rbT7dcfebZ .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-rbT7dcfebZ .media-container-row {
  align-items: center;
}
.cid-rbT7dcfebZ .mbr-text {
  color: #767676;
}
.cid-rbT7dcfebZ .form-block {
  background-color: rgba(10, 10, 10, 0.5);
  padding: 3rem;
}
.cid-rbT7dcfebZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rbT7dcfebZ .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rbT7dcfebZ .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rbT7dcfebZ .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-rbT7dcfebZ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rbT7dcfebZ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rbT7dcfebZ .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rbT7dcfebZ h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rbT7dcfebZ .block-content {
    padding: 0;
  }
  .cid-rbT7dcfebZ .form-block {
    padding: 1rem;
  }
}
.cid-rbT7dcfebZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-rbT7dcfebZ .mbr-section-title,
.cid-rbT7dcfebZ .mbr-section-btn {
  color: #000000;
}
.cid-rbT7dcfebZ P {
  color: #000000;
}
.cid-rbT7dcfebZ H4 {
  text-align: center;
}
.cid-rbT7dcfebZ .basedinbendigo {
  font-size: 2rem;
  font-weight: bold;
}
.cid-rbN4bZfwXp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a41a1e;
}
.cid-rbN4bZfwXp .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-rbN4bZfwXp .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-rbN4bZfwXp .links-block ul li {
  margin: 0 1rem;
}
.cid-rbN4bZfwXp .icons-block ul li {
  margin: 0 .5rem;
}
.cid-rbN4bZfwXp .links-block ul,
.cid-rbN4bZfwXp .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rbN4bZfwXp .mbr-section-title {
  color: #ffffff;
}
.cid-rbN4bZfwXp .copyright > p {
  color: #e9ea88;
  line-height: 2rem;
}

.call-btn {
  line-height: 1.5rem;
}

@media (min-width: 400px) {
  .cid-rbT6LMb3Vi .btn, .cid-rca0lUek0s .btn {
    min-width: 300px;
  }
}

@media (max-width: 400px) {
  .cid-rbT6LMb3Vi .btn, .cid-rca0lUek0s .btn {
    width: 80%;
  }
}

* {
  word-wrap: break-word;
}

@media (max-width: 890px) {
  .cvwr-header {
      font-size: 3rem;
  }

  .cid-rbN4bZfwXp .mbr-section-title {
      font-size: 2rem;
  }
}

@media (max-width: 700px) {
  .cvwr-header {
      font-size: 2.4rem;
  }
}

.taglinea {
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  font-family:hobo-std;
  padding:1rem;
  background-color: #FCF677;
  text-align: center;
  margin-bottom: 2rem;
}

.taglinea h2 {
  font-size: 3rem;
}

@media (max-width: 600px) {
  .taglinea h2 {
      font-size: 2.6rem;
      font-weight: bold;
  }
}

@media (max-width: 450px) {
  .taglinea h2 {
      font-size: 1.8rem;
      font-weight: bold;
  }
}