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: #005daa;
}

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: #005daa;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 4px;
}

.title-h {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 76px;
  line-height: 78px;
  margin-bottom: 40px;
}
@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 #005daa;
}

.btn {
  background-color: #005daa;
  color: #fff !important;
  padding: 13px 30px !important;
  font-weight: 600;
  letter-spacing: 3px;
  border: 2px solid #005daa;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  margin: 15px 0;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: transparent;
  color: #005daa !important;
  border: 2px solid #005daa;
}

.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*******/
nav.navbar.bootsnav .navbar-toggle {
  background-color: transparent;
  margin-top: 15px;
}

nav.navbar.bootsnav .navbar-toggle .svg-inline--fa {
  color: #fff;
}

.caret {
  margin-left: 4px;
}

.navbar-brand {
  padding: 0px 15px;
  margin-top: 9px;
  z-index: 10001 !important;
}
@media (max-width: 1300px) {
  .navbar-brand {
    margin-top: 10px;
  }
}
@media (max-width: 1150px) {
  .navbar-brand {
    margin-top: 15px;
  }
}

.navbar-brand img {
  height: 60px;
  width: auto;
  z-index: 10001 !important;
}
@media (max-width: 1300px) {
  .navbar-brand img {
    height: 60px;
  }
}
@media (max-width: 1150px) {
  .navbar-brand img {
    height: 50px;
  }
}

nav.navbar.bootsnav ul.nav > li > a {
  padding: 30px 14px 30px 14px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1350px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 10px 30px 10px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1250px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 12px 5px 5px 5px;
    border: none;
    font-size: 20px;
  }
}

nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #005daa;
}

nav.navbar.bootsnav h3 {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  font-family: "Oswald", sans-serif;
}

nav.navbar.bootsnav {
  background: #005daa;
  border-bottom: 1px solid #005daa;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    border-bottom: 1px solid #005daa;
  }
}

.attr-nav > ul > li > a {
  color: #fff;
  display: block;
  padding: 29px 17px 20px 17px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}

.attr-nav .svg-inline--fa {
  margin-right: 7px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu {
  left: -150px;
  border: none !important;
}

ul.cart-list > li {
  position: relative;
  border-bottom: none;
  padding: 5px 15px 5px 15px !important;
}

@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: #fff !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
  }
  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;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #005daa;
    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: 14px 8px 16px 8px;
    font-weight: 400;
    font-size: 16px;
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1190px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 4px 10px 10px;
    font-size: 15px;
    text-decoration: none;
  }
}
nav.navbar-fixed.bootsnav ul.nav > li > a {
  color: #333;
}

nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
  color: #005daa;
}

nav.no-background.bootsnav ul.nav > li > a {
  color: #333;
}

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: 17px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #005daa;
}

.navbar-cart {
  position: absolute;
  top: 9px;
  right: 0px;
}

.navbar-cart .badge {
  background-color: #005daa;
}

.navbar-footer {
  background-color: #111;
  padding: 3px 0;
}

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

.navbar-footer ul {
  margin-bottom: 0;
  padding-left: 0;
}

.navbar-footer a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 768px) {
  .navbar-footer a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;
  }
}

.navbar-footer a span {
  color: #fff;
}

.navbar-footer a span:hover {
  color: #005daa;
}

.navbar-footer a:hover {
  color: #005daa;
}

.navbar-account {
  text-transform: uppercase;
}

.navbar-top {
  background-color: #fff;
}

.top-navbar-text {
  color: #005daa !important;
}

@media (max-width: 991px) {
  .navbar-brand img {
    height: 45px;
    margin-top: 7px;
  }
  .attr-nav > ul > li > a {
    padding: 19px 14px 20px 17px;
  }
  .navbar-cart {
    display: none;
  }
  .navbar-footer li {
    padding: 3px 10px;
  }
  .attr-nav > ul > li > a {
    color: #fff !important;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
  }
}
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #eee;
    line-height: 36px;
    font-size: 18px;
  }
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  display: none;
}

.menu-img {
  background-size: cover;
  background-position: center;
  height: 340px;
}

.top-search {
  background-color: #111 !important;
}

.font-bold {
  font-size: 32px;
  line-height: 40px;
  color: #005daa;
  font-weight: 700;
  text-transform: uppercase;
}

.li-navbar {
  display: block;
  width: 100%;
}

.li-navbar a {
  padding: 0 !important;
  padding-left: 10px !important;
  border-left: 3px solid #c6312b;
  margin-left: 2px;
  margin: 20px 0 !important;
  line-height: 16px;
}

li::marker {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border: none;
}

