@import "http://propeller.in/components/tab/css/tab.css";
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v21/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 {
  text-decoration: none !important;
}
hr {
  margin-top: 10px;
}
.pixel-overlay {
  position: absolute;
  width: 100%;
  min-height: 1000px;
  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(255, 255, 255, 0.39) 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: 300px;
  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: #ABD660;
  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: #ABD660;
  border: 0;
}
.btn-default {
  line-height: 0.5;
  padding-left: 0;
}
.btn-default:hover {
  background-color: transparent;
}
.hvr-bounce-to-right::before {
  background: #f74325 !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: #f74325;
  border-radius: 20px;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
}
.btn-info {
  background: #f74325;
  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: #ABD660;
  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: #f74325;
  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: #ABD660;
  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;
}
