@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
.primary-font {
  font-family: 'Montserrat', sans-serif;
}
.secondary-font {
  font-family: 'Open Sans', sans-serif;
}
.tertiary-font {
  font-family: 'Lato', sans-serif;
}
.quad-font {
  font-family: 'Poppins', sans-serif;
}
a.active-color {
  color: #2399D1 !important;
}
.btn.btn-xs.active-color {
  text-transform: capitalize;
}
.title {
  margin-top: 25px;
}
.title h1 {
  font-size: 2em;
  font-weight: 300;
  color: #146796;
}
.title h1 small {
  color: #2399d1;
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
a {
  text-decoration: none !important;
}
.pixel-overlay {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;
  border-radius: 10px;
  /* 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, rgba(93, 186, 253, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(93, 186, 253, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(93, 186, 253, 0.6) 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 */
  overflow: hidden;
}
.pixel-overlay-page {
  position: absolute;
  width: 100%;
  min-height: 500px;
  height: auto;
  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, rgba(93, 186, 253, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(93, 186, 253, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(93, 186, 253, 0.6) 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 */
}
.display-block {
  display: block;
}
.btn-custom {
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.08px;
  background: #146796;
  border: 0;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
}
.btn-custom-sm {
  padding: 8px 8px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.08px;
  background: #146796;
  border: 0;
}
.hvr-bounce-to-right::before {
  background: #2399d1 !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-primary {
  background: #2399d1;
  border-radius: 20px;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
}
.btn-info {
  background: #2399d1;
  border-radius: 20px;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
}
.center-half-line {
  display: block;
  position: relative;
}
.center-half-line:after {
  position: absolute;
  background-color: #146796;
  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: #2399d1;
  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: #146796;
  content: "";
  width: 100px;
  height: 2px;
  border-radius: 4px;
  right: 0;
}
.dotted-line {
  letter-spacing: 0.2em;
  font-size: 2em;
}
.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;
}
.width-200px {
  width: 150px;
  height: 150px;
  object-fit: cover;
  background: #DDD;
}
.btn-xs,
.btn-group-xs > .btn {
  text-transform: capitalize;
}
