/* line 8, ../sass/style.scss */
:root {
  font-size: 62.5%;
}
/* line 10, ../sass/style.scss */
:root body {
  font-size: 1.4rem;
}

/* line 15, ../sass/style.scss */
body {
  color: #535353;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
}

/* line 31, ../sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #495057;
}

/* line 35, ../sass/style.scss */
a {
  color: #535353;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
/* line 39, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #ff214f;
}

/* line 45, ../sass/style.scss */
h3 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 1.75rem;
}

/* line 51, ../sass/style.scss */
h5 {
  font-size: 1.5rem;
}

/* line 55, ../sass/style.scss */
header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 355px;
  background-image: url(../images/bg4.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  text-align: center;
}
/* line 70, ../sass/style.scss */
header:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 80, ../sass/style.scss */
header h1 {
  color: white;
  text-transform: uppercase;
  font-size: 3rem;
}
/* line 86, ../sass/style.scss */
header h2 {
  color: white;
}

/* line 91, ../sass/style.scss */
.desc {
  margin-top: 50px;
  max-width: 768px;
}
/* line 94, ../sass/style.scss */
.desc p {
  text-align: justify;
  margin: 0 auto 15px;
}
/* line 98, ../sass/style.scss */
.desc img {
  max-width: 100%;
}

/* line 104, ../sass/style.scss */
.desc1 p {
  text-align: center;
}

/* line 109, ../sass/style.scss */
.desc2 {
  display: flex;
  align-items: center;
}
/* line 112, ../sass/style.scss */
.desc2 p {
  width: 50%;
}
/* line 114, ../sass/style.scss */
.desc2 p.text {
  width: calc(50% - 20px);
  padding-right: 20px;
}

/* line 121, ../sass/style.scss */
.desc3 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
/* line 125, ../sass/style.scss */
.desc3 p {
  width: 50%;
}
/* line 127, ../sass/style.scss */
.desc3 p.text {
  width: calc(50% - 20px);
  padding-left: 20px;
}

/* line 134, ../sass/style.scss */
h4.desc {
  text-align: center;
  text-decoration: underline;
}

/* line 140, ../sass/style.scss */
.desc4 p {
  text-align: center;
}
/* line 142, ../sass/style.scss */
.desc4 p:last-child {
  margin-top: 20px;
}

/* line 148, ../sass/style.scss */
.desc5 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
/* line 152, ../sass/style.scss */
.desc5 p {
  width: calc(50% - 5px);
  padding-right: 5px;
}
/* line 155, ../sass/style.scss */
.desc5 p:last-child {
  padding-left: 5px;
  padding-right: 0;
}

/* line 162, ../sass/style.scss */
.main-container {
  padding: 70px 0;
}

/* line 167, ../sass/style.scss */
.contact-form .form-group {
  margin-bottom: 30px;
}
/* line 170, ../sass/style.scss */
.contact-form .form-control {
  width: 100%;
  padding: 10px 20px;
  outline: 0;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  display: block;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1.3rem;
}
/* line 186, ../sass/style.scss */
.contact-form .form-control::-webkit-input-placeholder {
  /* Edge */
  color: gray;
}
/* line 191, ../sass/style.scss */
.contact-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: gray;
}
/* line 196, ../sass/style.scss */
.contact-form .form-control::placeholder {
  color: gray;
}
/* line 200, ../sass/style.scss */
.contact-form .form-group.message {
  margin-bottom: 30px;
}
/* line 202, ../sass/style.scss */
.contact-form .form-group.message textarea {
  min-height: 180px;
}
/* line 206, ../sass/style.scss */
.contact-form .btn-md {
  cursor: pointer;
  padding: 12px 30px 10px;
  letter-spacing: 1.5px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  background: #ff214f;
  border-color: #ff214f;
  color: white;
}
/* line 217, ../sass/style.scss */
.contact-form .btn-md i {
  display: none;
}
/* line 222, ../sass/style.scss */
.contact-form .btn-md.disabled i {
  display: inherit;
}
/* line 228, ../sass/style.scss */
.contact-form span.required {
  position: absolute;
  top: 0;
  right: 24px;
  color: #ff214f;
}

/* line 237, ../sass/style.scss */
.contact-info h5 {
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
/* line 244, ../sass/style.scss */
.contact-info .media {
  margin-bottom: 30px;
}
/* line 246, ../sass/style.scss */
.contact-info .media i {
  width: 55px;
  font-size: 2rem;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: 1px dashed #535353;
  text-align: center;
  margin-right: 20px;
}
/* line 256, ../sass/style.scss */
.contact-info .media p {
  margin-bottom: 5px;
}

/* line 262, ../sass/style.scss */
#mapid {
  height: 350px;
}

/* line 266, ../sass/style.scss */
footer {
  background: #111;
  padding: 20px 0;
  text-align: center;
  color: #7c7e83;
  font-size: 1.3rem;
}
/* line 272, ../sass/style.scss */
footer p {
  margin: 0;
}
/* line 275, ../sass/style.scss */
footer a {
  color: #7c7e83;
}

/* line 280, ../sass/style.scss */
#myModal.red .modal-title {
  color: #ff214f;
  font-weight: bold;
}

@media all and (max-width: 575px) {
  /* line 286, ../sass/style.scss */
  .main-container {
    padding: 70px 15px;
  }
}
