

/*------------------------ 1 Body and Core Css ------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  background-color: #eee;
}
a {
  text-decoration: none !important;
}
.btn:focus {
  outline: 0;
 box-shadow: none;
}

.full-open header {
position: fixed;
}

header {
padding: 30px;
width: 100%;
position: absolute;
z-index: 5;
}

.primary {
color: #ced4da;
}

/* Preloader */
.preloader {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;

}

.preloader .loader {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 4px solid #000;
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.preloader .loader .loader-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #000;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

/* Margins */
.top_15 {
  margin-top: 15px;
}

.top_30 {
  margin-top: 30px;
}

.top_45 {
  margin-top: 45px;
}

.top_60 {
  margin-top: 60px;
}

.top_90 {
  margin-top: 90px;
}

.top_120 {
  margin-top: 120px;
}

.padding_30 {
  padding: 30px 0;
}

.padding_45 {
  padding: 45px 0;
}

.padding_60 {
  padding: 60px 0;
}

.padding_90 {
  padding: 90px 0;
}

.padding_120 {
  padding: 120px 0;
}

.bottom_15 {
  margin-bottom: 15px;
}

.bottom_30 {
  margin-bottom: 30px;
}

.bottom_45 {
  margin-bottom: 45px;
}

.bottom_60 {
  margin-bottom: 60px;
}

.bottom_90 {
  margin-bottom: 90px;
}

.bottom_120 {
  margin-bottom: 120px;
}

.padbot_15 {
  padding-bottom: 15px;
}

.padbot_30 {
  padding-bottom: 30px;
}

.padbot_45 {
  padding-bottom: 45px;
}

.padbot_60 {
  padding-bottom: 60px;
}

.subtitle {
  font-size: 22px;
  font-weight: bold;
}

.site-btn {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  border: solid 2px #ea0026;
  border-radius: 50px;
  padding: 11px 45px;
  text-decoration: none;
  /* Old browsers */
  background-size: 202% 100%;
  background-position: right bottom;
  margin-left: 10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: inline-block;
}

.site-btn:hover {
  background-position: left bottom;
  text-decoration: none;
  color: #fff !important;
}

.site-btn.arrow {
  font-size: 14px;
  padding: 11px 22px;
}

.site-btn.arrow:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f30b";
  font-weight: 900;
  float: right;
  margin-left: 32px;
}

.site-btn2 {
  background: #212121;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border-radius: 50px;
  padding: 12px 60px;
  color: #fff;
  cursor: pointer;
  line-height: 25px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.site-btn2:hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

/*------------------------ 2 Home Page ------------------------*/
.wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
}

.cont {
  width: 70%;
  margin-left: 15%;
}

.home {
  display: table;
  width: 100%;
  padding: 3%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 6;
}

.home .home-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.home .home-content .hero-title {
  font-size: 90px;
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 105px;
  text-align: center;
}

.home .home-content p {
  font-size: 28px;
  color: #b7b7b7;
  font-weight: 500;
  text-align: center;
}

.home .home-content p span {
  color: #000;
  font-weight: 900;
}

.iso {
  max-width: 150px !important;
  padding-bottom: 50px;
}

.home .home-content .social {
  right: 0;
  top: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: -155px;
  z-index: 6;
}

.home .home-content .social a {
  display: block;
  color: #000;
  font-size: 13px;
  margin-top: 10px;
  float: left;
  margin-right: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 600;
}

.home .home-content .social a.text {
  margin-right: 0;
}

