@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,700,800&display=swap");

html {
  font-size: 15px;
}

body {
  font-family: "Muli";
  color: #848892;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  color: #848892;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002642;
  font-weight: 600;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section_padding {
  padding: 10px 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.section-title {
  margin-bottom: 60px;
  text-align: center;
}

.section-title span {
  text-transform: capitalize;
  font-size: 20px;
  color: #e82561;
  font-family: "Muli";
}

.section-title h2 {
  font-size: 40px;
  line-height: 55px;
  margin: 0;
  margin: 15px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: #c30e59;
}

.section-title .section-title-img {
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}

.section-title .section-title-img::before,
.section-title .section-title-img::after {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100px;
  height: 1px;
  background: #86a0b6;
}

.section-title .section-title-img::after,
.section-title .section-title-img::before {
  width: 110px;
}

.section-title .section-title-img::after {
  right: -70px;
  left: auto;
}

.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

.contact-validation-active #c-loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #c-loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #86a0b6;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}