@media (max-width: 1023px) {
  .jasmina {
    margin: 10px 0;
  }
}

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.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 95px;
  margin-top: 0px;
}

@media (max-width: 1250px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 80px;
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 50px;
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #ccc;
  }
  nav.navbar-fixed.bootsnav .attr-nav > ul > li > a {
    color: #fff;
  }
  nav.no-background.bootsnav .attr-nav > ul > li > a {
    color: #fff;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
}
/******navbar end**********/
header {
  text-align: center;
  height: 80vh;
}

.navScrolled {
  position: fixed;
  top: 105px;
  z-index: 1;
  width: 100%;
}

.second-menu {
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 3;
}

.second-menu ul {
  margin-bottom: 0;
}

.second-menu li {
  display: inline-block;
  padding: 20px 15px;
}

.second-menu a {
  color: #fff;
  font-weight: 700;
}

.second-menu a:hover {
  color: #005daa;
  font-weight: 700;
}

@media (max-width: 991px) {
  .second-menu ul {
    padding-left: 0;
  }
  .second-menu li {
    display: inline-block;
    padding: 30px 3px 10px 3px;
  }
  .second-menu a {
    font-size: 13px;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    display: none;
  }
  .li-navbar {
    margin: 8px 0;
    text-align: left;
  }
  .li-navbar a {
    padding: 0 !important;
    padding-left: 0px !important;
    border-left: none;
    margin-left: 0px;
    margin: 5px 0 !important;
    line-height: 26px;
  }
  ul.menu-col li a {
    color: #fff;
    padding: 5px 0;
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
  }
  .menu-img {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    text-align: left;
  }
  .menu-submenu {
    text-align: left;
    margin: 5px 0 !important;
  }
  .menu-submenu li {
    padding: 5px 0;
  }
  .menu-submenu a {
    text-transform: uppercase;
  }
  .header {
    min-width: 100vh;
  }
}
.navbar-img {
  height: 350px;
  margin: 40px;
}
@media (max-width: 992px) {
  .navbar-img {
    display: none;
  }
}

.navbar-padding {
  margin: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .navbar-padding {
    margin: 5px 0px 0px 0;
  }
}
.navbar-padding ul {
  padding-left: 0px;
  list-style: none;
}
.navbar-padding li a {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  color: #eee;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: left !important;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .navbar-padding li a {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
  }
}
.navbar-padding li a:hover {
  color: #005daa;
}
.navbar-padding .svg-inline--fa {
  margin-right: 10px;
  font-size: 18px;
}
@media (max-width: 992px) {
  .navbar-padding h3, .navbar-padding hr {
    display: none;
  }
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/*****hero start*****************************************************************/
.swiper-container {
  position: relative;
}

.swiper-container .back {
  background: rgba(13, 13, 13, 0.5);
  z-index: 4;
}

.basic-swipre-slider {
  width: 100%;
  height: 100vh;
}

.swiper-wrapper {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide {
  font-size: 18px;
  display: flex;
}

.zoom-out-slider .swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50%/cover;
}

.zoom-out-slider {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide .slide1 {
  transform-origin: 0 100%;
}

.zoom-out-slider .swiper-slide .slide2 {
  transform-origin: 100% 100%;
}

.zoom-out-slider .swiper-slide .slide3 {
  transform-origin: 100% 0;
}

.swiper-scale-effect .swiper-slide-cover {
  transition: 5s ease-out;
  transform: scale(1.05);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
}

.slide-content {
  position: absolute;
  top: 40vh;
  right: 0px;
  left: 0px;
}

.slide-content h1 {
  z-index: 12;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .slide-content h1 {
    margin-bottom: 5px;
  }
}

.slide-content h2 {
  font-weight: 300;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  font-size: 25px;
}
@media (max-width: 768px) {
  .slide-content h2 {
    font-size: 20px;
  }
}

.slide-content .btn {
  border: 3px solid #fff;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 768px) {
  .slide-content .btn {
    padding: 11px 25px;
    font-size: 17px;
    border: 2px solid #fff;
  }
}

.slide-content .btn:hover {
  border: 3px solid #005daa;
  background-color: #005daa;
  color: #fff !important;
}

@media (max-width: 992px) {
  .basic-swipre-slider {
    height: 77vh;
  }
  .zoom-out-slider {
    height: 77vh;
  }
  .swiper-wrapper {
    height: 77vh;
  }
  .slide-content {
    top: 25vh;
    margin: 0 20px;
  }
  .slide-content h1 {
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  }
}
.swiper-button-next, .swiper-button-prev {
  background-size: 18px 40px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    background-size: 15px 20px;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .swiper-button-next {
    right: 0px;
  }
}

.indicator {
  position: relative;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: calc(50% - 15px);
  margin-top: -60px;
  z-index: 88;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .indicator {
    display: none;
  }
}

.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
  animation: animate 1s linear infinite;
}

.indicator span:nth-child(1) {
  top: -30px;
  left: -30px;
  animation-delay: 0s;
}

.indicator span:nth-child(2) {
  top: -15px;
  left: -15px;
  animation-delay: 0.2s;
}

@keyframes animate {
  0% {
    border-color: #ccc;
    transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    transform: translate(15px, 15px);
  }
  20.1%, 100% {
    border-color: #fff;
  }
}
/***************hero end******/
/************cta start*******/
.cta-home {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 200px 0;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 991px) {
  .cta-home {
    padding: 80px 0;
  }
}

.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*****/
.associations .logo {
  width: calc(20% - 30px);
  vertical-align: top;
  margin: 10px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .associations .logo {
    width: calc(33% - 20px);
    padding: 10px 10px;
    margin: 5px;
  }
}
@media (max-width: 550px) {
  .associations .logo {
    width: calc(33% - 8px);
    padding: 8px 5px;
    margin: 5px 2px;
  }
}
.associations .logo-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
}
@media (max-width: 991px) {
  .associations .logo-img {
    height: 100px;
  }
}
@media (max-width: 550px) {
  .associations .logo-img {
    height: 80px;
  }
}
.associations .logo:hover {
  box-shadow: 2px -1px 15px rgba(0, 0, 0, 0.2);
}

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

