@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@font-face {
  font-family: "Aperto";
  src: url("webfonts/Aperto.eot");
  src: url("webfonts/Aperto.eot?#iefix") format("embedded-opentype"), url("webfonts/Aperto.woff2") format("woff2"), url("webfonts/Aperto.woff") format("woff"), url("webfonts/Aperto.ttf") format("truetype"), url("webfonts/Aperto.svg#Aperto") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("webfonts/Futura-Medium.eot");
  src: url("webfonts/Futura-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/Futura-Medium.woff2") format("woff2"), url("webfonts/Futura-Medium.woff") format("woff"), url("webfonts/Futura-Medium.ttf") format("truetype"), url("webfonts/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.Futura {
  font-family: "Futura";
}

.Aperto {
  font-family: "Aperto";
}

.Lato {
  font-family: "Lato";
}

.color-primary {
  color: #363636;
}

.color-primary-light {
  color: #d8b256;
}

.color-secondary {
  color: #f3efeb;
}

.color-secondary-light {
  color: #f1f1f1;
}

.color-tertiary {
  color: #fae09f;
}

.color-quaternary {
  color: #fae09f;
}

.is-white {
  color: #fff;
}

.is-black {
  color: #000;
}

.is-dark {
  color: #1f1f1f;
}

.is-gray {
  color: #575757;
}

.is-dark-gray {
  color: #747474;
}

.is-light-gray {
  color: #969696;
}

.is-lightest-gray {
  color: #FFF8F8;
}

.is-light-gray-1 {
  color: #eaeaea;
}

.color-green {
  color: #67ae45;
}

.color-1 {
  color: #474747;
}

.color-2 {
  color: #383533;
}

.color-3 {
  color: #caba90;
}

.color-4 {
  color: #caba90;
}

.is-bg-primary {
  background-color: #363636;
}

.is-bg-secondary {
  background-color: #f3efeb;
}

.is-bg-secondary-light {
  background-color: #f1f1f1;
}

.is-bg-tertiary {
  background-color: #fae09f;
}

.is-bg-quaternary {
  background-color: #fae09f;
}

.is-bg-white {
  background-color: #fff;
}

.is-bg-dark {
  background-color: #1f1f1f;
}

.is-bg-gray {
  background-color: #575757;
}

.is-bg-color-4 {
  background-color: #e9f3f6;
}

.container.extra-small {
  width: 1140px !important;
  max-width: none !important;
}
@media screen and (min-width: 1201px) {
  .container.fullhd {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-hd {
    max-width: 85% !important;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1500px !important;
  }
  .container.fullhd {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.fullhd.small {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 40px);
  }
  .container.fullhd {
    width: 100%;
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-small {
    width: 90% !important;
    max-width: none !important;
  }
  .container.m-full-w {
    width: 100% !important;
    max-width: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .container.fullhd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.fullhd.small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section-wrp {
  position: relative;
  overflow: hidden;
}
.section-wrp .heading-wrp {
  margin-left: 10%;
  width: 50%;
}
.section-wrp .single-image-slider-01-wrp {
  width: 90%;
  margin-left: auto;
  margin-top: 20px;
}
@media only screen and (max-width: 1700px) {
  .section-wrp .single-image-slider-01 .owl-item p {
    padding: 20px 60px 0 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .section-wrp .single-image-slider-01 {
    margin-top: 40px;
  }
  .section-wrp .single-image-slider-01 .owl-item p {
    padding: 14px 0 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrp .single-image-slider-01-wrp {
    padding-right: 30px;
  }
  .section-wrp .heading-wrp {
    margin-left: 10%;
    width: 80%;
  }
}

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