* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0%;
  padding: 0%;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding: 0px 80px;
}

.heading .title {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #e8cfb2;
}
.heading h2 {
  margin-top: 80px;
  font-style: italic;
  font-family: "Merriweather", serif;
  margin-top: 5px;
  text-align: center;
  font-size: 40px;
}
.heading .underline {
  background-color: #000000;
  margin: 10px auto;
  height: 2px;
  width: 150px;
}

button {
  background-color: rgba(75, 41, 2, 0.366);
  border: solid white 2px;
  border-radius: 5px;
  padding: 10px 13px;
  font-size: 21px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button:hover {
  background-color: rgba(255, 255, 255, 0.879);
  color: rgb(0, 0, 0);
}

header .hero_img {
  background-image: url("/img/35104835_8261262.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
header .hero_shadow {
  background-color: rgba(0, 0, 0, 0.548);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hero_text {
  color: rgb(255, 255, 255);
}
header .hero_text h1 {
  text-align: center;
  font-family: "Merriweather", serif;
  letter-spacing: 3px;
  font-size: 80px;
  margin-bottom: 30px;
}
header .hero_text p {
  text-align: center;
  font-size: 21px;
}
header .hero_text button {
  font-size: 22px;
  display: block;
  margin: 20px auto;
}
header .arrow {
  position: relative;
  bottom: 50px;
  left: 50%;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .arrow i {
  text-align: center;
  font-size: 30px;
  color: rgb(254, 254, 254);
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.495);
}

nav {
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
  z-index: 100;
  width: 100%;
}
nav .show-nav {
  -webkit-animation: navbarOpen 0.7s;
          animation: navbarOpen 0.7s;
  overflow: hidden;
}
nav .fa-bars {
  color: #f5f5f5;
  padding: 10px;
}
nav .line {
  padding-top: 8px;
  width: 3px;
  background-color: #ffffff;
  margin: 4px auto;
}
nav .nav-link {
  text-transform: uppercase;
  margin-right: 15 px;
  text-align: center;
  color: aliceblue;
  font-size: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px;
}
nav .navbar-brand {
  color: aliceblue;
  font-weight: bold;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  letter-spacing: 1.5px;
}
nav .navbar-brand {
  font-size: 25px;
  text-transform: uppercase;
}
nav .nav-link:hover,
nav .navbar-brand:hover {
  color: #f8e7d3;
}
nav .nav-link:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
nav .active {
  color: #b7b7b7;
}
nav img {
  height: 70px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
nav img:hover {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
}

.aboutus {
  padding: 80px 0px 80px;
}
.aboutus .heading {
  margin-bottom: 50px;
}
.aboutus p {
  color: rgb(53, 53, 53);
  font-size: 22px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}
.aboutus .aboutus_title {
  font-size: 25px;
}
.aboutus img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 60px;
}
.aboutus .warning {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 20px;
}
.aboutus .logo {
  height: 200px;
}

.team {
  -webkit-box-shadow: 0px 0px 26px -4px rgb(66, 68, 90);
          box-shadow: 0px 0px 26px -4px rgb(66, 68, 90);
  background-color: rgba(10, 57, 111, 0.0862745098);
  padding: 80px 0px;
  color: #323232;
}
.team .aboutus_text {
  font-size: 22px;
  text-align: center;
  margin-top: 50px;
}
.team .title {
  color: #e8cfb2;
}
.team .age {
  color: #e8cfb2;
}
.team .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team .us_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 5px;
  padding: 10px;
}
.team .us_card p {
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px;
}
.team .us_card img {
  height: auto;
  width: 100%;
}
.team .us_card .name {
  padding-bottom: 0px;
}

.questions {
  padding: 80px 0px 100px;
  color: #323232;
}
.questions .aboutus_text {
  font-size: 22px;
  text-align: center;
  margin: 50px 0px;
}
.questions .question {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin: 70px 0px 10px;
  color: #e8cfb2;
}
.questions .answer {
  font-size: 21px;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 60px;
}
.questions img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 40px 0px;
  border-radius: 5px;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 600px;
}
.questions .wplyw {
  color: #323232;
}
.questions .wplyw .question {
  margin-bottom: 40px;
  font-size: 25px;
}
.questions .wplyw p {
  text-align: center;
  font-size: 23px;
}
.questions .wplyw li {
  font-size: 19px;
}
.questions .wplyw .col-12 {
  margin-bottom: 50px;
}

.price_list {
  -webkit-box-shadow: 0px 0px 26px -4px rgb(66, 68, 90);
          box-shadow: 0px 0px 26px -4px rgb(66, 68, 90);
}
.price_list .shadow {
  padding: 80px 0px;
}
.price_list .aboutus_text {
  font-size: 22px;
  text-align: center;
  margin-top: 50px;
}
.price_list .question {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin: 70px 0px 10px;
}
.price_list .answer {
  font-size: 21px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.price_list .price {
  width: 100%;
  border: solid #e8cfb2 2px;
  border-radius: 5px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.price_list .price P {
  margin: 0%;
  font-size: 21px;
}
.price_list .price:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.price_list .last {
  margin-bottom: 50px;
}
.price_list img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 40px 0px;
  border-radius: 5px;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 600px;
}

.contact {
  padding: 80px 0px;
}
.contact .row {
  width: 100%;
  margin: 0%;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .us_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
.contact .us_card i {
  text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.254);
  font-size: 60px;
  margin-bottom: 20px;
  color: #e8cfb2;
}
.contact .us_card p {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .us_card .underline {
  background-color: #e8cfb2;
  width: 40px;
  height: 2px;
  display: block;
  margin: auto;
}
.contact .us_card span {
  text-align: center;
  font-size: 19px;
}
.contact iframe {
  width: 100%;
  margin: auto;
}
.contact a {
  color: black;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.contact a:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

footer {
  padding: 30px;
  background-color: rgb(0, 0, 0);
}
footer h2 {
  font-size: 20px;
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  margin: 0%;
}
footer a {
  color: #1de4bc;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
footer a:hover {
  color: #ffffff;
}
footer .img_link {
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 10px;
}

@media (max-width: 1373px) {
  header .hero_text h1 {
    font-size: 60px;
  }
  header .hero_text p {
    font-size: 19px;
  }
  header .hero_text button {
    font-size: 19px;
  }
}
@media (max-width: 809px) {
  header .hero_text h1 {
    font-size: 45px;
  }
  header .hero_text p {
    font-size: 18px;
  }
  header .hero_text button {
    font-size: 18px;
  }
}
@media (max-width: 744px) {
  header .hero_img {
    background-position: -650px;
  }
}
@media (max-width: 665px) {
  nav {
    display: none;
  }
  .container {
    padding: 0px 20px;
  }
  header .hero_text h1 {
    font-size: 35px;
  }
  header .hero_text p {
    font-size: 17px;
  }
  header .hero_text button {
    font-size: 17px;
  }
}
@media (max-width: 441px) {
  nav {
    display: none;
  }
  .container {
    padding: 0px 20px;
  }
  header .hero_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  header .hero_text h1 {
    font-size: 35px;
  }
  header .hero_text p {
    font-size: 17px;
  }
  header .hero_text button {
    font-size: 17px;
  }
}
@media (max-width: 556px) {
  .aboutus .aboutus_text {
    font-size: 19px;
  }
  .price_list .aboutus_text {
    font-size: 19px;
  }
}/*# sourceMappingURL=main.css.map */