@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs8.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0s51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-ws51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
.primary-font {
  font-family: 'Montserrat', sans-serif;
}
.secondary-font {
  font-family: 'Barlow', sans-serif;
}
.tertiary-font {
  font-family: 'Roboto Condensed', sans-serif;
}
.hvr-float {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
a {
  text-decoration: none !important;
}
.pixel-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100;Blue+to+Transparent */
  background: -moz-linear-gradient(left, #015591 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #015591 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #015591 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015591', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}
.pixel-overlay-xl {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.pixel-overlay-page {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3) url(../images/pattern.png);
}
.display-block {
  display: block;
}
.btn-custom {
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.08px;
  background: #015591;
  border: 0;
  border-radius: 0;
}
.btn-custom-sm {
  padding: 10px 10px !important;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.08px;
  background: #015591;
  border: 0;
}
.btn-custom-xs {
  padding: 5px 0px !important;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.08px;
  background: #015591;
  border: 0;
}
.btn-default {
  background: none;
  border: 1px solid #CCC;
  color: #015591;
  border-radius: 20px;
}
.hvr-bounce-to-right::before {
  background: #0081FF !important;
}
.box-boxshadow {
  -webkit-box-shadow: 0px 3px 5px -1px #b2b3b8;
  -moz-box-shadow: 0px 3px 5px -1px #b2b3b8;
  box-shadow: 0px 3px 5px -1px #b2b3b8;
}
.font-12 {
  font-size: 12px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-bold {
  font-weight: bold;
}
.width-100 {
  width: 100%;
}
.width-50 {
  width: 50%;
}
.img-center {
  margin: 0 auto;
}
.padding-0 {
  padding: 0 !important;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-top-0 {
  padding-top: 0;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-15 {
  padding-right: 15px;
}
.margin-0 {
  margin: 0;
}
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-left-0 {
  margin-left: 0;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-right-0 {
  margin-right: 0;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.no-border-radius {
  border-radius: 0;
}
.bg-lightgrey {
  background: #F9F9F9;
}
.bg-lightred {
  background: #F2DEDE;
}
.bg-lightblue {
  background: #D9EDF7;
}
.bg-lightgreen {
  background: #DFF0D8;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 320px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-grey {
  color: #ababab;
}
.btn-info {
  background: #015591;
  border-radius: 20px;
  color: #FFF;
}
.btn-no-radius {
  border-radius: 0;
}
.center-half-line {
  display: block;
  position: relative;
}
.center-half-line:after {
  position: absolute;
  background-color: #015591;
  content: "";
  width: 100px;
  height: 2px;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.left-half-line {
  display: block;
  position: relative;
}
.left-half-line:after {
  position: absolute;
  background-color: #015591;
  content: "";
  width: 100px;
  height: 2px;
  border-radius: 4px;
  left: 0;
}
.right-half-line {
  display: block;
  position: relative;
}
.right-half-line:after {
  position: absolute;
  background-color: #015591;
  content: "";
  width: 100px;
  height: 2px;
  border-radius: 4px;
  right: 0;
}
.dotted-line {
  letter-spacing: 0.2em;
  font-size: 2em;
  margin-top: -30px;
}
.owl-buttons {
  display: none;
  float: right;
  padding-right: 15px;
  margin-top: 20px;
}
.owl-buttons .owl-prev {
  float: left;
}
.owl-buttons .owl-next {
  margin-left: 10px;
  float: left;
}
.social {
  background: #FFF;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
.facebook {
  color: #45578F;
}
.twitter {
  color: #73A4E4;
}
.instagram {
  color: #CB2A7A;
}
.youtube {
  color: #EF1B0D;
}
.archive-pagination {
  margin-top: 50px;
}
.archive-pagination a {
  height: 40px;
  width: 40px;
  background: #015591;
  display: inline-block;
  border-radius: 20px 0;
  text-align: center;
  padding-top: 6px;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  color: #FFF;
  transition: 0.5s all;
}
.archive-pagination a:hover {
  background: #0081FF;
}
.archive-pagination a.active {
  background: #0081FF;
}
