@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.intro-slide {
  position: relative;
  min-height: 173px;
  padding: 100px 0 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    min-height: 313px;
    padding: 230px 0;
  }
}
.intro-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.44%, rgba(0, 0, 0, 0.3) 91.67%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 7.81%, rgba(0, 0, 0, 0) 25%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.intro-slide .container {
  align-self: stretch;
}
@media only screen and (max-width: 991px) {
  .intro-slide .section-content {
    text-align: center;
  }
}
.intro-slide .section-content .btn {
  min-height: 48px;
}
.intro-slide .main-title {
  font-family: "Poppins Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.46;
  color: #fff;
}
.intro-slide .main-title span {
  color: #F1CF6D;
}
@media only screen and (max-width: 991px) {
  .intro-slide .main-title {
    font-size: 26px;
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .main-title {
    font-size: 54px;
    letter-spacing: 0.5px;
  }
  .intro-slide .main-title span {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .intro-slide .btn {
    margin-top: 23px;
    width: 100%;
    max-width: 450px;
  }
  .intro-slide .btn.btn-maindark-bg {
    background: #fff;
    color: #000;
  }
  .intro-slide .btn.btn-maindark-bg path {
    stroke: #F1CF6D;
  }
  .intro-slide .btn.btn-call {
    padding: 10px 16px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .btn {
    margin-top: 42px;
  }
  .intro-slide .btn:not(:last-child) {
    margin-right: 20px;
  }
  .intro-slide .btn.btn-call {
    display: none;
  }
}
.intro-slide .scroll-arrow {
  position: absolute;
  bottom: 62px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.intro-slide .scroll-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.intro-slide .scroll-arrow path {
  stroke: #fff;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 991px) {
  .intro-slide .scroll-arrow {
    width: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .scroll-arrow {
    width: 50px;
  }
  .intro-slide .scroll-arrow:hover {
    cursor: pointer;
  }
  .intro-slide .scroll-arrow:hover path {
    stroke: #F1CF6D;
  }
}

.section-logos {
  position: absolute;
  bottom: -180px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .section-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: -60px;
    position: relative;
  }
}
@media only screen and (max-width: 374px) {
  .section-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-logos img:not(:last-child) {
    margin-bottom: 15px;
  }
}
.section-logos img {
  max-height: 156px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .section-logos img:not(:last-child) {
    margin-right: 25px;
  }
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.minus-top-section {
  padding-top: 0;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .minus-top-section {
    padding-bottom: 50px;
  }
}
.minus-top-section .section-content {
  background-color: #fff;
  border: 1px solid #D0A650;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 599px) {
  .minus-top-section .section-content {
    margin-top: -36px;
    padding: 17px 16px 34px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .minus-top-section .section-content {
    margin-top: -78px;
    padding: 30px 24px 70px;
  }
}
@media only screen and (min-width: 992px) {
  .minus-top-section .section-content {
    margin-top: -120px;
    padding: 40px 32px 100px;
  }
}
.minus-top-section .section-title {
  margin-bottom: 16px;
  padding: 0;
  max-width: none;
  min-height: auto;
}
.minus-top-section .section-title:before {
  display: none;
}
.minus-top-section .section-text {
  padding: 0;
}
.minus-top-section .content-wrap a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.minus-top-section .content-wrap a:not(.btn):focus, .minus-top-section .content-wrap a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
.minus-top-section .content-wrap a:not(.btn):focus, .minus-top-section .content-wrap a:not(.btn):active, .minus-top-section .content-wrap a:not(.btn):visited, .minus-top-section .content-wrap a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .minus-top-section .content-wrap a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}

.pagination-wrap .wrap,
.pagination-wrap .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-wrap .btn {
  padding: 0;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #D0A650;
  box-sizing: border-box;
  border-radius: 4px;
}
.pagination-wrap .btn svg {
  margin: 0;
}
.pagination-wrap .btn-left {
  margin-right: 25px;
}
.pagination-wrap .btn-right {
  margin-left: 25px;
}
.pagination-wrap .btn:hover {
  background-color: #D0A650;
}
.pagination-wrap .btn:hover svg path {
  fill: #FFFFFF;
}
.pagination-wrap .info {
  font-family: "Poppins Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  color: #7F8FA4;
}

@media only screen and (max-width: 599px) {
  .minus-top-section .section-content {
    padding: 17px 16px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .minus-top-section .section-content {
    padding: 30px 24px;
  }
}
@media only screen and (min-width: 992px) {
  .minus-top-section .section-content {
    padding: 40px 32px;
  }
}

.intro-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 599px) {
  .intro-slide {
    padding: 0 0 36px;
    min-height: 173px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .intro-slide {
    padding: 0 0 78px;
    min-height: 243px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    padding: 0 0 120px;
    min-height: 313px;
  }
}
.intro-slide .section-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intro-slide .main-title {
  padding: 8px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .intro-slide .main-title {
    padding: 16px 0;
  }
}

.section-blog-content .blog-item {
  padding: 16px 16px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  background: #FFFFFF;
  border: 1px solid #D0A650;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .section-blog-content .blog-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px 24px 16px 16px;
  }
}
.section-blog-content .blog-item:last-child {
  margin-bottom: 0;
}
.section-blog-content .image-wrap {
  width: 100%;
  margin: 0 0 16px;
}
@media only screen and (min-width: 992px) {
  .section-blog-content .image-wrap {
    margin: 0 24px 0 0;
    max-width: 258px;
    min-width: 258px;
  }
}
.section-blog-content .image-wrap div {
  max-width: 100%;
  width: 100%;
  padding-top: 71.55%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media only screen and (min-width: 992px) {
  .section-blog-content .image-wrap div {
    padding: 0;
    min-height: 171px;
    max-height: 171px;
    background-position: center;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .section-blog-content .image-wrap div {
    padding-top: 35%;
  }
}
.section-blog-content .text-wrap .title {
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 8px;
  color: #2C2C2C;
}
@media only screen and (min-width: 992px) {
  .section-blog-content .text-wrap .title {
    font-size: 22px;
    line-height: 1.45;
  }
}
.section-blog-content .text-wrap .text {
  font-family: "Poppins Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.78;
  color: #8F8F8F;
}
.section-blog-content .text-wrap .text a:not(.btn) {
  display: block;
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.section-blog-content .text-wrap .text a:not(.btn):focus, .section-blog-content .text-wrap .text a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
.section-blog-content .text-wrap .text a:not(.btn):focus, .section-blog-content .text-wrap .text a:not(.btn):active, .section-blog-content .text-wrap .text a:not(.btn):visited, .section-blog-content .text-wrap .text a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .section-blog-content .text-wrap .text a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .section-blog-content .text-wrap .text {
    font-size: 16px;
    line-height: 1.75;
  }
  .section-blog-content .text-wrap .text a {
    display: inline-block;
  }
}

/*# sourceMappingURL=blog-page.css.map */
