
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; 
  overflow-x: hidden;}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101214;
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #838383;
  font-size: 14px;
  line-height: 2;
  font-weight: 400; }
.about-text p{font-size:12pt; line-height:1.6em;}
a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 600;
  font-size: 14px; }
  
a:hover {
    color: #2170a9 !important;
    text-decoration: none !important;
}  

.wrap{margin-bottom: -15px;}
.lg-logo{display:block !important;}
.md-logo{display:none !important;}
.item-current{color: #939598;
    padding-left: 7px;}
.item-home{color: #2170a9 !important;}	
.padding-top{ padding-top:15px !important;}
.padding-top2{ padding-top:10px !important;}
.padding-bottom{ padding-bottom:25px !important;}
.padding-bottom2{ padding-bottom:10px !important;}
.padding-top-bot{ padding:25px 0px !important; }

.padding-top-none{ padding:0px !important;}
.marging-bot-none{margin-bottom:0px !important; }
.gal-container {

    padding-top: 0px !important;
    
}
.weblizar-portfolio-grid {
    
    margin: 0px auto !important;
  
}
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }
.single-price-table1 img{height:200px !important; width:100%;}	
.price-table-content img{height:auto !important;}
.hero-slides .owl-dots {display:none !important;}
.grey-bg-left{background: linear-gradient(to right, #dfe2e4, #FFFFFF, #FFFFFF);
    padding: 10px 0px;}
.grey-bg-right{background: linear-gradient(to right, #ffffff,#ffffff,#dfe2e4);
    padding: 10px 0px;}
.grey-font{font-size: 24pt !important;}
img {
  height: auto;
  max-width: 100%; }
.bg-image{background:url(images/bg1.jpg) repeat; background-position: center;}  
.bg-cnt{background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;}
.single-cool-factt {
    position: relative;
    z-index: 1;
}	
.single-cool-factt h2 {
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #ffffff;
}	
.single-cool-factt p {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff;
}
.section-headingg {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    color: #939598;
}

.txt-center-sm{text-align:right !important;}
.mbl-devc{visibility:hidden !important; display:none;}
.big-devc{visibility: visible !important; display:block;}
.tankss {
	filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);    
}

.tankss:hover {
    filter: gray; 
    -webkit-filter: grayscale(1); 
    -webkit-transition: all .8s ease-in-out;
 }
.heading1-aso111{margin-bottom:50px;}  
.footer-widget-area{text-align:center;}
/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }
  
.mb-40 {
    margin-bottom: 40px !important;
}

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }
  
.ml-300 {
  margin-left: 10px !important; }  

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }
  
