html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Georama", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 25px;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: rgb(1, 151, 0);
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}

.little-h {
  color: rgb(1, 151, 0);
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 4px;
}

.title-h {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 76px;
  line-height: 78px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 46px;
    line-height: 50px;
    font-weight: 400;
  }
}

.title-p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.or-spacer {
  margin: 30px auto;
  width: 250px;
  position: relative;
}
@media (max-width: 991px) {
  .or-spacer {
    width: 250px;
  }
}

.or-spacer-left {
  margin: 20px 0;
  width: 300px;
  position: relative;
}

.or-spacer .mask, .or-spacer-left .mask {
  overflow: hidden;
  height: 20px;
}

.or-spacer .mask:after, .or-spacer-left .mask:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 13px rgb(1, 151, 0);
}

.btn {
  background-color: rgb(1, 151, 0);
  color: #fff !important;
  padding: 15px 45px;
  font-weight: 400;
  letter-spacing: 3px;
  border: 2px solid rgb(1, 151, 0);
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  margin: 15px 0;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: transparent;
  color: rgb(1, 151, 0) !important;
  border: 2px solid rgb(1, 151, 0);
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sep-img {
  width: 180px;
}

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/******navbar start*******/
.top-bar {
  background-color: rgb(1, 151, 0);
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
  }
}
.top-bar a:hover {
  color: #222;
}
.top-bar .top-text {
  display: inline-block;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}

.navbar {
  min-height: 78px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 5px 10px 2px 2px;
  height: auto;
}
@media (max-width: 1150px) {
  .navbar-brand {
    padding: 15px 0px 2px 2px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 3px 0px 0px 0px;
  }
}

.navbar-brand img {
  width: auto;
  height: 76px;
}
@media (max-width: 1150px) {
  .navbar-brand img {
    height: 70px;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #222 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 4px solid rgb(1, 151, 0);
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 17px 2px 20px 28px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: rgb(1, 151, 0);
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 12px 7px 10px 7px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #222;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: rgb(1, 151, 0);
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 6px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 400;
    font-size: 15px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: rgb(1, 151, 0);
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 18px;
  text-transform: none;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 5px 15px 5px 0;
  margin-right: 8px;
  font-family: "Georama", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: rgb(1, 151, 0) !important;
  background-color: transparent !important;
  border: 2px solid rgb(1, 151, 0);
  padding: 10px 20px;
  min-width: 120px;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
  padding: 10px 20px;
  min-width: 120px;
}

nav.no-background.bootsnav .btn:hover, nav.navbar-fixed.bootsnav .btn:hover {
  color: #fff !important;
  background-color: rgb(1, 151, 0) !important;
  border: 2px solid rgb(1, 151, 0) !important;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 36px;
    font-size: 18px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

nav.navbar.bootsnav .material-symbols-outlined:hover {
  color: rgb(1, 151, 0);
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 130px;
  margin-top: -27px;
}

@media (max-width: 1050px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 85px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
/*****hero start*********/
.img-zoom {
  animation: zoom-in 2s ease-out both;
  background: url(../images/img133.jpg) center/cover no-repeat;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes zoom-in {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 50% 20%;
  }
  100% {
    transform: scale(1.1) translate(0px, 0px);
    transform-origin: center center;
  }
}
.hero {
  position: relative;
  min-height: 85vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 78vh;
  }
}
.hero .hero-box {
  margin-top: 35vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 35vh;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.7);
}
.hero h1 {
  color: #fff;
  margin-top: 0px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 39px;
    line-height: 41px;
  }
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.hero .title-h:before {
  border: 10px solid rgba(255, 255, 255, 0.2);
}

/***************hero end******/
/************cta start*******/
.cta-home {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  background-attachment: fixed;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 991px) {
  .cta-home {
    padding: 30px 15px;
  }
}

.cta-home .back {
  background: rgba(26, 26, 26, 0.5);
  z-index: 1;
}

.cta-home h3 {
  color: #fff;
}

.cta-home p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cta-home p {
    font-size: 21px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta-home {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*************cta end***********/
.blog-box .blog-img {
  height: 430px;
}
@media (max-width: 768px) {
  .blog-box .blog-img {
    height: 250px;
  }
}

.flex-container > .coach-flex {
  width: 35%;
  padding: 0 10px 20px 10px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .flex-container > .coach-flex {
    width: 100%;
    padding: 30px 0px 0px 0px;
  }
}

.blog-img-right {
  height: 170px;
}
@media (max-width: 768px) {
  .blog-img-right {
    height: 250px;
  }
}

.blog-text {
  padding: 15px 0 15px 0;
}
@media (max-width: 768px) {
  .blog-text {
    padding: 5px 0 15px 0;
  }
}
.blog-text span {
  color: #999;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-text h3 {
  margin-top: 0;
  font-size: 20px;
}
.blog-text p {
  margin-bottom: 5px;
}

.flex-container > .blog-text {
  width: 63%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .flex-container > .blog-text {
    width: 100%;
  }
}

/******location start*****/
.locations {
  padding: 0px;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1900px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0.5rem;
}

.news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 350px;
  overflow: hidden;
  flex: 1;
  min-width: 290px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (min-width: 900px) {
  .news-card {
    height: 600px;
  }
}
.news-card h4 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 300;
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(26, 26, 26, 0) 50%, rgba(26, 26, 26, 0.78) 80%);
  z-index: 0;
}

.location-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.location-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 3s ease;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.location-text {
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 0;
  padding: 15px;
  color: white;
  transition: background-color 1.5s ease;
}
.location-text a {
  color: #fff;
  font-size: 15px;
}

.location-title {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 40px;
  margin-top: 10px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.location-phone {
  font-weight: 400;
  margin-top: 20px;
}

.location-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease;
}

@media (min-width: 900px) {
  .news-card:hover .location-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
  .news-card:hover .location-image {
    transform: scale(1.1);
    z-index: -1;
  }
}
/******location end*****/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 130px 0 25px 0;
}
.tc-footer .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121212+1,000000+100&0.65+0,0+100 */
  background: linear-gradient(to bottom, rgb(18, 18, 18) 0%, rgba(18, 18, 18, 0.95) 20%, rgba(18, 18, 18, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tc-footer img {
  margin-bottom: 30px;
}

.footer-navbar {
  list-style: none;
  margin: 10px 0 30px 0;
  padding: 0;
  padding-left: 0;
}

.footer-navbar li {
  display: inline-block;
  padding: 5px 20px;
}

.footer-navbar2 ul {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

.footer-navbar2 li {
  display: inline-block;
  padding: 5px 4px;
}

.tc-footer a {
  font-weight: 400;
  color: #f9f9f9;
  letter-spacing: 2px;
  font-size: 21px;
}

.tc-footer a:hover {
  color: rgb(1, 151, 0);
}

.tc-footer p, .tc-footer p a {
  color: #ccc;
  margin-top: 5px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 15px;
}

.tc-footer .svg-inline--fa {
  width: 18px;
  height: 18px;
  color: #eee;
  background-color: rgb(1, 151, 0);
  border: 8px solid rgb(1, 151, 0);
  border-radius: 20px;
  padding: 4px;
}

.tc-footer .svg-inline--fa:hover {
  color: #111;
}

@media (max-width: 991px) {
  .footer-navbar li {
    display: inline-block;
    padding: 5px 17px;
  }
}
/*****tc-footer end******/
.hero #hero-opacity {
  color: #fff;
  text-transform: uppercase;
  font-size: 69px;
  font-weight: 200;
  padding: 0;
  line-height: 69px;
  width: 100%;
  display: block;
  height: 65px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  .hero #hero-opacity {
    font-size: 39px;
    line-height: 39px;
    height: 35px;
  }
}

.hero #flip {
  height: 69px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 991px) {
  .hero #flip {
    height: 39px;
  }
}

