.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #00adb5;
  background-color: #222831;
}

.secondary-btn {
  color: #222831;
  background-color: #00adb5;
}

.third-btn {
  color: #222831;
  background-color: #393e46;
}

.fouth-btn {
  color: #222831;
  background-color: #eeeeee;
}

.secondary-white-btn {
  color: #00adb5;
  background-color: #fff;
}

.warning-btn {
  color: #00adb5;
  background-color: #D69E2E;
}

.success-btn {
  color: #00adb5;
  background-color: #38A169;
}

.info-btn {
  color: #00adb5;
  background-color: #5A67D8;
}

.danger-btn {
  color: #00adb5;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

.header {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.header .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header .img div {
  width: 100%;
  height: 100%;
}
.header .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: auto;
}
.header .img:before {
  content: "";
  background-color: rgba(83, 83, 83, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
}
.header .content {
  position: absolute;
  padding: 2rem;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.header h1, .header h3 {
  color: white;
}

#mapSec {
  position: relative;
  height: 50vh;
  max-width: 1320px;
  margin: 0 auto;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 993px) {
  .contact-container {
    display: flex;
    height: 100vh;
    overflow: hidden;
  }
}
.contact-container .container {
  padding: 2rem;
  padding-top: 5rem;
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
}

.left {
  background-color: #222831;
  color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 661px) {
  .left {
    padding-right: 2rem !important;
  }
}
@media (min-width: 993px) {
  .left {
    padding-top: 0;
  }
}
.left h2 {
  margin-bottom: 2rem;
}
.left > div:nth-child(1) {
  margin-bottom: 1rem;
}

.right {
  padding-top: 2rem;
  background-image: url("/img/Image-8.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.right:before {
  content: "";
  background-color: rgba(34, 40, 49, 0.75);
  position: absolute;
  width: 100vw;
  height: 101%;
  min-height: 800px;
  top: 0;
  left: 0;
  z-index: -1;
}
.right input, .right textarea {
  min-width: 300px;
  width: 100%;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  border: 0;
  margin-bottom: 0.5rem;
  max-width: none;
  margin-top: 1rem;
}
.right span {
  font-weight: 700;
}
.right .txt-al-left span:last-of-type {
  font-weight: 300;
  color: #00adb5;
}
.right textarea {
  min-height: 200px;
}
.right input[type=submit] {
  background-color: #00adb5;
  border-radius: 50px;
  border: 0;
  color: white;
  font-weight: bold;
  width: 120px;
  min-width: 100px;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem !important;
}

.header #mapSec {
  top: -25%;
  margin-top: 0 !important;
}

.contact-section {
  margin-top: 300px !important;
  margin-bottom: 3rem !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}
.contact-section > div {
  display: grid;
  grid-template-columns: repeat(1, fr);
  grid-row-gap: 2rem;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .contact-section > div > div {
    padding: 0 2rem;
  }
}
.contact-section > div i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: white !important;
}
.contact-section > div a {
  color: #fff;
}

.contact-social {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem !important;
}
.contact-social ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.contact-social li {
  margin-right: 1rem;
}
.contact-social li:last-of-type {
  margin-right: 0;
}
.contact-social i {
  font-size: 30px;
  color: white;
}

.add-on-title > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-detail a {
  text-transform: none;
}
.footer-detail .f-social-ic a {
  border-radius: 0 !important;
}

.f-social-icon i {
  font-size: 1rem;
}

.f-terms a {
  text-transform: none;
}

.mail-form .form-msg {
  padding: 1rem;
  background-color: rgba(92, 184, 92, 0.8);
  border-radius: 15px;
  color: white;
}

.mail-form div div > div {
  margin-bottom: 1rem;
}/*# sourceMappingURL=contact.css.map */