body {
  background: #fff !important;
}

.home {
  background: url(../images/bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home2 {
  background: url(../images/bg2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home3{
  background: url(../images/1234.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.home .button-secondary {
  margin-top: 64px;
}

.home-content {
  width: 100%;
}

.home-content_2{
  height: 500px;
  width: 613px;
}

.cards p {
  max-width: 441px;
  margin: auto;
}



.header .row {
-webkit-backdrop-filter: saturate(180%) blur(20px);
background-color: rgba(29,29,31,0.72);
}

.white {
  background: #fff !important;
}

.footer .group {
  align-items: left !important;
}

.d5{
  height:705px! important;
}

.menu1{
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
  position: relative;
}

.menu2{
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.menu_center{
  margin: 0 auto;
}


.maps iframe{
  pointer-events: none;
}
