body {
  font-family: "Roboto", sans-serif;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: #eb4559;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h1 {
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
}
h2,
h2,
h3,
h4,
h5 {
  font-weight: 300;
  text-transform: uppercase;
}
h6 {
  text-transform: uppercase;
  color: #717171;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
ul.menu-items {
  padding: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators li .active {
  background-color: #fff !important;
  border: 2px solid #8a8a8a !important;
}
.menu-bar span {
  font-family: "Montserrat-Thin";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  margin-right: 8px;
}
.burger-menu {
  margin: 0 15px;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.post-content a,
.post-content .btn-primary:hover,
.post-content .btn-primary:focus {
  color: #f9ae18;
}
button,
.btn-primary {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  background: #eb4559;
  border: 1px solid #eb4559;
  padding: 20px 30px;
  border-radius: 8px;
  color: #fff;
  line-height: initial;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
}
button:hover,
.btn-primary:hover,
.btn-primary:focus {
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #eb4559;
  background: #fff;
  color: #eb4559;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button:focus {
  outline: none;
}
button a {
  color: #fff;
}
button:hover a {
  color: #eb4559;
}
.block-title {
  margin: 1em 0;
  text-align: center;
  font-weight: 400;
}
.w-50 {
  width: 50%;
  display: inline-block;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
input[type="text"]:placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
input[type="text"]::-ms-placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.header-wrapper.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  background: #fff;
  box-shadow: -5px 2px 1px 1px rgba(167, 167, 167, 0.5);
  z-index: 99;
}
#contact-us input[type="text"]::placeholder,
#contact-us input[type="email"]::placeholder,
#contact-us textarea::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}
#contact-us input[type="text"]:placeholder,
#contact-us input[type="email"]::placeholder,
#contact-us textarea::placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
#contact-us input[type="text"]::-ms-placeholder,
#contact-us input[type="email"]::placeholder,
#contact-us textarea::placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.contact-header .header-wrapper {
  position: fixed;
  top: 0;
  background: #ccc;
}
img {
  max-width: 100%;
  height: auto;
}
.post-content .btn-primary {
  color: #fff;
}
.pnk-color {
  color: #eb4559;
}
.title-extra-large-3 {
  font-size: 40px !important;
  line-height: 57px;
}
.font-weight-700 {
  font-weight: 700 !important;
}

/* join us */
.join-us {
  background-color: #f6f8ff;
}
.join-us .content-box {
  -webkit-box-shadow: -2px 4px 45px 1px rgb(0 0 0 / 13%);
  box-shadow: -2px 4px 45px 1px rgb(0 0 0 / 13%);
  color: #515470;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
.join-us .join-heading {
  color: #000;
  font-size: 1.5em;
  line-height: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: unset;
}
.join-desc {
  color: rgba(29, 32, 55, 0.6);
  font-size: 0.875em;
  font-weight: 500;
  line-height: 30px;
}
.btn--primary {
  background: #33f;
  border: 1px solid #33f;
  color: #fff;
  letter-spacing: 0.7px;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.btn--primary:focus,
.btn--primary:hover {
  background: #dc33a9;
  border: 1px solid #dc33a9;
  color: #fff;
}

.icon-link {
  position: relative;
  top: 6px;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-home-bgimg {
  left: 40%;
  top: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.about-home-bgimg,
.bg-gradient:after {
  position: absolute;
  top: -40px;
  right: 40px;
  height: 240px;
  width: 240px;
  opacity: 1;
  z-index: -1;
}
.section--about {
  background-color: #f6f8ff;
}
.section--about .section-desc {
  font-size: 0.75em;
  letter-spacing: 2.8px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #dc33a9;
  font-weight: 500;
}
.section--about .section-heading {
  color: #363844;
  font-size: 1.375em;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.about-home-content {
  margin: 27px 0 0;
}
.about-home-content p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 20px;
}
#about-wrapper .about-desc p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1200px) {
  .join-heading {
    font-size: 2.75em !important;
    line-height: 54px !important;
  }
  .join-desc {
    font-size: 1.1em !important;
  }
  .section--about {
    padding: 50px 0 120px !important;
  }
  .section--about .section-heading {
    font-size: 2.5em !important;
    line-height: 54px !important;
  }
}

@media (min-width: 992px) {
  .join-heading {
    font-size: 2.125em;
    line-height: 44px;
    padding-right: 0;
  }
  .join-desc {
    font-size: 1em;
  }
  .section--about {
    padding: 60px 0 120px;
  }
  .section--about .section-heading {
    font-size: 2em;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .join-us .content-box--left {
    margin-right: -8rem;
  }
  .join-us .join-heading {
    font-size: 1.75em;
    line-height: 44px;
    padding-right: 2rem;
  }
  .join-us .content-box {
    padding: 4rem;
  }
  .join-us .content-box {
    padding: 4rem;
  }
  .icon-link {
    font-size: 20px;
  }
  .section--about {
    padding: 40px 0 80px;
  }
  .section-desc {
    font-size: 0.875em;
  }
  .section--about .section-heading {
    font-size: 1.75em;
    line-height: 42px;
  }
  .about-home-content p {
    font-size: 1.1em;
    line-height: 34px;
    margin: 0 0 30px;
    letter-spacing: 0.2px;
  }
  #about-wrapper .about-desc p {
    font-size: 1.1em;
    line-height: 34px;
    margin: 0 0 30px;
    letter-spacing: 0.2px;
  }
}

.foot-bg-div {
  background: #fff;
  padding: 27px;
}
#contact-us-wrapper .contact-details {
  color: #1e1e1e;
  text-align: center;
}