.hero #flip > div > div {
  color: #fff;
  padding: 0px;
  height: 65px;
  margin-bottom: 65px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 991px) {
  .hero #flip > div > div {
    height: 35px;
    margin-bottom: 35px;
  }
}

.hero #flip div:first-child {
  animation: show 6s linear infinite;
}

@keyframes show {
  0% {
    margin-top: -390px;
  }
  0% {
    margin-top: -260px;
  }
  33% {
    margin-top: -260px;
  }
  38% {
    margin-top: -130px;
  }
  66% {
    margin-top: -130px;
  }
  71% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  @keyframes show {
    0% {
      margin-top: -210px;
    }
    0% {
      margin-top: -140px;
    }
    33% {
      margin-top: -140px;
    }
    38% {
      margin-top: -70px;
    }
    66% {
      margin-top: -70px;
    }
    71% {
      margin-top: 0px;
    }
    100% {
      margin-top: 0px;
    }
  }
}
.animate-glow {
  color: #fff;
  animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 5px rgb(1, 151, 0), 0 0 10px rgb(1, 151, 0);
  }
  100% {
    text-shadow: 0 0 5px #333, 0 0 0px gold;
  }
}
.intro-box1 {
  box-shadow: inset 2px 2px 25px rgba(18, 18, 18, 0.4);
  padding: 150px 30px 20px 30px;
  border-radius: 18px;
  position: relative;
  background-color: #eee;
  height: 380px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .intro-box1 {
    height: 280px;
  }
}
.intro-box1 img {
  position: absolute;
  top: -30px;
  right: 50px;
  height: 200px;
  width: auto;
}
@media (max-width: 991px) {
  .intro-box1 img {
    right: -5px;
    height: 190px;
  }
}

.intro-box2 {
  box-shadow: inset 2px 2px 25px rgba(18, 18, 18, 0.4);
  padding: 150px 30px 20px 30px;
  border-radius: 18px;
  position: relative;
  background-color: #eee;
  height: 380px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .intro-box2 {
    height: 280px;
  }
}
.intro-box2 img {
  position: absolute;
  top: -35px;
  right: -10px;
  height: 200px;
  width: auto;
}
@media (max-width: 991px) {
  .intro-box2 img {
    right: -10px;
    height: 170px;
  }
}

.intro-box3 {
  box-shadow: inset 2px 2px 25px rgba(18, 18, 18, 0.4);
  padding: 150px 30px 20px 30px;
  border-radius: 18px;
  position: relative;
  background-color: #eee;
  height: 380px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .intro-box3 {
    height: 280px;
  }
}
.intro-box3 img {
  position: absolute;
  top: -40px;
  right: -40px;
  height: 230px;
  width: auto;
}
@media (max-width: 991px) {
  .intro-box3 img {
    right: -5px;
    height: 180px;
    top: -30px;
  }
}

.inner-h {
  font-size: 33px;
  line-height: 45px;
  color: #444;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 30px;
    line-height: 39px;
  }
}

.title {
  position: absolute;
  bottom: 20px;
}
.title .title-h {
  margin-top: 5px;
  letter-spacing: 0px;
}
@media (max-width: 1180px) {
  .title .title-h {
    font-size: 56px;
    line-height: 58px;
  }
}/*# sourceMappingURL=style.css.map */