body {
}
/* st above nav */
.above-nav {
  background-color: #08526d;
  color: white;
}
.above-nav .info {
  margin: 15px 0;
}
@media (max-width: 576px) {
  .above-nav .info:first-child {
    margin-bottom: 0;
  }
}
/* en above nav */

/* st nav-bar */
.navbar-brand span:first-child {
  color: #08526d;
  font-weight: bold;
  font-size: 35px;
}

.navbar-brand span:last-child {
  color: #ed1d24;
  font-size: 35px;
}
.nav-link {
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 16px;
  color: #666666;
  font-weight: bold;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #ed1d24 !important;
}

/* en nav-bar */

/* st slider */
.slider {
  background-color: #ddd;
}

.slider .carousel-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .slider .carousel-inner {
    justify-content: left;
  }
}
.slider .carousel-inner h1 {
  position: absolute;
  color: #fff;
  z-index: 3;
  font-size: 40px;
  max-width: 800px;
  padding: 2px 10px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .slider .carousel-inner h1 {
    font-size: 40px;
    max-width: 100%;
    left: auto;
    line-height: 1.5;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .slider .carousel-inner h1 {
    font-size: 40px;
    max-width: 100%;
    left: auto;
    line-height: 1.5;
    text-align: center;
  }
}
.slider .carousel-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.slider .carousel-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover;
}
.slider .carousel-one {
  background: url(../img/01.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover;
}

.slider .carousel-two {
  background-image: url(../img/wp2482991-gym-workout-wallpapers.jpg);
}

.slider .carousel-three {
  background-image: url(../img/wp2482989-gym-workout-wallpapers.jpg);
}

.slider .carousel-indicators li {
  height: 4px;
  cursor: pointer;
}

/* en slider */

/* st features */

.features {
  padding: 50px 0;
}

.features i {
  background-color: #ed1d24;
  color: white;
  padding: 12px;
  margin-bottom: 10px;
}

.features h3 {
  font-size: 22px;
  color: #666666;
}

.features p {
  color: rgb(124, 124, 124);
  margin-bottom: 40px;
}

/* en features */

/* st overview */
.overview {
  padding: 100px 0;
  background-color: #f0f5f7;
}

.overview h2 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 992) {
  .overview h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.overview p {
  color: rgb(124, 124, 124);
  line-height: 2;
  font-size: 15px;
  width: 80%;
  margin: 0 auto 20px;
}
@media (max-width: 992px) {
  .overview p {
    color: rgb(124, 124, 124);
    line-height: 2;
    font-size: 15px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.overview h4 {
  letter-spacing: 2px;
  font-weight: normal;
  color: #08526d;
  margin-bottom: 50px;
}

.overview button {
  background-color: #ed1d24;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ed1d24;
}

/* en over view */

/* st featured work */
.featured-work {
  padding: 100px 0;
}

.featured-work h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}

.featured-work p {
  color: rgb(124, 124, 124);
  line-height: 1.6;
  font-size: 15px;
  width: 80%;
  margin: 0 auto 20px;
}
.featured-work ul {
  margin-top: 40px;
  margin-bottom: 50px;
}
.featured-work ul li {
  border: 2px solid #ed1d24;
  padding: 10px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-work ul li.active,
.featured-work ul li:hover {
  color: white;
  background-color: #ed1d24;
  border: 2px solid #ed1d24;
}
.featured-work ul li:hover {
  cursor: pointer;
}
.featured-work .shuffle-imgs {
  margin-top: 50px;
}
.featured-work .shuffle-imgs .row {
  margin: 0;
}
.featured-work .shuffle-imgs .row .col-sm {
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.featured-work .row img {
  width: 100%;
  background-color: gray;
}

/* en featured work */

/* st latest-posts */
.latest-posts {
  padding: 0 0 100px;
}

.latest-posts h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}

.latest-posts .card-desc {
  color: rgb(124, 124, 124);
  line-height: 1.6;
  font-size: 15px;
  width: 80%;
  margin: 0 auto 45px;
}
.latest-posts .card {
  margin-bottom: 30px;
}
.latest-posts .card .card-title {
  font-size: 20px;
  line-height: 1.5;
  color: #08526d;
}
.latest-posts .card .card-text {
  color: rgb(124, 124, 124);
  margin-bottom: 10px;
}
.latest-posts .card .card-body .card-link {
  font-weight: bold;
  color: #ed1d24;
}
/* en latest-posts */

/* st testimonials */
.testimonials {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/wp2483004-gym-workout-wallpapers.jpg);
  position: relative;
}
.testimonials .container {
  position: relative;
  z-index: 3;
}
.testimonials .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.testimonials .carousel-caption {
  top: 50%;
  margin-top: -210px;
}
.testimonials .carousel-caption img {
  margin-bottom: 5px;
  height: auto;

  width: 100%;
}
.testimonials .carousel-caption h3 {
  margin-bottom: 5px;
}
.testimonials .carousel-caption h3 + span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
.testimonials .carousel-caption p {
  font-size: 20px;
}
.testimonials .carousel-indicators li {
  height: 4px;
  cursor: pointer;
}

/* en testimonials */
/* st pricing-table */
.pricing-table {
  background-color: #f7f7f7;
  padding-top: 100px;
}

.pricing-table h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pricing-table .card-desc {
  color: rgb(124, 124, 124);
  line-height: 1.6;
  font-size: 15px;
  width: 80%;
  margin: 0 auto 85px;
}
@media (max-width: 992) {
  .pricing-table .card-desc {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.pricing-table .card {
  margin-bottom: 60px;
}
.pricing-table .card .card-title {
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.5;
  color: #08526d;
}

.pricing-table .card .card-body {
  padding: 0;
}
.pricing-table .card .card-text {
  color: #08526d;
  margin: 30px 0 10px;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 35px;
  font-weight: bold;
}
.pricing-table .card .card-text span {
  font-size: 20px;
  text-transform: uppercase;
}
.pricing-table .card .card-body .list-group-item {
  border: none;
}
.pricing-table .card .card-body .card-link {
  font-weight: bold;
  color: #fff;
  background-color: #ed1d24;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
  text-transform: uppercase;
}
.pricing-table .card.corporate {
  position: relative;
  top: -20px;
}
.pricing-table .card.corporate .card-text {
  background-color: #ed1d24;
  color: #fff;
}
.pricing-table .card.corporate .card-link {
  background-color: #08526d;
}
/* en pricing-table */

/* st why choose us */
.why-choose-us .info {
  padding: 0;
}
.why-choose-us .info:last-child {
  background-color: #08526d;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.why-choose-us h1 {
  margin: 40px;
}

.why-choose-us p {
  margin: 40px;
  line-height: 2;
  font-size: 18px;
}
.why-choose-us .read-more {
  display: inline-block;
  padding: 6px 20px;
  margin: 0 0 0 40px;
  background-color: #ed1d24;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.why-choose-us .info img {
  max-width: 100%;
}
/* en why choose us */
/* st stats */
.stats {
  padding: 100px 0;
  color: #08526d;
}
.stats .number {
  display: block;
  font-size: 50px;
  font-weight: bold;
}
.stats p {
  color: #ed1d24;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.stats .stats-box {
  margin-bottom: 40px;
}
/* en stats */
/* st contact us */
.contact-us {
  padding: 50px 0;
  background-color: #ed1d24;
  color: #fff;
  font-size: 20px;
}
.contact-us p {
  margin: 0;
}
@media (max-width: 768px) {
  .contact-us p {
    margin-bottom: 30px;
  }
}

.contact-us a {
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  padding: 6px 15px 8px;
  text-transform: uppercase;
  font-weight: bold;
}
/* en contact us */
/* st footer */
.footer {
  padding: 100px 0;
}
.footer .site-info h4 {
  font-size: 35px;
  margin-bottom: 20px;
}
.footer .site-info span:first-of-type {
  color: #08526d;
  font-weight: bold;
  font-size: 35px;
}
.footer .site-info span:last-of-type {
  color: #ed1d24;
  font-weight: bold;
  font-size: 35px;
}
.footer .site-info p {
  color: rgb(124, 124, 124);
  line-height: 2;
  margin-top: 0;
}
.footer .site-info a {
  color: #08526d;
  font-weight: bold;
  font-size: 15px;
}
.footer .site-info a:before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 5px;
  display: inline-block;
}
.footer .helpful-links h4,
.footer .contact-us2 h4 {
  font-weight: bold;
  color: #08526d;
  margin-bottom: 35px;
}
.footer .helpful-links ul li {
  color: rgb(124, 124, 124);
}
.footer .helpful-links ul li:before {
  font-family: "FontAwesome";
  content: "\f054";
  margin-right: 5px;
  color: #08526d;
  font-size: 12px;
  position: relative;
  top: -1;
}
.footer .contact-us2 ul li {
  color: rgb(124, 124, 124);
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .footer .helpful-links h4,
  .footer .contact-us2 h4 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .footer .contact-us2 ul li {
    color: rgb(124, 124, 124);
    margin-bottom: 5px;
  }
}
/* en footer */
/* st copyright */
.copy-right {
  border-top: 1px solid rgb(124, 124, 124);
  padding: 20px;
}
.copy-right ul {
  margin: 0;
}
.copy-right ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 17px;
}
.copy-right ul li a {
  color: rgb(124, 124, 124);
}
/* en copyright */
