.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.para {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1280px) {
  .para {
    font-size: 0.8333333333vw;
    line-height: 1.509375vw;
  }
}

.--common-title {
  font-family: "Playfair Display", serif;
}

.black-color {
  color: #201208;
}

.--text-white {
  color: #fff;
}

.yellow-color {
  color: #fee8b1;
}

.blue-color {
  color: #1e409d !important;
}

.black-color {
  color: #201208;
}

.--text-justify {
  text-align: justify;
}

.--text-center {
  text-align: center;
}

.footer-section .inner-sec,
.news-landing-sec .inner-sec,
.single-news-sec .inner-sec,
.map-section .inner-sec,
.accodian-section .inner-sec {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1280px) {
  .footer-section .inner-sec,
  .news-landing-sec .inner-sec,
  .single-news-sec .inner-sec,
  .map-section .inner-sec,
  .accodian-section .inner-sec {
    padding: 0 10.4166666667vw;
  }
}

.inner-sec-small {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1280px) {
  .inner-sec-small {
    padding: 0 10.4166666667vw;
  }
}

/*# sourceMappingURL=common.css.map */
