@charset "utf-8";
/* CSS Document */
.cover {
  background-image: url("../img/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  background-position: top;
}
.title {
  font-size: 2.1em;
  line-height: 1.2em;
}
.subtitle {
  font-size: 1.2em;
  line-height: 1.2em;
  font-style: italic;
}
.pi-section {
  max-width: 1540px;
}
.pi-section-2 {
  padding: 0px 0px 0px 15px;
}
.pi-box-white {
  background-color: #fff !important;
}
.pi-padding-top-200 {
  padding-top: 200px;
}
.pi-text-base-2 {
  color: #F2BE5C !important;
}
.article-link {
  font-weight: 600;
  border-bottom: 3px solid #F2BE5C;
  padding-bottom: 7px;
}
.article-link:hover {
  border-bottom: 3px solid #92cd8b;
}
/* Header */
.pi-header-row-fixed .pi-header {
  padding-bottom: 96px;
}
/* Icon section */
.pi-icon-box .pi-icon-box-content {
  margin-left: 75px;
}
.pi-icon-box-hover:hover .pi-icon-box-icon.pi-icon-box-icon-dark {
  color: #E26A03;
}
.angle--bottom-right {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(93%), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(93%), 0 100%);
}
.home-article-img {
  -webkit-clip-path: circle(86.3% at 85% 18%);
  clip-path: circle(86.3% at 85% 18%);
}
.hover-box:hover {
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.testimonial-box:before {
  content: '\e882';
  font-family: fontello;
  position: absolute;
  font-size: 6em;
  color: rgba(174, 61, 6, 0.2);
  top: 10%;
  rotate: 180deg;
}
/*Footer*/
.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 320px) {
  .pi-row-lg .pi-row-block-logo img {
    max-height: 70px;
  }
  .title {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 478px) and (min-width: 321px) {
  .title {
    font-size: 1.8em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 479px) {
	.pi-row-lg .pi-simple-menu > li > a, .pi-row-lg .pi-menu > li > a {
    font-size: 14px;
}
}