.home .home-content .social a i {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.home .home-content .social a:hover i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.home .home-content .line {
  width: 72px;
  background: #bfbfbf;
  height: 1px;
  margin: 20px 17px;
}

.classic-title {
  font-size: 22px;
  font-weight: bold;
  color: #121212;
}

header.white .nav-icon span {
  background: #fff;
}

.full-open .nav-icon span {
  background: #000 !important;
}

/*------------------------ 2.2 Twitter Section ------------------------*/
.widget-twitter {
  text-align: center;
  overflow: hidden;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.tweet ul {
  width: 99999px;
  height: auto;
  text-align: center;
  padding: 0;
}

.tweet ul li {
  margin: 20px 0 0;
  width: 400px;
  min-height: 130px;
  float: left;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}

.tweet ul li span.date {
  font-size: 13px;
  color: #4e4e4e;
  margin-top: 12px;
  display: block;
}

/*------------------------ 2.2 Full Menu ------------------------*/
.full-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all ease 0.4s 0.6s;
  transition: all ease 0.4s 0.6s;
}

.full-menu .full-inner {
  height: 100%;
}

.full-menu .full-inner nav {
  text-align: left;
  padding-left: 5%;
  display: table;
  height: 100%;
}

.full-menu .full-inner nav ul {
  display: table-cell;
  vertical-align: middle;
}

.full-menu .full-inner nav ul li {
  list-style: none;
  overflow: hidden;
}

.full-menu .full-inner nav ul li a {
  color: #4f535f;
  font-size: 40px;
  font-weight: 900;
  text-decoration: none;
  -webkit-transform: translateY(47px);
  transform: translateY(47px);
  display: block;
  -webkit-transition: all ease 0.4s 0.0s;
  transition: all ease 0.4s 0.0s;
}

.full-menu .full-inner .full-contact {
  background: #f2f2f2;
}

.full-menu .full-contact {
  display: table;
  height: 100%;
}

.full-menu .full-inner .full-contact ul {
  display: table-cell;
  vertical-align: middle;
}

.full-menu .full-inner .full-contact ul li {
  list-style: none;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: all ease 0.4s 0.3s;
  transition: all ease 0.4s 0.3s;
}

.full-menu .full-inner .full-contact ul li.title {
  font-size: 30px;
  font-weight: 900;
}

.full-menu .full-inner .full-contact ul li {
  font-size: 20px;
  color: #4f535f;
  font-weight: 600;
}

.full-menu .full-inner .full-contact ul li .social {
  margin-top: 10px;
}

.full-menu .full-inner .full-contact ul li .social a {
  font-size: 13px;
  color: #4f535f;
  text-decoration: none;
  margin-right: 10px;
}

.full-menu .full-inner .full-contact ul li .social a i:hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Full Menu Animate */
.full-open .full-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.full-open .full-menu .full-inner nav ul li a {
  text-decoration: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform ease 0.7s 0.5s;
  transition: -webkit-transform ease 0.7s 0.5s;
  transition: transform ease 0.7s 0.5s;
  transition: transform ease 0.7s 0.5s, -webkit-transform ease 0.7s 0.5s;
}

.full-open .full-menu .full-inner nav ul li a:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.full-open .full-menu .full-inner .full-contact ul li:nth-child(1) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 0.7s 1.0s;
  transition: all ease 0.7s 1.0s;
}

.full-open .full-menu .full-inner .full-contact ul li:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 0.7s 1.2s;
  transition: all ease 0.7s 1.2s;
}

.full-open .full-menu .full-inner .full-contact ul li:nth-child(3) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 0.7s 1.4s;
  transition: all ease 0.7s 1.4s;
}

/* Nav Icon */
.nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon:hover span:nth-child(3) {
  width: 100%;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 60%;
  right: 0 !important;
}

/* Full Menu When Open */
.full-open .nav-icon span {
  width: 85%;
}

.full-open:hover span:nth-child(3) {
  width: 85%;
}

.full-open .nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.full-open .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.full-open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 8px;
}

.nav-icon {
  float: right;
  width: 30px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/*------------------------ 2.2 Footer Section ------------------------*/
footer {
  width: 100%;
  padding: 60px 0 41px;
  z-index: 10;
  bottom: 0;
  background: #efefef;
}

footer .copyright p {
  color: #979797;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
}

footer .social {
  margin: 0 auto;
  display: table;
  padding-top: 10px;
}

footer .social a {
  background: #fff;
  color: #191919;
  font-size: 12px;
  padding: 6px 9px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 8px;
  cursor: pointer;
}

footer .social a:hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

footer .getintouch {
  text-align: right;
  color: #000;
}

footer .getintouch a {
  font-size: 14px;
  color: #979797;
  text-decoration: none;
}

footer .getintouch strong {
  font-size: 20px;
  color: #000;
}

/*------------------------ About Page ------------------------*/
.titlebar {
  padding: 94px 0;
  height: 300px;
  text-align: center;
}

.titlebar .page-title {
  font-size: 120px;
  font-weight: 900;
  letter-spacing: -2px;
}

.titlebar .page-title span {
  font-size: 120px;
  font-weight: 900;
}

.titlebar #particles-js {
  height: 300px;
}

