/* Scss Document */
nav.main-nav ul li#top-page a:link {
  color: #413e66;
}
nav.main-nav ul li#top-page a:hover, nav.main-nav ul li#top-page a:active, nav.main-nav ul li#top-page a:focus {
  color: #1bb1dc;
}
nav.main-nav ul li#contact-page a {
  color: #1bb1dc;
}

/* contact-section
--------------------------------*/
#contact-section {
  padding: 80px 0;
}
@media (max-width: 991px) {
  #contact-section {
    padding-bottom: 30px;
  }
}
#contact-section .call {
  margin-bottom: 40px;
}
#contact-section .call h3 {
  font-weight: 900;
}
#contact-section .call h3::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  margin-right: 10px;
  color: #fd7e14;
}
#contact-section dl {
  overflow: hidden;
  _zoom: 1;
}
#contact-section dl dt {
  clear: both;
  width: 10em;
  float: left;
}
#contact-section dl dd {
  overflow: hidden;
  _zoom: 1;
}

.contactForm {
  margin-bottom: 40px;
}
.contactForm .form-group {
  margin-bottom: 15px;
}
.contactForm #sendmessage {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contactForm #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contactForm #sendmessage.show, .contactForm #errormessage.show, .contactForm .show {
  display: block;
}
.contactForm .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.contactForm label {
  color: #413e66;
  font-weight: 500;
}
.contactForm input, .contactForm textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}
.contactForm input::placeholder, .contactForm textarea::placeholder {
  color: #a2a0bd;
}