@media (max-width: 991px) {
  .blog-home .news-card {
    margin: 0 0 15px 0;
    height: 350px;
  }
}
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 100px 0 25px 0;
}
.tc-footer .back {
  background: rgba(0, 0, 0, 0.8);
}

.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 10px;
}

.tc-footer a {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #ccc;
  letter-spacing: 1px;
  font-size: 17px;
}

.tc-footer a:hover {
  color: #005daa;
}

.tc-footer p {
  color: #ccc;
  margin-top: 5px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
}

.tc-footer .svg-inline--fa {
  width: 18px;
  height: 18px;
  color: #eee;
  background-color: #005daa;
  border: 8px solid #005daa;
  border-radius: 2px;
}

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

@media (max-width: 991px) {
  .footer-navbar li {
    display: inline-block;
    padding: 5px 17px;
  }
}
/*****tc-footer end******/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .tc-header {
    min-height: 45vh;
  }
}

.tc-header .back {
  background: rgba(13, 13, 13, 0.44);
}

.blog-page .blog-img-right {
  height: 240px;
}
@media (max-width: 768px) {
  .blog-page .blog-img-right {
    height: 250px;
  }
}
.blog-page .flex-container > .coach-flex {
  padding: 0 10px 0px 10px;
}
@media (max-width: 768px) {
  .blog-page .flex-container > .coach-flex {
    padding: 0 0px 0px 0px;
  }
}
.blog-page .blog-text h3 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 29px;
}
.blog-page .blog-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.blog-page .blog-text .svg-inline--fa {
  font-size: 15px;
}
.blog-page .blog-text a {
  font-weight: 500;
  display: block;
  margin-top: 15px;
}

.inner-header {
  height: 115px;
  background-color: #005daa;
}

.blog-detail-img {
  height: 480px;
}
@media (max-width: 768px) {
  .blog-detail-img {
    height: 230px;
  }
}

.row-btn .btn {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .row-btn .btn {
    margin: 6px 0;
  }
}

.btn2 {
  background-color: #222;
  border: 2px solid #222;
}

.services-left-text {
  padding: 0;
}

.services-left-text .services-img {
  margin-left: 45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0;
  }
}
.services-left-text .services-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 240px;
    display: block;
  }
}
.services-left-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #222;
  margin-left: -45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}
.services-left-text h3, .services-left-text h5, .services-left-text li, .services-left-text .title-p, .services-left-text p {
  color: #fff;
}

.services-left-text .litle-h:after {
  background-color: #fff;
}

.services-left-text li {
  margin-bottom: 10px;
}

.benefit-detail-img {
  height: 680px;
}
@media (max-width: 768px) {
  .benefit-detail-img {
    height: 230px;
  }
}

input, textarea {
  width: 100%;
  display: block;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(216, 229, 243, 0.3);
  background-image: none;
  border-radius: 0px;
  border: 1px solid rgba(216, 229, 243, 0.3);
  margin-bottom: 20px;
  outline: none;
}
@media (max-width: 768px) {
  input, textarea {
    padding: 16px 15px;
    margin-bottom: 10px;
  }
}