.about .about-text .subtitle {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -1px;
}

.about .about-text p {
  color: #5f5e5f;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
}


.about .clients .client {
  height: 200px;
  display: table;
  opacity: .5;
}

.about .clients .client:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}

.about .clients .client figure {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.about .clients .client figure img {
  max-width: 50%;
}

/*------------------------ Note -----------------------------*/
.note {
  background-image: url("../images/bg-note.jpg");
  color: white;
  /* Set a specific height */
  height: 300px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.note::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

/*------------------------ News Page ------------------------*/
.news {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news:hover {
  text-decoration: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news-box figure img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
  box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
}

.news-box .title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.news-box small {
  font-weight: 500;
}

.news-box p {
  font-size: 15px;
  color: #5f5e5f;
  margin: 18px 0;
}

.news-box .information {
  font-size: 13px;
  color: #000;
}

.news-box .information span {
  color: #adadad;
}

/* news big */
.news-big .news-box .title {
  font-size: 27px;
  font-weight: bold;
  color: #000;
}

.news-big .news-box p {
  font-size: 15px;
  color: #5f5e5f;
  margin: 18px 0;
  line-height: 28px;
}

/* news list */
.news-list {
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 50px;
}

.news-list:last-child {
  border: none;
}

.news-list:hover .news-box .title {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news-list .left-list {
  padding-top: 45px;
}

.news-list:hover {
  text-decoration: none;
}

/* news article */
.news-article .article-image img {
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
  -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
}

.news-article .title {
  font-size: 45px;
  font-weight: bold;
  padding: 10px 0;
}

.news-article .information {
  font-size: 13px;
  color: #000;
}

.news-article .information span {
  color: #adadad;
}

.news-article p {
  line-height: 30px;
}

.news-article .category {
  font-weight: bold;
}

.article-lightbox figure img {
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
  -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.news-article blockquote {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.article-comments .comment {
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 30px;
}

.article-comments .comment:last-child {
  border: none;
}

.article-comments .comment.reply {
  padding-left: 60px;
}

.article-comments .comment figure img {
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
  -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
}

.article-comments .comment-content .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

.article-comments .comment-content .date {
  color: #818080;
  font-size: 13px;
}

.article-comments .comment-content p {
  color: #818080;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 15px;
}

.article-comments .comment-content .reply {
  font-size: 13.5px;
}

.article-comments .comment-content .reply:hover {
  text-decoration: none;
  color: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.article-comments .comment-content .reply:before {
  content: "\f3e5";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 7px;
  font-size: 13.5px;
}

.article-video iframe {
  width: 100%;
  height: 470px;
}

.article-slider img {
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}

/*------------------------ Sidebar Widgets ------------------------*/
.widgets-title {
  font-size: 22px;
  font-weight: 600;
}

/* Search */
.search {
  border: solid 3px #000;
  border-radius: 50px;
  height: 54px;
  padding-left: 15px;
  padding-top: 3px;
}

.search input {
  font-size: 14px;
  float: left;
  border: none;
  height: 42px;
  width: 80%;
  color: #777;
  outline: 0;
  padding-left: 15px;
}

.search .search-icon button {
  float: right;
  background: none;
  border: none;
  margin-top: 9px;
  outline: 0;
  cursor: pointer;
}

/* latest post */
.widget-latest-news ul {
  padding-left: 0;
}

.widget-latest-news ul a {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.widget-latest-news ul li a:hover p {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.widget-latest-news ul li {
  list-style: none;
  padding: 18px 0 15px;
  border-bottom: solid 1px #dfdfdf;
}

.widget-latest-news ul li:last-child {
  border: 0;
}

.widget-latest-news ul li p {
  font-size: 14px;
  margin-bottom: 6px;
  color: #000;
}

.widget-latest-news ul li span {
  font-size: 13px;
  color: #b1b1b1;
  font-weight: 400;
}

/* categories */
.widget-categories ul {
  padding: 0;
}

.widget-categories ul li {
  list-style: none;
  border-bottom: solid 1px #dfdfdf;
  font-size: 14px;
  font-weight: 400;
}

.widget-categories ul li a {
  color: #000;
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.widget-categories ul li a:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/*------------------------ Contact Page ------------------------*/
.contact .contact-info {
  font-size: 21px;
  color: #5f5e5f;
  font-weight: 500;
}

.contact .contact-info a {
  color: #5f5e5f;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}

input.inp {
  width: 100%;
  margin-bottom: 30px;
  border: solid 3px #212121;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 54px;
  font-size: 13px;
  padding-left: 15px;
  outline: 0;
}

textarea.form-message {
  width: 100%;
  margin-bottom: 30px;
  border: solid 3px #212121;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  font-size: 13px;
  padding: 15px;
  outline: 0;
}

/*--Clientes--*/
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
}

.padding {
  padding: 3rem;
}



@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.section-wrapper {
  padding-top: 90px;
  padding-bottom: 80px;
}

.section-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

.section-item-title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-item-detail {
  font-size: 14px;
  font-weight: 300;
  color: #999;
  letter-spacing: .39px;
}

#more {
  display: none;
}

hr {
  height: 5px;
  max-width: 70px;
  margin: 10px auto 60px;
  color: black !important;
}

/*=================================================

||				4. Our Service

==================================================*/
.service {
  background: #ededed;
  position: relative;
}

.services {
}

.service .underline {
  margin-bottom: 75px;
}

.service-img {
  position: absolute;
  top: -100px;
}
.coach-item {
  margin-bottom: 60px;
  margin-right: 15px;
}
.coach-item-detail {
  text-align: justify;
  padding-top: 10px;
}
.twitter-feed {
  color: #fff;
}

.item {
  text-align: center;
}


/*=================================================

||				9. Fun Facts

==================================================*/
.fun-box {
  border: 2px solid #999;
  text-align: center;
  padding: 40px 0px;
}

.fun-box p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: #999;
}

/*=================================================

||				11. Others

==================================================*/
/*Testimonial*/
.testimonial {
  background: url("../images/bg-note.jpg");
  color: #fff;
}

.testimonial .section-title {
  color: #fff;
}

.testimonial-detail {
  font-style: italic;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 50px;
}

.test-name {
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .nav > li {
    text-align: center;
  }
  .service-img {
    opacity: .2;
  }
  .fun-box {
    margin: 15px;
  }
  .quote {
    padding: 0 50px;
  }
  .portfolio .portfolio-item {
    margin: 15px;
  }
  .price-title, .price-list {
    text-align: center;
    text-align: center;
  }
  .options a {
    padding: 0 5px;
  }
  footer {
    text-align: center;
  }
  footer .text-right {
    text-align: center;
  }
  .navbar-default .navbar-brand {
    margin-left: 15px;
  }
  img.about-img {
    width: 100%;
    padding: 15px 15px 0px;
  }
  .quote {
    padding: 0 15px;
  }
}

/*------------------------ Responsive ------------------------*/

@media (min-width: 1400px) {
  .home .home-content {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  header {
    padding: 22px;
  }
  .service-img {
    opacity: .2;
  }
  .home .home-content .hero-title {
    font-size: 80px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 88px;
    padding-top: 10%;
  }
  .home .home-content p {
    font-size: 20px;
    color: #b7b7b7;
    font-weight: 500;
  }
  .iso {
    margin-top: 0;
  }
  .titlebar .page-title, .titlebar .page-title span {
    font-size: 70px;
  }
  .titlebar {
    padding: 74px 0;
    height: 210px;
    text-align: center;
  }
  .titlebar #particles-js {
    height: 210px;
  }
  .about .about-text .subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .about .about-text p {
    font-size: 21px;
  }

  .about .clients .client figure img {
    max-width: 70%;
  }
  .contact-form input.inp {
    height: 44px;
  }
  .contact-form .site-btn2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cont {
    width: 90%;
    margin-left: 5%;
  }
  .full-menu .full-inner nav ul li a {
    font-size: 32px;
  }
  .full-menu .full-inner .full-contact ul li.title {
    font-size: 26px;
  }
  .full-menu .full-inner .full-contact ul li {
    font-size: 16px;
  }
  .hero-inner .cont {
    width: 100%;
    margin-left: 0;
  }
  .article-video iframe {
    width: 100%;
    height: 380px;
  }
  .news-article .title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .navbar .nav-item{
    text-align: center;
    font-size: 13px;
    padding: 15px 10px !important;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  }
  .news-article {
    margin-bottom: 90px;
  }
  .comment figure img {
    display: none;
  }
  .comment.reply.top_45 {
    margin-top: 0;
  }
  .comment.reply {
    padding-left: 0 !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  header {
    padding: 18px;
  }
  .home .home-content .hero-title {
    font-size: 60px;
    line-height: 64px;
  }
  .home .home-content p {
    font-size: 20px;
    margin-top: 24px;
  }
  .cont {
    width: 90%;
    margin-left: 5%;
  }
  .titlebar .page-title, .titlebar .page-title span {
    font-size: 50px;
  }
  .titlebar {
    padding: 74px 0;
    height: 180px;
    text-align: center;
  }
  .titlebar #particles-js {
    height: 180px;
  }
  .about .about-text .subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .about .about-text p {
    font-size: 21px;
  }

  .about .clients .client figure img {
    max-width: 70%;
  }
  .contact-form input.inp {
    height: 44px;
  }
  .contact .contact-info {
    font-size: 18px;
    color: #5f5e5f;
    font-weight: 500;
  }
  .contact-form {
    margin-top: 45px;
  }
  .contact-form .site-btn2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body {
    padding-bottom: 176px;
  }
  footer .social {
    padding-bottom: 10px;
  }
  .full-menu .full-inner nav ul li a {
    font-size: 32px;
  }
  .news-article .title {
    font-size: 30px;
    line-height: 38px;
  }
  .article-video iframe {
    width: 100%;
    height: 370px;
  }
}

@media (max-width: 480px) {
  header {
    padding: 16px;
  }
  .titlebar .page-title, .titlebar .page-title span {
    font-size: 30px;
  }
  .titlebar {
    padding: 74px 0;
    height: 130px;
    text-align: center;
  }
  .titlebar #particles-js {
    height: 130px;
  }
  .about .about-text .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .about .about-text p {
    font-size: 18px;
  }

  .about .clients .client figure img {
    max-width: 70%;
  }
  .contact-form input.inp {
    height: 44px;
  }
  .contact .contact-info {
    font-size: 18px;
    color: #5f5e5f;
    font-weight: 500;
  }
  .contact-form {
    margin-top: 45px;
  }
  .full-menu .full-inner nav ul li a {
    font-size: 27px;
  }
  footer .copyright {
    text-align: center;
  }
  body {
    font-family: 'Montserrat', sans-serif;
  }
  footer .social {
    padding-bottom: 10px;
  }
  .widget-twitter, .tweet ul li {
    width: 200px;
  }
  .tweet ul li {
    margin-top: 5px;
    font-size: 12.5px;
  }
  .classic-title {
    font-size: 20px;
  }
  .widget-twitter .twitter-account {
    margin-top: 19px;
    display: block;
  }
  .home .home-content .hero-title {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 39px;
  }
  .home .home-content p {
    font-size: 15px;
    margin-top: 11px;
  }
  .home .home-content .social {
    display: none;
  }
  .cont {
    width: 90%;
    margin-left: 5%;
  }
  .news-article .title {
    font-size: 25px;
  }
  .title.bottom_45.top_120 {
    margin-top: 3px;
    margin-bottom: 23px;
  }
  .title.bottom_30.top_120 {
    margin-top: 15px;
  }
  .wrapper {
    padding-bottom: 60px;
  }
}

.home {
  background-size: 100%;
  position: relative;
}

.wrapper {
  background: #0A0A0A !important;
}

#particles-js {
  opacity: .6;
}

.cbp-l-loadMore-link {
  color: #fff !important;
}

.site-btn {
  color: #fff;
}

.nav-icon span {
  background: #fff;
}

.home .home-content .social a {
  color: #fff;
}

.home .home-content .hero-title {
  color: #fff;
}

.home .home-content p span {
  color: #fff;
}

.classic-title {
  color: #ffffff;
}

footer {
  background: #000000;
}

footer .getintouch strong {
  color: #fff;
}

.full-menu {
  background: #1f1f1f;
}

.full-menu .full-inner nav ul li a {
  color: #ffffff;
}

.full-menu .full-inner .full-contact {
  background: #000000;
}

.full-menu .full-inner .full-contact ul li {
  color: #ffffff;
}

.full-menu .full-inner .full-contact ul li .social a {
  color: #989898;
}

.full-open .nav-icon span {
  background: #fff !important;
}

.titlebar .page-title {
  font-size: 120px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #fff;
}

hr {
  background: #454545;
  height: 1px;
}

.about .about-text .subtitle {
  color: #fff;
}

.about .about-text p {
  color: #878787;
}


.news-box .title {
  color: #fff;
}

.news-box p {
  color: #b0b0b0;
}

.news-box .information {
  color: #fff;
}

input.inp {
  border: solid 3px #ffffff;
  background: none;
  color: #fff;
}

textarea.form-message {
  width: 100%;
  margin-bottom: 30px;
  border: solid 3px #ffffff;
  background: none;
  color: #fff;
}

p {
  color: #e0e0e0;
}

.contact .contact-info a {
  color: #e0e0e0;
}

.site-btn2 {
  background: #ffffff;
  color: #000 !important;
}

.site-btn2:hover {
  color: #fff !important;
}

.btn-primary-outline {
  background: #ffffff;
  color: #000 !important;
  border-radius: 0;
  border: solid 2px #000;
  margin-bottom: 70px;
  transition: all 1s ease;
}

.btn-primary-outline:hover {
  color: #fff !important;
  background: #000;
  transition: all 1s ease;
}

.news-article .title {
  color: #fff;
}

.news-article .information {
  color: #fff;
}

.news-article blockquote {
  color: #fff;
}

.subtitle {
  color: #fff;
}

.article-comments .comment {
  border-bottom: solid 1px #414141;
}

.article-comments .comment-content p {
  color: #b9b9b9;
}

.article-comments .comment-content .date {
  color: #b4b4b4;
}

.widget-latest-news ul li p {
  color: #fff;
}

.widget-latest-news ul li {
  border-bottom: solid 1px #626262;
}

.widget-categories ul li a {
  color: #fff;
}

.widget-categories ul li {
  border-bottom: solid 1px #545454;
}

.search input {
  color: #fff;
  background: none;
}

.search {
  border: solid 3px #fff;
}

.search .search-icon button {
  color: #fff;
}

.news-big .news-box .title {
  color: #fff;
}

.news-big .news-box p {
  color: #c9c9c9;
}

.news-list {
  border-bottom: solid 1px #414141;
}

.preloader .loader {
  border: 4px solid #fff;
}

.preloader .loader .loader-inner {
  background-color: #fff;
}

.preloader {
  background-color: #000;
}

.tweet ul li {
  color: #fff;
}

.tweet ul li span.date {
  color: #a4a4a4;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: right;
}

.navbar .logo {
  max-width: 120px;
  margin-top: 10px;
}

.navbar .nav-item {
  padding: 0 10px;

}

.navbar .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 0;
}

.navbar .dropdown-menu .dropdown-item a {
  color: white !important;
  padding: 5px 10px;
}

.navbar .dropdown-menu .dropdown-item a:hover, .navbar .dropdown-menu a:visited {
  color: #343a40 !important;
}

footer .iso-footer {
  max-width: 50px;
}
.brands {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px
}

.brands_slider_container {
  height: 130px;
  padding-left: 97px;
  padding-right: 97px
}

.brands_slider {
  height: 100%;
  margin-top: 50px
}

.brands_item {
  height: 100%
}

.brands_item img {
  max-width: 150px;
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

.brands_nav:hover i {
  color: #676767
}

.brands_prev {
  left: 40px
}

.brands_next {
  right: 40px
}
/* whatsapp */
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#000;
  color:#FFF !important;
  border-radius:50px;
  border: 1px solid rgba(250, 250, 250, 0.2);
  text-align:center;
  font-size:30px;
  z-index:100;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.my-float{
  margin-top:13px;

}
a:hover {
  color: white !important;
}
.float:before {
  content:"";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0;
  border-radius:50px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}
.float:hover:before {
  left: 0;
  width: 100%;
  height: 100%;
}

