.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.herosection {
  height: 90vh;
}

.header-slider-div {
  width: 100%;
  height: 80vh;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  background-color: #1e3c59;
}

.marble-section {
  width: 100%;
  height: 800px;
  margin-top: -16px;
  background-image: url('../images/Marble2x.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.services-section-div {
  position: fixed;
  display: block;
  width: 1640px;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-heading-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  max-width: 1640px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e3c59;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-clip: border-box;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  font-family: 'Neutra Text book', Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  text-indent: 1px;
  text-transform: uppercase;
}

.container {
  display: block;
  width: 1640px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading {
  max-width: 900px;
  margin-top: 60px;
  margin-left: 20px;
  font-family: 'Made Mirage', 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
}

.image {
  position: relative;
  width: 160px;
  max-width: none;
  padding-top: 100px;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-slider {
  height: 90vh;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  height: 90vh;
  background-image: url('../images/CaliSpyder2.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Rodin3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.body {
  background-clip: border-box;
}

.services-h2 {
  font-family: 'Neutra Text book', Verdana, sans-serif;
  color: #1e3c59;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
}

.navhead-h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: 'Neutra Text book', Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.top-nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services-div {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paratext {
  display: inline;
  font-family: 'Made Mirage', 'Times New Roman', sans-serif;
  color: #1e3c59;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.grid {
  margin-top: 50px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-2 {
  margin-top: 0px;
  font-family: 'Neutra Text book', Verdana, sans-serif;
  color: #1e3c59;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.heading-3 {
  font-family: 'Neutra Text book', Verdana, sans-serif;
  color: #1e3c59;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.button {
  width: 220px;
  height: 60px;
  margin-top: 5px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #1e3c59;
  font-family: 'Made Mirage', 'Times New Roman', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.div-block {
  margin-top: 226px;
  margin-left: 358px;
}

.div-block.email {
  margin-top: 120px;
  margin-left: 370px;
}

.image-2 {
  margin-top: -82px;
  margin-left: 180px;
}

.side-menu {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px 4px 3px 3px;
  background-color: rgba(0, 0, 0, 0.94);
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: move;
}

.db-link-wrapper {
  width: 100%;
  padding: 10px 60px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #3cc47c;
}

.side-menu-headline {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.db-button {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #3cc47c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.shrink-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.shrink-box-button {
  display: block;
  margin-right: 5px;
}

.db-fixed-nav-headline {
  margin: 0px 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.shrink-box-button-2 {
  display: block;
  margin-right: 5px;
}

.shrink-box-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.db-mobile-fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f0f0f;
  color: #fff;
}

.db-logo-wrapper {
  padding: 10px 15px;
  background-color: #3cc47c;
}

.db-fixed-nav-logo {
  width: 100px;
}

.db-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.popup-div {
  position: fixed;
  z-index: 20;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(30, 60, 89, 0.9);
  -o-object-fit: fill;
  object-fit: fill;
}

.policy-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 600px;
  height: 500px;
  margin: auto;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}

.popup-h3 {
  border: 0px solid transparent;
  font-family: 'Made Mirage', 'Times New Roman', sans-serif;
  color: #1e3c59;
  font-size: 32px;
  font-weight: 400;
}

.exit-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-3 {
  padding: 16px;
  cursor: pointer;
}

.paragraph {
  overflow: scroll;
  height: 392px;
  padding-top: 24px;
  font-family: 'Made Mirage', 'Times New Roman', sans-serif;
  color: #1e3c59;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-2 {
  position: absolute;
  z-index: 900;
  margin-top: -78px;
  background-color: transparent;
  background-image: linear-gradient(3deg, #fff, #fff, transparent);
}

.link {
  color: #1e3c59;
  cursor: pointer;
}

.link-2 {
  color: #1e3c59;
}

.slide-3 {
  background-image: url('../images/House.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .marble-section {
    background-position: 50% 50%;
  }

  .heading {
    margin-right: 20px;
  }

  .menu-button {
    display: none;
  }

  .icon {
    display: none;
  }

  .services-h2 {
    padding-left: 20px;
  }

  .top-nav-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paratext {
    font-size: 20px;
    line-height: 24px;
  }

  .grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block.email {
    margin-top: 84px;
    margin-left: 127px;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .db-show-tab {
    position: absolute;
    right: 20px;
    bottom: -25px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #0f0f0f;
    cursor: pointer;
  }

  .popup-div {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .marble-section {
    height: 950px;
    background-position: 50% 100%;
  }

  .heading {
    margin-right: 35px;
    margin-left: 35px;
    font-size: 40px;
    line-height: 45px;
  }

  .menu-button {
    display: block;
  }

  .icon {
    display: block;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block.email {
    margin-top: 52px;
    margin-left: 291px;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .popup-div {
    display: none;
  }

  .policy-div {
    width: 500px;
    height: 585px;
  }

  .paragraph {
    height: 500px;
  }

  .div-block-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .marble-section {
    height: 1430px;
  }

  .heading {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .navhead-h3 {
    font-size: 10px;
  }

  .top-nav-div {
    display: none;
  }

  .paratext {
    font-family: 'Made Mirage', 'Times New Roman', sans-serif;
    color: #1e3c59;
    font-size: 21px;
  }

  .div-block.email {
    margin-left: 0px;
  }

  .db-fixed-nav-headline {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .db-mobile-fixed-nav {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .db-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .db-flex-row {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-div {
    display: none;
    width: 100vw;
  }

  .policy-div {
    display: inline-block;
    width: 300px;
    height: 630px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }

  .popup-h3 {
    font-size: 30px;
  }

  .paragraph {
    height: 550px;
    font-size: 18px;
    line-height: 24px;
  }
}

@font-face {
  font-family: 'Made Mirage';
  src: url('../fonts/MADEMirage.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text book';
  src: url('../fonts/NeutraText-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}