input[type=date], input[type=time] {
  -webkit-appearance: none;
  height: 60px;
}

::-moz-placeholder {
  color: #333;
}

::placeholder {
  color: #333;
}

select {
  width: 100%;
  padding: 18px 25px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(216, 229, 243, 0.3);
  background-image: none;
  border-radius: 0px;
  border: 1px solid rgba(216, 229, 243, 0.3);
  margin-bottom: 20px;
  outline: none;
  height: 63px;
}
@media (max-width: 768px) {
  select {
    padding: 13px 15px;
    margin-bottom: 10px;
    height: 60px;
  }
}

.row-icon .svg-inline--fa {
  margin-right: 8px;
}

.customers-title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005daa+0,111111+100 */
  background: linear-gradient(to bottom, #005daa 0%, #111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 1px 15px 7px 15px;
}
.customers-title .title-h {
  font-size: 45px;
  line-height: 48px;
  color: #fff;
  margin: 5px 0;
}
@media (max-width: 991px) {
  .customers-title .title-h {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
  }
}

.inner-h {
  font-family: "Oswald", sans-serif;
  font-size: 29px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 26px;
  }
}

.customers-box .inner-h {
  color: #005daa;
}

.customers-box img {
  width: 80%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .customers-box img {
    width: 49%;
  }
}

.customers-text li {
  margin-bottom: 5px;
}

.customers-title img {
  width: 45px;
  margin-right: 10px;
  margin-top: -10px;
}
@media (max-width: 991px) {
  .customers-title img {
    width: 35px;
    margin-right: 10px;
    margin-top: -5px;
  }
}

.customers-text table {
  margin-top: 30px;
}

.table > tbody > tr > td {
  border: none;
}
@media (max-width: 750px) {
  .table > tbody > tr > td {
    border-bottom: 1px solid #f7f7f7;
  }
}

.td-color {
  color: #005daa;
  font-weight: 500;
  width: 300px;
}
@media (max-width: 750px) {
  .td-color {
    width: 33%;
  }
}

.value-box {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.1);
  min-height: 280px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .value-box {
    min-height: auto;
  }
}
.value-box .customers-text {
  padding: 10px 15px 5px 15px;
}
.value-box h3 {
  color: #fff;
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px);
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1100px) {
  .team-box {
    width: calc(49% - 15px);
  }
}
@media (max-width: 550px) {
  .team-box {
    width: calc(99% - 15px);
  }
}

.team-img {
  height: 370px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}

.team-box:hover .team-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.team-info {
  padding: 15px 5px 25px 5px;
}

.team-job-desc {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 0;
}

.team-name {
  color: #005daa;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.7;
}

.team-info .btn {
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 10px;
}

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300;
}

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%;
  }
}
.staff-bio .svg-inline--fa {
  width: 20px;
  height: 20px;
  padding: 9px;
  border: 1px solid #005daa;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #005daa;
}

.staff-bio .svg-inline--fa:hover {
  background-color: #005daa;
  color: #fff;
}

/********* TEAM PAGE END *******/
.dashboard-text ul {
  padding-left: 0;
  list-style: none;
}
.dashboard-text li a {
  display: block;
  padding: 20px;
  background-color: rgba(216, 229, 243, 0.3);
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .dashboard-text li a {
    padding: 10px 15px;
    margin-top: 10px;
  }
}
.dashboard-text li .svg-inline--fa {
  font-size: 16px;
}

#searchInput {
  padding: 18px 15px;
  width: 100%;
  margin-top: 15px;
}

.table thead th {
  color: #005daa;
}

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

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

.links .flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.links .flex-container > .coach-flex {
  width: 180px;
  margin: 20px;
}

.document ul {
  list-style: none;
  padding-left: 0;
}
.document li {
  width: 49.5%;
  display: inline-block;
}
@media (max-width: 991px) {
  .document li {
    width: 100%;
  }
}
.document li a {
  display: block;
  text-decoration: underline;
}

.doc-title {
  text-transform: uppercase;
  margin-top: 25px;
}

.dash-row .customers-box {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .dash-row .customers-box {
    margin-right: 0;
  }
}

.links img {
  max-width: 180px;
}

.dash-box {
  background-color: rgba(216, 229, 243, 0.3);
  padding: 5px 30px 20px 30px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .dash-box {
    padding: 5px 15px 20px 15px;
  }
}

.links-img img {
  max-width: 170px;
}/*# sourceMappingURL=style.css.map */