/* Table of contents */
/* ---------------------------------------------------------------------- / */
/* 1 - General / Global Styles */
/* 1.3 - Typography */
/* 3.0 - Banners */
/* 5.0 - Features */
/* 6.0 - Download Links */
/* 8.0 - Testimonials */
/* 13.0 - Contact */
/* 14.0 - Team */
/* 16.0 - Footer */
/* 17.0 - Gradient Style */
/* 20.0 - Internet Explorer Fix */
/* 21.0 - CUSTOM */
/* --------------------------------------------------------------------- */
/* 1.0 - General / Global Styles */
/* Global Rules */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
  line-height: 26px;
  background-color: #fff;
  word-wrap: break-word;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  color: #242424;
}
a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:active, a:hover {
  outline: none !important;
}
img, figure {
  max-width: 100%;
  height: auto;
}
.accord-img {
  float: right;
}
/* Overlay Effects */
.overlay {
  background: rgba(15, 22, 30, 0.8);
  color: #FFFFFF;
}
.overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h5, .overlay h6 {
  color: #FFFFFF;
}
.overflow-hidden {
  overflow: hidden;
}
/* Section Description */
.section-title {
  color: #1A1A1A;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.section-description {
  font-size: 1.1em;
}
.how-section {
  background-color: #0B5D78;
  color: #fff;
  padding: 30px 0;
}
.how-section h1 {
  color: #fff;
  font-size: 36px;
}
.how-section .section-description {
  font-size: 26px;
  line-height: 28px;
}
.how-section .download-links > .link-item:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1A1A1A;
}
/* Section Styles */
.section-padding {
  padding: 60px 0;
}
.top-no-padding {
  padding-top: 0;
}
.bottom-no-padding {
  padding-bottom: 0;
}
.top-padding-100 {
  padding-top: 100px;
}
.top-padding-80 {
  padding-top: 80px;
}
.top-padding-50 {
  padding-top: 50px;
}
.top-padding-30 {
  padding-top: 30px;
}
.top-padding-20 {
  padding-top: 20px;
}
.extra-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.extra-padding-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.top-margin-80 {
  margin-top: 80px;
}
.right-padding-50 {
  padding-right: 50px;
}
.highlight-gold {
  color: #ffbc3a !important;
}
.highlight-blue {
  color: #1DC15D !important;
}
[data-background="gray"] {
  background: #F0F0F0;
}
[data-background="gold"] {
  background: #CF8E07;
}
[data-background="light-black"] {
  background: #1A1A1A;
}
[data-background="light-black"] h1, [data-background="light-black"] h2, [data-background="light-black"] h3, [data-background="light-black"] h4, [data-background="light-black"] h5, [data-background="light-black"] h6 {
  color: #FFFFFF;
}
[data-parallax="yes"] {
  background-size: cover;
  background-attachment: fixed;
}
/* 1.3 - Typography */
h1, h2, h3, h4, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
table {
  width: 100%;
}
table tbody tr th, table tbody tr td {
  border: 1px solid #F0F0F0;
  padding: 5px 10px;
}
ul {
  padding-inline-start: 0px;
}
.check-list li {
  list-style: none;
  padding-bottom: 8px;
  font-size: 22px;
}
.check-list li:before {
  content: '\f178';
  font-family: FontAwesome;
  margin-right: 8px;
  color: #ffbc3a !important;
}
/* 3.0 - Banners */
.banner-title {
  font-size: 2.75em;
  line-height: 1.2em;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
.contact-title {
  font-size: 1.38em;
  font-weight: 900;
  margin-bottom: 25px;
  color: #ffbc3a;
}
.form-container {
  background-color: rgba(41, 41, 41, 0.7);
  padding: 30px 10px;
}
/* 5.0 - Features */
.feature-items .item > .icon > i {
  font-size: 1.5em;
  color: #b5cbdc;
  text-align: center;
}
.feature-items .item > .content > h4 {
  color: #CF8E07;
}
.feature-items.style-3 .item {
  min-height: 100px;
}
.feature-items.style-3 .item > .icon {
  float: none;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  border: 6px solid #CF8E07;
  padding: 4px;
  border-radius: 50%;
  position: relative;
  z-index: 50;
}
.feature-items.style-3 .item > .icon:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -48;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.feature-items.style-3 .item > .icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #242424;
  background: hsla(0, 0%, 99%, .3);
  padding: 10px;
}
.feature-items.style-3 .item:hover > .icon:before {
  background: #CF8E07;
}
.feature-items.style-3.list-style .item {
  position: relative;
  display: inline-block;
  margin-right: 106px;
  margin-left: 20px;
}
.feature-items.style-3.list-style .item:after {
  top: 96px;
}
/* 6.0 - Download Links */
.download-links > .link-item {
  display: inline-block;
  text-decoration: none;
  color: #0B5D78;
  padding: 15px 40px;
  border: 2px solid #FFFFFF;
  background-color: #fff;
  border-radius: 4px;
  margin: 10px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
}
.download-links > .link-item > i {
  width: 50px;
  font-size: 3em;
  float: left;
}
.download-links > .link-item > .heading {
  margin-left: 60px;
  display: block;
  font-size: .9375em;
  color: #bfd5e6;
}
.download-links > .link-item > .name {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}
.download-links > .link-item:hover {
  background-color: #CF8E07;
  border-color: #CF8E07;
}
.download-links > .link-item:first-child {
  margin-left: 0px;
}
.download-links > .link-item:last-child {
  margin-right: 0px;
}
/* 8.0 - Testimonials */
.testimonial-wrap {
  margin: 0px auto 30px;
  color: #404040;
}
.testimonial {
  position: relative;
  padding: 10px 30px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.testimonial > * {
  margin-bottom: 0;
}
.testimonial > *:not(:first-child) {
  margin-top: 20px;
}
.testimonial-photo {
  display: inline-block;
  position: relative;
  width: 154px;
}
.testimonial-photo img {
  display: inline-block;
  width: 100%;
  border-radius: 0%;
  z-index: 1;
  overflow: hidden;
}
.testimonial-photo img + img {
  opacity: 0;
  position: absolute;
  width: 154px;
  height: 154px;
  left: 0;
  top: 0;
  transition: 0.35s;
  transform: rotate(-45deg);
}
.testimonial:hover .testimonial-photo img + img {
  opacity: 1;
  width: 204px;
  height: 204px;
  left: 90%;
  top: -35px;
  transform: rotate(0deg);
}
.testimonial-photo + .testimonial-title {
  margin-top: 20px;
}
.testimonial-name {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  color: #404040;
}
.testimonial p {
  font-size: 19px;
  line-height: 24px;
  color: #404040;
}
.testimonial-bg1 {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  overflow-y: scroll;
  height: 250px;
  scrollbar-width: thin;
  scrollbar-color: grey #dcdcdc;
  scrollbar-face-color: grey;
  scrollbar-track-color: #dcdcdc;
  scrollbar-3dlight-color: #dcdcdc;
  scrollbar-darkshadow-color: #dcdcdc;
  scrollbar-arrow-color: #dcdcdc;
}
/* width */
.testimonial-bg1::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.testimonial-bg1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.testimonial-bg1::-webkit-scrollbar-thumb {
  background: grey;
  opacity: .5;
  border-radius: 10px;
}
/* 14.0 - Team */
.member-profile {
  padding: 25px;
  background-color: #F0F0F0;
  text-align: center;
  box-shadow: 0px 2px 4px 0px rgba(29, 37, 46, 0.3);
  border-radius: 4px;
  margin-bottom: 15px;
  height: 360px;
}
.member-profile > .member-image {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 4px;
}
.member-profile > .member-image > img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.member-profile > .member-info {
  padding: 25px 0px;
}
.member-profile > .member-info > .member-name {
  margin-top: 0;
  font-size: 1.4em;
  margin-bottom: 5px;
  font-weight: 600;
  color: #1A1A1A;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.member-profile:hover > .member-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.member-profile:hover > .member-info > .member-name {
  color: #CF8E07;
}
/* 13.0 - Contact */
.contact-section {
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-details {
  padding: 30px;
  color: #f0f0f0;
  text-align: center;
}
.contact-details .contact-title {
  font-size: 1.375em;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff;
}
.contact-details .contact-items {
  padding: 0px;
}
.contact-details .contact-items > li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.contact-details .contact-items > li:before {
  font-family: FontAwesome;
  font-size: 1.25em;
  color: #CF8E07;
  margin-left: -25px;
}
/* 16.0 - Footer */
.footer-section {
  padding: 15px 0px 10px;
}
.footer-section .copyright-info {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
.footer-section .copyright-info > a {
  font-weight: 600;
}
/* 16.0 - header */
.header-section {
  padding: 10px;
  background-color: #fff;
  position: sticky;
  z-index: 99999;
  width: 100%;
  top: 0;
}
.header-section .download-links {
  display: inline-block;
  margin-left: 10px;
  float: right;
}
.header-section .link-item {
  background-color: #0B5D78;
  color: #fff;
  border-radius: 4px;
  border: none;
  width: 100%;
  padding: 15px 20px;
}
/* 17.0 - Gradient Style */
.gradient .overlay {
  background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 0.75) 0, rgba(11, 93, 120, 0.75) 100%);
  background: linear-gradient(90deg, rgba(19, 19, 19, 0.75) 0, rgba(11, 93, 120, 0.75) 100%);
}
.gradient .overlay .section-title {
  color: #FFFFFF;
}
.gradient .overlay .section-title > span {
  color: #FFFFFF;
}
.gradient .overlay .download-links > .link-item:hover {
  background: #FFFFFF;
  border-color: transparent;
  color: #1A1A1A;
}
.gradient .achieve-item > .icon {
  background: -webkit-linear-gradient(0deg, #0B5D78 0, #CF8E07 100%);
  background: linear-gradient(90deg, #0B5D78 0, #CF8E07 100%);
}
.gradient .achieve-item > .inside {
  background: -webkit-linear-gradient(0deg, #0B5D78 0, #CF8E07 100%);
  background: linear-gradient(90deg, #0B5D78 0, #CF8E07 100%);
}
.gradient .feature-items.style-3 .item > .icon {
  border: none;
  background: -webkit-linear-gradient(0deg, #0B5D78 0, #CF8E07 100%);
  background: linear-gradient(90deg, #0B5D78 0, #CF8E07 100%);
}
.gradient .feature-items.style-3 .item > .icon:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 50%;
  z-index: 1;
}
.gradient .feature-items.style-3 .item > .icon:before {
  z-index: 2;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 10px;
}
.gradient .feature-items.style-3 .item > .icon.pain:before {
  background: url("../images/pain-spot.gif") no-repeat 50% 110%;
  background-size: cover;
}
.gradient .feature-items.style-3 .item > .icon.mobility:before {
  background: url("../images/mobility-spot.gif") no-repeat 50% 110%;
  background-size: cover;
}
.gradient .feature-items.style-3 .item > .icon.heal:before {
  background: url("../images/heal-spot.gif") no-repeat 50% 110%;
  background-size: cover;
}
.gradient .feature-items.style-3 .item > .icon > i {
  z-index: 3;
}
.gradient .overflow-testimonials > .item.active > .image {
  background: -webkit-linear-gradient(0deg, #0B5D78 0, #CF8E07 100%);
  background: linear-gradient(90deg, #0B5D78 0, #CF8E07 100%);
}
.gradient .footer-section, .header-section {
  background-color: #FFFFFF;
}
/* ============ CUSTOM ============ */
a {
  outline: 0;
}
a:hover, a:active, a:focus {
  outline: none !important;
}
.margin-b-0 {
  margin-bottom: 0 !important;
}
.img-bordered {
  border: none;
  padding: 4px;
  background: -webkit-linear-gradient(left, #0B5D78 0%, #CF8E07 100%);
  background: -o-linear-gradient(left, #0B5D78 0%, #CF8E07 100%);
  background: linear-gradient(to right, #0B5D78 0%, #CF8E07 100%);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-gradient > .panel-heading {
  color: #ffffff;
  background: #CF8E07;
  border-radius: 0;
}
.panel-gradient > .panel-heading a, .panel-gradient > .panel-heading a:active, .panel-gradient > .panel-heading a:focus {
  color: #ffffff;
  outline: none !important;
  text-decoration: none !important;
}
.panel-title:before {
    content: '\f067';
  font-family: FontAwesome;
  margin-right: 8px;
  color: #fff !important;
}
.aw-bredcrumb {
  list-style: none;
}
.aw-bredcrumb a {
  color: #fff;
}