.white-color{color:#fff;}  

.icon-white{font-size: 23pt !important;}

/* :: 3.2.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }
  
.section-padding-100-01 {
  padding-top: 65px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }
  
.table .thead-dark th {
    color: #fff;
    background: #42a5f5 !important;
    background: -webkit-linear-gradient(to right, #42a5f5, #86c9ff) !important;
    background: linear-gradient(to bottom, #42a5f5, #86c9ff) !important;
    border-color: #42a5f5 !important;
}  

.table .thead-dark th {
    text-align: center !important;
}

.table td, .table th {
    text-align: center !important;
}

.heading1-aso11 {
    margin-bottom: 35px !important;
}

.section-padding-100-011 {
    padding-top: 35px;
    padding-bottom: 0;
}

.single-price-table1 .price-table-content .price1 {
    font-size: 29px;
    font-weight: 600;
    text-align: center;
    color: #42a5f5;
    line-height: 1;
}

.single-price-table1 .price-table-content .price1 span {
    font-size: 29px;
    font-style: italic;
    color: #838383;
    font-weight: 400;
}



.fitness-btn11 {
    position: relative;
    z-index: 9;
    display: inline-block;
    min-width: 102px;
    height: 40px !important;
    color: #42a5f5;
    border-radius: 10px;
    padding: 0 20px !important;
    margin-right: 5px !important;
    font-size: 13px;
    line-height: 35px !important;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 3px solid #42a5f5;
}

.fitness-btn11:hover, .fitness-btn11:focus {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background-color: #42a5f5;
}

.single-price-table1 {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #dadada;	
	border-radius:5px;
}

.single-price-table1:hover {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #42a5f5;
	border-radius:5px;
}

.single-price-table1 .price-table-content .price-data li i {
    color: #42a5f5;
    font-size: 8px;
    margin-right: 15px;
}

.single-price-table1 .price-table-content {
    padding: 25px;
}

/* :: 3.4.0 Section Heading */


.heading1-aso12 {
    margin-bottom: 25px !important;
}
.heading1-aso1{
  margin-bottom: 65px !important; }
.heading1-aso{
  margin-bottom: 20px !important; }
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  color: #939598; 
  text-transform:uppercase;    
}
  .section-heading h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    background: -webkit-linear-gradient(to right, #42a5f5, #86c9ff);
    background: linear-gradient(to bottom, #42a5f5, #86c9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .section-heading h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white h2 {
    color: #ffffff; }

.heading-blue{
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
	background: #2170a9;
    /*background: -webkit-linear-gradient(to right, #2170a9, #86c9ff);
    background: linear-gradient(to bottom, #2170a9, #86c9ff);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-table-content1 {
    padding: 5px;
}

.single-price-table .price-table-content1 h5 {
	color: #2170a9;
    font-size: 22px;
    margin: 15px 0;
    font-weight: 700;
}

.single-price-table .price-table-content1 .price-data li {
    color: #838383;
    font-weight: 400;
   /* font-size: 14px;*/
    margin-bottom: 10px;
}

.single-price-table .price-table-content1 .price-data li i {
    color: #2170a9;
    font-size: 10px;
    margin-right: 15px;
}


/* :: 3.5.0 Preloader */
#preloader {
  background: #2170a9;
  background: -webkit-linear-gradient(to right, #2170a9, #86c9ff);
  background: linear-gradient(to bottom, #2170a9, #86c9ff);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(5, 11, 37, 0.85);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #38b143;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: -30px; }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background: #42a5f5;
  background: -webkit-linear-gradient(to right, #2170a9, #86c9ff);
  background: linear-gradient(to bottom, #2170a9, #86c9ff);
  border-radius: 0;
  bottom: 130px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #141414; }

/* :: 3.8.0 Fitness Button */
.fitness-btn {
  position: relative;
  z-index: 9;
  display: inline-block;
  min-width: 132px;
  height: 45px;
  color: #2170a9;
  margin-top: 10px !important;
  margin: 0 auto;
  border-radius: 10px !important;
  padding: 0 30px !important;
  font-size: 14px !important;
  line-height: 39px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  border: 3px solid #2170a9 !important; }
  .fitness-btn:hover, .fitness-btn:focus {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #2170a9; }
  .fitness-btn.btn-2 {
    background: -webkit-linear-gradient(to right, #2170a9, #86c9ff);
    background: linear-gradient(to bottom, #2170a9, #86c9ff);
    color: #ffffff; }
    .fitness-btn.btn-2:hover, .fitness-btn.btn-2:focus {
      color: #ffffff;
      background-color: #101214;
      border-color: #2170a9; }
  .fitness-btn.btn-3 {
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #38b143);
    background: linear-gradient(to right, #b6e358, #38b143);
    color: #101214;
    border: none;
    line-height: 45px; }
    .fitness-btn.btn-3.active, .fitness-btn.btn-3:hover, .fitness-btn.btn-3:focus {
      color: #ffffff; }
  .fitness-btn.menu-btn {
    color: #101214;
    font-weight: 700;
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #42a5f5, #86c9ff);
    background: linear-gradient(to bottom, #42a5f5, #86c9ff);
    border: none;
    line-height: 45px; }
    .fitness-btn.menu-btn:hover, .fitness-btn.menu-btn:focus {
      color: #ffffff;
      font-weight: 700; }
	  
.sid {
    padding: 0;
}

.updtd{height: 256px;}

.bck-img {
	background: #fff url(images/whats-new.jpg) no-repeat;
    background-size: cover;
	height: 313px;
    background-attachment: fixed;
    background-position: 100% 10%;
    background-repeat: no-repeat;
    display: block;
	border-radius: 10px 10px 0px 0px;
}	  
	
.hos {
    color: #fff;
    background-color: #2170a9;
    font-size: 18pt;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-align: left !important;
    padding: 10px 12px;
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0px;
}

.pddd{padding:5px 10px;}
.latest-newss li a {
    color: #939598;
    font-size: 11pt;
    line-height: 1.6;

}

.latest-newss li a:hover{
    color: #fff;
}

.bod{color:#0088c5; font-weight: bold;
    text-transform: uppercase;
    font-size: 11pt !important;}	

.line2 {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(210, 210, 210, 0.52);
}
	  /* :: 3.8.0 Fitness Button */
.fitness-btn1 {
    position: relative;
    z-index: 9;
    display: inline-block;
    min-width: 132px;
    height: 38px;
    color: #42a5f5;
    border-radius: 10px;
    padding: 0 29px;
    font-size: 14px;
    line-height: 39px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 3px solid #42a5f5; }
  .fitness-btn1:hover, .fitness-btn1:focus {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #42a5f5; }
  .fitness-btn1.btn-2 {
    background: -webkit-linear-gradient(to right, #42a5f5, #86c9ff);
    background: linear-gradient(to bottom, #42a5f5, #86c9ff);
    color: #ffffff; }
    .fitness-btn1.btn-2:hover, .fitness-btn1.btn-2:focus {
      color: #ffffff;
      background-color: #101214;
      border-color: #42a5f5; }
  .fitness-btn1.btn-3 {
    background: #b6e358;
    background: -webkit-linear-gradient(to right, #b6e358, #38b143);
    background: linear-gradient(to right, #b6e358, #38b143);
    color: #101214;
    border: none;
    line-height: 45px; }
    .fitness-btn1.btn-3.active, .fitness-btn1.btn-3:hover, .fitness-btn1.btn-3:focus {
      color: #ffffff; }
  .fitness-btn1.menu-btn {
    color: #101214;
    font-weight: 700;
    background: #2170a9;
    background: -webkit-linear-gradient(to right, #2170a9, #86c9ff);
    background: linear-gradient(to bottom, #2170a9, #86c9ff);
    border: none;
    line-height: 37px; }
    .fitness-btn1.menu-btn:hover, .fitness-btn1.menu-btn:focus {
      color: #ffffff;
      font-weight: 700; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .fitness-btn.menu-btn {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .fitness-btn.menu-btn {
        margin-top: 30px; } }
  .fitness-btn.btn-white {
    background-color: #ffffff; }
    .fitness-btn.btn-white:hover, .fitness-btn.btn-white:focus {
      color: #ffffff;
      background-color: #42a5f5;
      border-color: #42a5f5; }
.overflow {
    overflow: hidden;
}
.social-icons ul{margin-top:2px;}
.social-icons ul li {
    font-size: 10.6pt;
    padding: 0 10px;
    color: #ffffff;
}	 
.top-header{width:100%; background: #2170a9;
    padding: 5px 0px;}
/* :: 4.0 Header Area CSS */
.header-area {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 33px;
    left: 0;
    z-index: 1000;
    background-color: #fff; }
  .header-area .fitness-main-menu {
    position: relative;
    width: 100%;
    height: 85px;
    background-color: transparent; }
    .header-area .fitness-main-menu .classy-nav-container {
      background-color: #fff; }
    .header-area .fitness-main-menu .classy-navbar {
      background-color: transparent;
      height: 85px;
      padding: 0; }
      .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
        font-weight: 700;
        text-transform: uppercase;
        color: #939598; }
        .header-area .fitness-main-menu .classy-navbar .classynav ul li a:hover, .header-area .fitness-main-menu .classy-navbar .classynav ul li a:focus {
          color: #2170a9; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
            padding: 0 7px;
            font-size: 13px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
            background-color: #101214; } }
        @media only screen and (max-width: 767px) {
          .header-area .fitness-main-menu .classy-navbar .classynav ul li a {
            background-color: #2170a9; } }
      .header-area .fitness-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .fitness-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #939598; }
      .header-area .fitness-main-menu .classy-navbar .classynav ul li ul li a {
        color: #939598; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .fitness-main-menu .classy-navbar .classynav ul li ul li a {
            padding: 0 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .fitness-main-menu .classy-navbar .classynav ul li ul li a {
            color: #ffffff; } }
        @media only screen and (max-width: 767px) {
          .header-area .fitness-main-menu .classy-navbar .classynav ul li ul li a {
                color: #ffffff;
                background-color: #004f88;
                border-bottom: 1px solid #7cabce; } }
  .header-area .is-sticky .fitness-main-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #101214;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #101214; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #101214; }
  .heading1-aso111{margin-bottom:25px !important;}	 }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }

.classycloseIcon .cross-wrap span {
  background: #ffffff; }

/* :: 5.0 Hero Slides Area */
.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 361px;
    position: relative;
    /*z-index: 1;*/ }
    .hero-slides .single-hero-slide::after {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -5;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      content: ''; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 550px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 128px; } }
    .hero-slides .single-hero-slide h2 {
      font-size: 50px;
      color: #ffffff;
      margin-bottom: 0;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 30px; } }
    .hero-slides .single-hero-slide p {
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 40px;
      color: #ffffff; }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    width: 54px;
    height: 39px;
    line-height: 34px;
    color: #ffffff;
    border: 3px solid #2170a9;
    border-radius: 10px;
    background-color: #141414;
    top: 58%;
    margin-top: -28px;
    left: 1%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        width: 60px;
        height: 40px;
        line-height: 35px;
        margin-top: -30px; } }
    .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
    .hero-slides .owl-next:hover,
    .hero-slides .owl-next:focus {
      background-color: #141414;
      color: #ffffff; }
  .hero-slides .owl-next {
    left: auto;
    right: 1%; }
  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }
  .hero-slides .owl-dots {
    position: absolute;
    bottom: 50px;
    z-index: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .owl-dots {
        width: 920px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .owl-dots {
        width: 700px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-dots {
        width: 290px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .hero-slides .owl-dots {
        width: 450px; } }
    .hero-slides .owl-dots .owl-dot {
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      margin-right: 10px; }
      .hero-slides .owl-dots .owl-dot.active {
        color: #42a5f5; }

/* :: 6.0 About Us CSS */
.single-add-area img {
  /*width: 100%;*/ }

.about-us-area {
  position: relative;
  margin-bottom: -71px;
  z-index: 100; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area {
      padding-bottom: 100px; } }

.about-thumb {
  position: relative;
  margin-top: 12px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-thumb {
      margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .about-thumb {
      margin-top: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about--thumb {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .about--thumb {
    margin-top: 100px; } }

@media only screen and (max-width: 767px) {
  .about-btn-group .fitness-btn {
    margin: 10px; } }

/* :: 7.0 Experts Area CSS */
.meet-the-experts-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 240px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .meet-the-experts-area {
      height: 702px; } }
  @media only screen and (max-width: 767px) {
    .meet-the-experts-area {
      height: 243px; } 
	.footer-social-info{text-align:center;}  
	.section-padding-100-0 {
    padding-top: 15px;
    padding-bottom: 0;}
	.bottom-footer-area {
    padding: 10px 0 !important;
}
	  .section-padding-100-01 {
    padding-top: 30px;
    padding-bottom: 0;}}
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .meet-the-experts-area {
      height: 800px; } }
  .meet-the-experts-area .experts-text p {
    font-size: 12pt;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center !important; }

.experts-team-members {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
  margin-top: -95px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .experts-team-members {
      height: 409px;
      margin-top: -30px; }
	  
	.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
	text-align:center;
} 
.mb-100 {
    margin-bottom: 34px !important;
}

.heading1-aso1 {
    margin-bottom: 28px !important;
}

.about-us-area {
    margin-bottom: -14px !important;
   
}



.fitness-btn {
    margin: 0 auto !important;
   
}
}
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .experts-team-members {
      height: 450px;
      margin-top: 30px; } }
  .experts-team-members .single-team-members {
    position: absolute; }
    .experts-team-members .single-team-members .team-members-info {
      position: absolute;
      padding: 15px 30px;
      background-color: #101214;
      z-index: 100;
      width: auto; }
      @media only screen and (max-width: 767px) {
        .experts-team-members .single-team-members .team-members-info {
          padding: 7px 10px; } }
      .experts-team-members .single-team-members .team-members-info h3 {
        font-size: 22px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 0;
        font-style: italic; }
        @media only screen and (max-width: 767px) {
          .experts-team-members .single-team-members .team-members-info h3 {
            font-size: 14px; } }
      .experts-team-members .single-team-members .team-members-info h6 {
        font-size: 14px;
        color: #42a5f5;
        margin-bottom: 0;
        text-transform: uppercase;
        font-style: italic; }
        @media only screen and (max-width: 767px) {
          .experts-team-members .single-team-members .team-members-info h6 {
            font-size: 11px; } }
    .experts-team-members .single-team-members:first-child {
      width: 40%;
      left: 0;
      bottom: -50px;
      z-index: 10; }
      @media only screen and (max-width: 767px) {
        .experts-team-members .single-team-members:first-child {
          width: 60%; } }
      .experts-team-members .single-team-members:first-child .team-members-info {
        top: 40%;
        left: 0;
        z-index: 50; }
    .experts-team-members .single-team-members:nth-child(2) {
      width: 30%;
      left: 25%;
      bottom: 0;
      z-index: -10; }
	  .experts-team-members .single-team-members:nth-child(3) {
		bottom: 82px !important;
		
	}
	
	.single-teachers-area .teachers-info {
    width: 100% !important;
    
}
      @media only screen and (max-width: 767px) {
        .experts-team-members .single-team-members:nth-child(2) {
          width: 50%;
          left: 25% !important;
          bottom: 30px !important; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .experts-team-members .single-team-members:nth-child(2) {
          left: 30%; } }
      .experts-team-members .single-team-members:nth-child(2) .team-members-info {
        top: 40%;
        left: 0;
        z-index: 50;
        -webkit-transform: scale(0.6);
        transform: scale(0.6); }
    .experts-team-members .single-team-members:nth-child(3) {
      width: 30%;
      left: 50%;
      bottom: -60px !important;
      z-index: -20; }
      @media only screen and (max-width: 767px) {
		  
		  

.experts-team-members .single-team-members:first-child {
    
    bottom: 29px !important;
    
}
        .experts-team-members .single-team-members:nth-child(3) {
          width: 50%; } }
      .experts-team-members .single-team-members:nth-child(3) .team-members-info {
        top: 40%;
        left: 0;
        z-index: 50;
        -webkit-transform: scale(0.6);
        transform: scale(0.6); }
    .experts-team-members .single-team-members:nth-child(4) {
      width: 30%;
      right: -25px;
      bottom: -100px; }
      @media only screen and (max-width: 767px) {
        .experts-team-members .single-team-members:nth-child(4) {
          width: 50%;
          bottom: 29px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .experts-team-members .single-team-members:nth-child(4) {
          bottom: -100px; } }
      .experts-team-members .single-team-members:nth-child(4) .team-members-info {
        top: 40%;
        left: 0;
        z-index: 50;
        -webkit-transform: scale(0.6);
        transform: scale(0.6); }

/* :: 8.0 Services Area CSS */
.single-service-area .course-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77px;
  flex: 0 0 77px;
  min-width: 77px;
  width: 77px;
  height: 77px;
  background-color: #2170a9;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px; }
.single-service-area p {
  margin-bottom: 0;
  margin-top: 15px; }
.single-service-area .course-content h4 {
  font-size: 20px;
  margin-bottom: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
.single-service-area:hover .course-icon, .single-service-area:focus .course-icon {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  background: #b6e358;
  background: -webkit-linear-gradient(to right, #2170a9, #86c9ff);
  background: linear-gradient(to bottom, #2170a9, #86c9ff); }
.single-service-area:hover .course-content h4, .single-service-area:focus .course-content h4 {
  color: #2170a9; }

/* :: 9.0 Price Table Area CSS */
.single-price-table {
  position: relative;
  z-index: 1;
  background-color: #ffffff05; }
  .single-price-table .price-table-content {
    padding: 40px; }
    .single-price-table .price-table-content .price {
      font-size: 36px;
      font-weight: 600;
	  text-align: center;
      color: #2170a9;
      line-height: 1; }
      .single-price-table .price-table-content .price span {
        font-size: 36px;
        font-style: italic;
        color: #939598;
        font-weight: 400; }
    .single-price-table .price-table-content h5 {
      font-size: 22px;
	  text-align: center;
      margin: 30px 0;
      font-weight: 600; }
    .single-price-table .price-table-content .price-data li {
      color: #838383;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 10px; }
      .single-price-table .price-table-content .price-data li:last-child {
        margin-bottom: 0; }
      .single-price-table .price-table-content .price-data li i {
        color: #42a5f5;
        font-size: 8px;
        margin-right: 15px; }

.service-page .single-price-table {
  background-color: #f0f2f8;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 3px solid #e2e2e2; }
  .service-page .single-price-table .price-table-content h5 {
    font-size: 22px;
    margin: 0;
    font-weight: 600; }
  .service-page .single-price-table:hover, .service-page .single-price-table:focus {
    border: 3px solid #2170a9;
    box-shadow: 0 5px 70px rgba(0, 0, 0, 0.2); }

/* :: 10.0 Working Hours Area CSS */
.working-hours {
  position: relative;
  z-index: 1; }
  .working-hours li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    color: #838383;
    padding: 12px 0;
    border-bottom: 3px solid #eaeaea;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .working-hours li:last-child {
      border-bottom: none; }
    .working-hours li:hover, .working-hours li:focus {
      color: #42a5f5; }

.our-newsletter-area .form-control {
  width: 100%;
  height: 55px;
  border: 3px solid #eaeaea;
  border-radius: 10px;
  padding: 0 40px;
  font-size: 14px;
  color: #838383;
  font-style: italic;
  background-color: transparent;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .our-newsletter-area .form-control:focus {
    box-shadow: none;
    border-color: #42a5f5; }
.our-newsletter-area #emailHelp {
  font-size: 13px;
  margin-top: 30px;
  line-height: 2;
  color: #838383;
  font-style: italic; }

/* :: 11.0 Footer Area CSS */
.main-footer-area .footer-widget-area .widget-title {
  margin-bottom: 20px;
    text-align: center; }
  .main-footer-area .footer-widget-area .widget-title h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
    font-style: italic; }
.main-footer-area .footer-widget-area p {
  color: #bebebe;
  font-weight: 600; }
.main-footer-area .footer-widget-area .footer-social-info a {
  display: inline-block;
  color: #ffffff;
  margin-right: 25px; }
  .main-footer-area .footer-widget-area .footer-social-info a:hover, .main-footer-area .footer-widget-area .footer-social-info a:focus {
    color: #42a5f5; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-footer-area .footer-widget-area .footer-social-info a {
      margin-right: 15px; } }
.main-footer-area .footer-widget-area .testimonials-slides {
  position: relative;
  z-index: 1; }
  .main-footer-area .footer-widget-area .testimonials-slides .single-testimonial {
    margin-bottom: 50px;  text-align:center;}
    .main-footer-area .footer-widget-area .testimonials-slides .single-testimonial:last-child {
      margin-bottom: 0; }
    .main-footer-area .footer-widget-area .testimonials-slides .single-testimonial p {
      font-size: 13px;
      font-style: italic;
      color: #bebebe; 
	  text-align:center;}
    .main-footer-area .footer-widget-area .testimonials-slides .single-testimonial span {
      font-weight: 600;
      font-size: 13px;
      color: #2170a9; }
.main-footer-area .footer-widget-area .fitness-classes {
  position: relative;
  z-index: 1; }
  .main-footer-area .footer-widget-area .fitness-classes li{text-transform:uppercase;}
  .main-footer-area .footer-widget-area .fitness-classes li a {
    display: block;
    color: #bebebe;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400; }
    .main-footer-area .footer-widget-area .fitness-classes li a:hover, .main-footer-area .footer-widget-area .fitness-classes li a:focus {
      color: #42a5f5; }
  .main-footer-area .footer-widget-area .fitness-classes li:last-child a {
    margin-bottom: 0; }
.main-footer-area .footer-widget-area .single-contact span {
  color: #2170a9;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block; }
.main-footer-area .footer-widget-area .single-contact p {
  color: #bebebe;
  margin-bottom: 0;
  font-weight: 400; }

.bottom-footer-area {
  padding: 40px 0;
  text-align: center; }
  .bottom-footer-area p {
    font-size: 12px;
    margin-bottom: 0;
    color: #5c6077;
    font-weight: 600; }
    .bottom-footer-area p a {
      color: #5c6077;
      font-size: 12px;
      font-weight: 600; }
      .bottom-footer-area p a:hover, .bottom-footer-area p a:focus {
        color: #42a5f5; }

/* :: 12.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 325px; }
  .breadcumb-area .bradcumbContent {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100; }
    .breadcumb-area .bradcumbContent .breadcrumb {
      padding: 0;
      background-color: transparent;
      border-radius: 0;
      margin-bottom: 30px; }
      .breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item {
        font-size: 11px;
        color: #38b143;
        font-weight: 700;
        text-transform: uppercase;
        background: #42a5f5;
        background: -webkit-linear-gradient(to right, #42a5f5, #86c9ff);
        background: linear-gradient(to bottom, #42a5f5, #86c9ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item a {
          font-size: 11px;
          color: #38b143;
          font-weight: 700;
          text-transform: uppercase;
          background: #42a5f5;
          background: -webkit-linear-gradient(to right, #42a5f5, #86c9ff);
          background: linear-gradient(to bottom, #42a5f5, #86c9ff);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
    .breadcumb-area .bradcumbContent h2 {
      font-size: 30px;
      color: #ffffff;
      margin-bottom: 5px; }

/* :: 13.0 Teachers Area CSS */
.single-teachers-area {
  position: relative;
  z-index: 1; }
  .single-teachers-area .teachers-bg-gradients {
    position: absolute;
    width: 100%;
    height: 297px;
    background: #42a5f5;
    background: -webkit-linear-gradient(to right, #2170a9, #86c9ff);
    background: linear-gradient(to bottom, #2170a9, #86c9ff);
    border-radius: 172px;
    top: 0;
    left: 0;
    z-index: -5; }
  .single-teachers-area .teachers-thumbnail {
    width: 100%; }
  .single-teachers-area .teachers-info {
    position: relative;
    padding: 15px 20px;
    background-color: #939598;
    width: 80%;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-teachers-area .teachers-info:after {
      content: '';
      width: 24px;
      height: 120%;
      background-color: #ffffff;
      top: -2px;
      right: -10px;
      position: absolute;
      z-index: 10;
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg); }
    .single-teachers-area .teachers-info h6 {
      margin-bottom: 0;
      color: #ffffff;
      font-style: italic;
      text-transform: uppercase;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-teachers-area .teachers-info span {
      color: #38b143;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
  .single-teachers-area:hover .teachers-info {
    background: #42a5f5;
    background: -webkit-linear-gradient(to right, #2170a9, #86c9ff);
    background: linear-gradient(to bottom, #2170a9, #86c9ff); }
    .single-teachers-area:hover .teachers-info span {
      color: #ffffff; }

/* :: 14.0 Blog Area CSS */
@media only screen and (max-width: 767px) {
  .fitness-blog-sidebar {
    margin-top: 100px; } }

.single-blog-post .blog-post-thumb {
  position: relative;
  z-index: 1; }
  .single-blog-post .blog-post-thumb .post-date {
    width: 77px;
    height: 77px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    background-color: #38b143;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2); }
    .single-blog-post .blog-post-thumb .post-date p {
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 0;
      font-size: 24px;
      line-height: 1;
      text-align: center; }
      .single-blog-post .blog-post-thumb .post-date p span {
        font-size: 12px;
        text-transform: uppercase;
        display: block; }
.single-blog-post p {
  line-height: 2.2;
  margin-bottom: 0; }
.single-blog-post .post-title {
  font-size: 36px;
  display: block;
  margin-bottom: 5px; }
  .single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
    color: #42a5f5; }
.single-blog-post .post-meta {
  margin-bottom: 30px; }
  .single-blog-post .post-meta p {
    font-size: 14px;
    color: #838383;
    margin-bottom: 0; }
    .single-blog-post .post-meta p a {
      font-size: 14px;
      color: #42a5f5;
      font-weight: 500; }

.fitness-pagination-area .pagination .page-item .page-link {
  background-color: transparent;
  display: block;
  padding: 0;
  border: none;
  margin-right: 10px;
  color: #101214;
  font-size: 14px;
  font-weight: 700; }
  .fitness-pagination-area .pagination .page-item .page-link:hover, .fitness-pagination-area .pagination .page-item .page-link:focus {
    color: #42a5f5; }
.fitness-pagination-area .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.fitness-pagination-area .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.fitness-pagination-area .pagination .page-item.active .page-link {
  color: #42a5f5; }

.blog-post-categories h5 {
  font-size: 22px;
  margin-bottom: 15px; }
.blog-post-categories ul {
  padding-left: 25px; }
  .blog-post-categories ul li a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #838383; }
    .blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus {
      color: #42a5f5; }

.add-widget a {
  display: block; }
  .add-widget a img {
    width: 100%; }

.latest-blog-posts h5 {
  font-size: 22px;
  margin-bottom: 50px; }
.latest-blog-posts .post-thumbnail {
  margin-bottom: 20px; }
.latest-blog-posts .post-content .post-title {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600; }
  .latest-blog-posts .post-content .post-title:hover, .latest-blog-posts .post-content .post-title:focus {
    color: #38b143; }
.latest-blog-posts .post-content .post-meta p {
  font-size: 12px;
  color: #838383; }
  .latest-blog-posts .post-content .post-meta p a {
    font-size: 12px;
    color: #42a5f5; }
    .latest-blog-posts .post-content .post-meta p a:hover, .latest-blog-posts .post-content .post-meta p a:focus {
      color: #838383; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area iframe {
    width: 100%;
    height: 710px;
    border: none;
    margin-bottom: 0; }

/* :: 15.0 Skills Area CSS */
.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 48px;
      color: #ffffff;
      font-weight: 700; }
    .single-skils-area .skills-text h6 {
      font-weight: 400;
      color: #ffffff;
      font-size: 18px;
      margin-bottom: 0; }
  .single-skils-area.elements span {
    color: #101214; }
  .single-skils-area.elements h6 {
    color: #838383; }

/* :: 16.0 Contact Area CSS */
.contact-title h3 {
  font-weight: 600;
  margin-bottom: 85px;
  font-size: 36px; }

.contact-content {
  position: relative;
  z-index: 10; }
  .contact-content .contact-form-area .form-group {
    position: relative;
    z-index: 9; }
    .contact-content .contact-form-area .form-group::after {
      content: '';
      width: 100%;
      height: 3px;
      background: #42a5f5;
      background: -webkit-linear-gradient(to right, #42a5f5, #86c9ff);
      background: linear-gradient(to bottom, #42a5f5, #86c9ff);
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 10;
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .contact-content .contact-form-area .form-group:hover::after {
      opacity: 1;
      visibility: visible; }
  .contact-content .contact-form-area .form-control {
    position: relative;
    z-index: 10;
    height: 45px;
    width: 100%;
    background-color: #eef3f6;
    font-size: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 25px; }
    .contact-content .contact-form-area .form-control:focus {
      box-shadow: none; }
  .contact-content .contact-form-area textarea.form-control {
    height: 180px; }

.fitness-contact-info {
  position: absolute;
  z-index: 99;
  width: 450px;
  height: 270px;
  padding: 45px 60px;
  background: #2170a9;
  background: -webkit-linear-gradient(to right, #2170a9, #86c9ff);
  background: linear-gradient(to bottom, #2170a9, #86c9ff);
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0%; }
  .fitness-contact-info::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 270px solid #2170a9;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
    position: absolute;
    top: 0;
    right: -135px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .fitness-contact-info::after {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .fitness-contact-info {
      left: 5%;
      width: 280px;
      padding: 45px 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .fitness-contact-info {
      left: 10%; } }
  .fitness-contact-info h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px; }
    .fitness-contact-info h6:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .fitness-contact-info h6 {
        font-size: 14px; } }

/* :: 17.0 Elements Area CSS */
.elements-title h2 {
  font-weight: 600;
  font-size: 36px; }
  @media only screen and (max-width: 767px) {
    .elements-title h2 {
      font-size: 24px; } }

/* :: 17.1.0 Single Cool Facts CSS */
.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact img {
    display: block;
    margin: 0 auto 20px; }
  .single-cool-fact h2 {
    font-size: 48px;
    margin-bottom: 0;
    color: #ffffff; }
  .single-cool-fact p {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff; }
  .single-cool-fact.elements h2 {
    color: #101214; }
  .single-cool-fact.elements p {
    color: #838383; }

/* :: 17.2.0 Accordians Area CSS */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: #38b143;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 15px 60px 15px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 18px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background: #b6e358;
      background: -webkit-linear-gradient(to right, #b6e358, #38b143);
      background: linear-gradient(to right, #b6e358, #38b143);
      color: #ffffff; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* :: 17.3.0 Tabs Area CSS */
.fitness-tabs-content {
  position: relative;
  z-index: 1; }
  .fitness-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .fitness-tabs-content .nav-tabs .nav-link {
      background-color: #38b143;
      padding: 0 20px;
      height: 45px;
      line-height: 45px;
      color: #ffffff;
      margin: 0 2px;
      border-radius: 10px;
      border: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .fitness-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .fitness-tabs-content .nav-tabs .nav-link {
          padding: 0 5px;
          font-size: 11px; } }
@media only screen and (min-width: 226px) and (max-width: 767px) {		  
.social-icons ul li {
    font-size: 8pt !important;
    padding: 0 5px !important;
}

.about--thumb {
    margin-top: -23px !important;
}

.grey-font {
    font-size: 22pt !important;
}

.header-area .fitness-main-menu .classy-navbar .classynav ul li a {

        color: #fff !important; 
}

.md-logo{display:block !important; width: 55%;}
.lg-logo{display:none !important;}
.meet-the-experts-area .experts-text p {
    font-size: 11pt !important;
}

.header-area {
   
    top: 42px !important;
    
}

.footer-area{padding: 10px 10px;}

.grey-bg-left {
    padding: 10px 5px !important;
}
.grey-bg-right {
    padding: 10px 5px !important;
}
.heading1-aso111{text-align:center !important;}
.padding-top-none {

    text-align: center !important;
}
.mbl-devc{visibility: visible !important; display:block;}
.big-devc{visibility: hidden !important; display:none;}
.txt-center-sm{text-align:center !important;}
.single-price-table .price-table-content1 h5 {
	
    text-align: center !important;
}

.breakpoint-on .classy-navbar .classy-menu {
  background: linear-gradient(to right, #dedede, #ffffff, #FFFFFF) !important;
}

}
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .fitness-tabs-content .nav-tabs .nav-link {
          padding: 0 15px; } }
      .fitness-tabs-content .nav-tabs .nav-link.active {
        background: #b6e358;
        background: -webkit-linear-gradient(to right, #b6e358, #38b143);
        background: linear-gradient(to right, #b6e358, #38b143);
        color: #ffffff; }
  .fitness-tabs-content .tab-content h6 {
    font-size: 18px; }

/*# sourceMappingURL=style.css.map */
