.top-strip {
  background-color: #072440;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.top-strip a {
  color: white;
  text-decoration: none;
}
.top-strip a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .top-strip {
    text-align: center;
  }
}
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-nav .nav-link {
  color: #072440 !important;
  font-weight: 500;
}
.navbar-nav .nav-link:hover {
  color: #2196F3 !important;
}
.dropdown-menu {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-toggler {
  border-color: #072440;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(7, 36, 64, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.hero-section {
  padding: 100px 0;
  background-color: #f8f9fa;
}
.content-sidebar {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  color: #072440;
  padding: 20px;
  height: 100%;
  border-radius: 5px;
}
.content-sidebar a {
  color: #072440;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: all 0.3s;
}
.content-sidebar a:hover {
  padding-left: 10px;
}
.content-sidebar .sidebar-title {
  background: #051b31;
  color: #f8f9fa;
  padding: 15px;
  margin: -20px -20px 20px -20px;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 768px) {
  .content-sidebar {
    margin-bottom: 20px;
  }
}
.bmui-cta-sidebar {
  background: #03bab44a;
}
.bmui-cta-sidebar .btn-primary {
  color: #fff;
  background-color: #0b0679fa;
  border-color: #0b0679fa;
}
.testimonial-section .card-img-top-wrapper {
  height: 200px;
  /* Set a fixed height for the images */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.testimonial-section .card-img-top {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.testimonial-section .bg-testimonial-cta {
  background-color: #1a3242;
}
.testimonial-section .section-title {
  font-size: 2rem;
  font-weight: 700;
}
.testimonial-section .card {
  border: 1px solid #e0e0e0;
  border-color: #03bab44a;
  /* Added border color */
}
.testimonial-section .card-body {
  padding: 1.5rem;
}
.testimonial-section .card-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e0e0e0;
}
.foo-cta {
  background: #29819b;
}
.foo-cta .btn-foo-cta {
  border: 1px solid #7b8d99;
  padding: 10px 20px;
  color: white;
  font-size: 1.2rem;
  background: #1a3242;
}
.foo-cta .btn-foo-cta:hover {
  border: 1px solid white;
  background: transparent;
}
/* Testimonials Home */
.bmui-testimonial {
  color: #18150d;
}
.bmui-testimonial-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: green;
}
.bmui-testimonial .bmui-blockquote {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
}
.bmui-testimonial .bmui-testimonial-wrapper {
  margin-bottom: 30px;
  border: 2px solid #E8E8E8;
  border-radius: 5px;
  padding: 20px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 300;
}
.bmui-testimonial .bmui-testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.bmui-testimonial .bmui-testimonial-author {
  display: flex;
  align-items: center;
}
.bmui-testimonial .bmui-img-circle {
  border-radius: 50%;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.bmui-testimonial .bmui-author-info {
  display: flex;
  flex-direction: column;
}
.bmui-testimonial .bmui-author-info p {
  margin: 0px;
  padding: 0px;
}
.bmui-testimonial .bmui-author-info p:first-child {
  font-weight: 500;
}
.bmui-testimonial .bmui-author-info p:not(:first-child) {
  font-weight: 400;
  color: #29819b;
}
.bmui-testimonial .bmui-quote-icon {
  font-size: 3em;
  color: #29819b;
}
.bmui-testimonial .carousel-indicators {
  bottom: -30px;
}
.bmui-testimonial .carousel-indicators li {
  background-color: #29819b;
  list-style: none;
}
.bmui-testimonial .carousel-indicators li.active {
  background-color: #18150d;
}
.bmui-happy-clients-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 4.5rem;
}
.bmui-img-happy-clients {
  border: 10px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  width: 100%;
  /* Ensure it fits within the column */
  max-width: 100%;
  /* Prevent overflow */
}
.bmui-img-happy-clients::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 10%;
  bottom: 10%;
  width: 40px;
  background-color: #29819b;
  z-index: -1;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .bmui-img-happy-clients {
    width: auto;
    /* Adjust width for smaller screens */
  }
}
/* Home about*/
.bmui-about {
  padding: 50px 0;
}
.bmui-about-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: green;
}
.bmui-about-heading {
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.5rem;
}
.bmui-about .mask-container {
  position: relative;
  width: 100%;
  height: auto;
}
.bmui-about .mask-container img {
  -webkit-mask-image: url('/public/images/masking.png');
  mask-image: url('/public/images/masking.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  transform: translateY(-10%);
  filter: brightness(0.5);
  /* Adjust the value to make the mask darker */
}
/* Home Services */
.bmui-service-row {
  position: relative;
}
.bmui-service-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 129, 155);
  background-image: url('/public/images/bg_services.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.1;
}
.bmui-service-container {
  position: relative;
  display: flex;
  z-index: 2;
}
.bmui-service-container h2 {
  font-size: 3.5rem;
  font-weight: 700;
}
.bmui-left-col img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
.bmui-right-col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bmui-service-box {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 10px;
  border: 1px solid rgba(41, 129, 155, 0.5);
  transition: transform 0.3s ease-in-out;
  color: #072440;
}
.bmui-service-box .fa {
  font-size: 40px;
  margin-bottom: 10px;
}
.bmui-service-box h3 {
  margin: 10px 0;
  font-size: 2rem;
  font-weight: 600;
}
.bmui-service-box p {
  font-size: 14px;
  color: #666;
}
.btn-view-services {
  margin-top: 35px;
}
/** why us */
.bmui-why-us h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: green;
}
.bmui-why-us h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.5rem;
}
.bmui-why-us .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.bmui-why-us .icon {
  font-size: 3rem;
  color: #29819b;
  margin-bottom: 15px;
}
.bmui-why-us .bmui-focus {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 10px;
  color: #072440;
}
.bmui-why-us .big-box {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #29819b;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 10px;
  color: #fff;
}
.bmui-why-us .big-box .title,
.bmui-why-us .big-box .icon {
  color: #fff;
}
/** plan move **/
.bmui-plan-your-move {
  color: #f5f5f5;
}
.bmui-plan-your-move .btn-secondary {
  color: #fff;
  border: 1px solid #fff;
  margin-left: 10px;
}
.bmui-plan-your-move h1 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f5f5f5;
}
.bmui-plan-your-move h2 {
  font-size: 2.5rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f5f5f5;
}
.bmui-plan-your-move.bg-image {
  position: relative;
  background-image: url('/public/images/plan-your-move-with-browns-moving.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.bmui-plan-your-move.bg-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* Black overlay with 0.7 opacity */
  z-index: 1;
}
.bmui-plan-your-move.bg-image .container {
  position: relative;
  z-index: 2;
  text-align: left;
  /* Align text to the left */
  padding: 0% 24% 0% 0%;
  /* Adjust padding as needed */
}
/** banner */
.bmui-banner-slider {
  position: relative;
  height: calc(100vh - 125px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .bmui-banner-slider {
    height: auto;
  }
}
.bmui-banner-slider .bmui-banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: left;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  padding: 0 5%;
}
.bmui-banner-slider .bmui-banner-slide.active {
  opacity: 1;
}
.bmui-banner-slider .bmui-banner-slide h1 {
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 6.2rem;
  color: #072440;
}
.bmui-banner-slider .bmui-banner-slide p {
  font-size: 1.7rem;
  color: #072440;
  font-weight: 500;
}
.bmui-banner-slider .bmui-banner-content {
  max-width: 50%;
}
.bmui-banner-slider .bmui-banner-form {
  position: absolute;
  top: 30px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  width: 500px;
}
.bmui-banner-slider .bmui-banner-form h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #072440;
}
.bmui-banner-slider .bmui-banner-form .form-group {
  margin-bottom: 15px;
}
.bmui-banner-slider .bmui-banner-form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #072440;
}
.bmui-banner-slider .bmui-banner-form .form-group input,
.bmui-banner-slider .bmui-banner-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.bmui-banner-slider .bmui-banner-form .bmui-form-heading {
  text-align: center;
  background-color: #072440;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.bmui-banner-slider .bmui-banner-form .btn {
  background: #072440;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bmui-banner-slider .bmui-banner-form {
    background-image: url('/public/images/browns-moving-busy-moving-expert-calling-to-report-about-delivery.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .bmui-banner-slider .bmui-banner-form::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.79);
    z-index: 1;
  }
  .bmui-banner-slider .bmui-banner-form > * {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .bmui-banner-slider .bmui-banner-form {
    top: 60px;
    right: calc((100% - 1170px) / 2 + 20px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bmui-banner-slider .bmui-banner-form {
    top: 40px;
    right: calc((100% - 970px) / 2 + 20px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bmui-banner-slider .bmui-banner-form {
    top: 40px;
    right: calc((100% - 750px) / 2 + 20px);
  }
}
@media (max-width: 767px) {
  .bmui-banner-slider .bmui-banner-form {
    position: static;
    width: 100%;
    margin-top: 500px;
  }
  .bmui-banner-slider .bmui-banner-slider {
    height: 20%;
  }
  .bmui-banner-slider .bmui-banner-slide h1 {
    font-size: 4rem;
    line-height: 6rem;
  }
  .bmui-banner-slider .bmui-banner-content {
    max-width: 100%;
    margin-top: 900px;
  }
  .bmui-banner-slider .bmui-banner-form {
    margin-top: 0px;
  }
}
/** overwrite */
.btn-primary {
  color: #fff;
  background-color: #29819b !important;
  border-color: #29819b !important;
}
.footer {
  padding: 50px 0 0;
  background: #1a3242;
  color: #f5f5f5;
}
.footer a {
  color: #f5f5f5;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer .bmui-footer-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f5f5f5;
}
.footer .bmui-services-list,
.footer .bmui-page-links {
  list-style: none;
  padding: 0;
}
.footer .bmui-services-list li,
.footer .bmui-page-links li {
  margin-bottom: 10px;
}
.footer .bmui-toll-free-block {
  background: #29819b;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.footer .bmui-toll-free-block a:hover {
  text-decoration: none;
}
.footer .bmui-toll-free-block h4 {
  color: white;
  margin-bottom: 10px;
}
.footer .bmui-toll-free-block .bmui-toll-free {
  color: white;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.footer .bmui-contact-info p {
  margin-bottom: 10px;
}
.footer .bmui-separator {
  height: 1px;
  background: #dddddd2e;
  margin: 20px 0;
}
.footer .bmui-copyright {
  text-align: center;
  padding: 15px 0;
}
.footer .bmui-map-container {
  margin-top: 20px;
}


/*# sourceMappingURL=bundle.css.map*/