/*
Theme Name: Alt Fitness Pro
Theme URI:  https://www.themescaliber.com/premium/gym-fitness-wordpress-theme/
Author: Themescaliber
Author URI:  https://www.themescaliber.com/
Description: Alt Fitness Pro is a premium WordPress theme for fitness and gym websites. It is a highly suitable theme for fitness centers,sports clubs, gyms and other exercise related websites. It has purpose oriented design, responsive layout and special features to manage Gallery, Schedule, Services, Pricing Plans, Calculate BMI, Blog, news posts and pages.
Version: 1.0
License: GNU General Public License
License URI:license.txt
Text Domain: alt-fitness-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Alt Fitness Pro WordPress Theme has been created by VW Themes(themescaliber.com), 2019.
Alt Fitness Pro WordPress Theme is released under the terms of GNU GPL
*/

/* Basic Style */
*{ 
  margin:0; 
  padding:0; 
  outline:none;
}

html body{ 
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#fff; 
  position:relative; 
  font:15px; 
  color:#5b5b5b; 
  font-family:Josefin Sans;
  font-weight: 300;
}

img{ 
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;
}

section img{
  max-width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;
  font-family: Roboto;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 600;
}
h6 {
    padding: 0px 0 11px 0;
    color: #000;
    font-size: 16px;
}
p{ 
  margin: 0 0 15px;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

a{ 
  text-decoration:none;
  color: #d3da36;
}
section h4 {
    font-size: 20px;
}
/*a:hover{ 
  text-decoration:none; 
  color:#d3da36;
}*/

a:focus,a:hover{
  text-decoration:none !important;
  color:#d3da36;
}

ul,ol{ 
  margin:0 0 0 15px; 
  padding:0;
}
.myfooter ul,ol{
  margin: 0px;
}
.myfooter select{
  margin-left: 0px;
}
ul li, ol li {
    font-size: 16px;
}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

small{
  font-size:14px !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],
textarea{
  border:1px solid #bcbcbc;
  width:100%; 
  font-size:16px;
  padding:10px 10px; 
  margin:0 0 0px 0;
  height:auto;
}

textarea{
  height:111px;
}
.page-template label {
    /*display: unset;*/
}
select{
  width: 94%;
  padding:10px;
  margin: 10px;
}

input[type="submit"] {
  border:2px solid #0b1e44;
  background:#fff;
  text-align:center;
  font-size:18px;
  padding:7px 30px;
  font-weight:bold;
  color:#18304c;
  margin:23px 0; 
 /* border-radius:3px;*/
  display:table;
  line-height: 24px;
}

input[type="submit"]:hover{
  background:#d3da36;
  cursor: pointer;
}
.btn{
  padding: 0.8rem 1rem !important;
}
.clear{ 
  clear:both;
}

.center{ 
  text-align:center; 
  margin-bottom:40px;
}
.wp-caption{ 
  margin:0; 
  padding:0 10px; 
  font-size:13px; 
  max-width:100%;
}

.wp-caption-text{ 
  margin:0; 
  padding:0;
}

.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}

.sticky{ 
  margin:0; 
  padding:0; 
  background-color:#d7d7d7;
}

.gallery-caption{ 
  margin:0; 
  padding:0;
}

.alignleft,
img.alignleft{
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  border:1px solid #bbb; 
  padding:5px;
}
#TB_window {
    position: fixed;
    background-color: #fff;
    z-index: 100050;
    visibility: hidden;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    transform: translate(-50%,-50%);
    margin: 0 !important;
}

.alignright, img.alignright { 
  display: inline; 
  float: right; 
  border:1px solid #bbb; 
  padding:5px; 
  margin-bottom:10px;
  margin-left:25px;
}

.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  border: 4px solid #bbb;
}
#content-alt p img {
    border: 1px solid #bbb;
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}

.toggle i.fa.fa-times {
    margin-top: -5%;
}

.bypostauthor{ 
  margin:0; 
  padding:0;
}

a.small-button{
  background:#3890cb;
  padding:5px 30px; 
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}

a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}

/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}

.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
  color: #000;
  padding-left: 15px;
}

.widget_calendar tbody a {
  background-color: #113665;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #d3da36;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

/*-------------------- Sweep To Right -----------------------*/
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001e44;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.plans-box .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001e44;
  /*border-radius:8px;*/
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#gallery .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d3da36;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #fff !important;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ---------Buttons--------- */
a.button-all{
  border:2px solid #000;
  color:#000;
  padding:8px 50px;
  margin:20px 0 0 0; 
  font-weight:bold;
}

a.button{ 
  border: 2px solid #3890cb ; 
  background:#3890cb;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 7px 30px;
  text-transform: uppercase; 
  font-weight:bold;
}
.menubox ,span.search-icon i{
  margin-top: 15px;
}
/*trainer header*/
.our_trainers-template-default #header .menubox ul li {
    margin-top: 29px;
}
.second-effect .mask {
  overflow:visible;
  border:0px solid #18304c; 
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
}

.second-effect a.info {
  position:relative; 
  opacity:0; 
  transform:scale(0,0); 
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  outline:none;
}

.second-effect:hover .mask {
  opacity: 1; 
  background:#133763e0;
}

.second-effect:hover a.info {
  opacity:1;
  transform:scale(1,1);
  transition-delay:0.3s;
}

/*---------------------------Top Bar------------------------- */
.main_blog {
    margin-top: 5%;
}
.topbar {
    background-color: #000;
    padding-bottom: 4px;
    padding-top: 4px;
}
.home .topbar {
    position: absolute;
    top: 7px;
    z-index: 999;
    background-color: unset;
}
.blog .topbar {
    background-color: #000;
    padding-bottom: 4px;
    padding-top: 4px;
    position: unset;
}
.topbar a {
  color: #ffffff;
}
.topbar i {
  font-size: 16px;
  color: #fff;
}
.topbar-socialbox{
  float: right;
}
.topbar-socialbox a {
    padding: 25px 15px 25px 15px;
    margin-left: -6px;
}
.topbar-socialbox span {
    padding: 0px 15px 4px 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.input-group .form-control {
    width: 100%;
}
.input-group {
    padding-bottom: 6px;
    padding-top: 2rem;
}
.search-docters-list
{
  background-color:#153663;
  padding:15px 0px 15px 0px;
  display:none;
}
.search-docters-list input
{
  background-color:white;
  border-top:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
  border-left:none;
}
.search-docters-list input:focus
{
  border-top:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
}
.search-docters-list .input-group-addon
{
  background-color:white;
  border-top:1px solid black;
  border-bottom:1px solid black;
  border-left:1px solid black;
}
.srch_btn{
  margin-top: 4px;
}
.search-docters-list .input-group-btn button
{
  background-color:black;
  color:white;
}
.close-search
{
  padding-left:35px;
  margin-top:10px;
}
.close-search i
{
  color:white;
  font-size:18px;
  cursor:pointer;
}
.search-results .post-content
{
  padding-left: 45px;
  line-height: 16px;
}
.postbox p {
    padding: 8px;
}
/*---------------------------mega menu------------------------- */
.home #header {
    width: 80% !important;
    margin-left: 9%;
    top: 4em;
    opacity: 1;
}
#header {
    width: 100% !important;
    margin-left: 0; 
    top: 0em;
    opacity: 1; 
}
.blog #header {
    width: 100% !important;
    margin-left: 0; 
    top: 0em;
    opacity: 1; 
}
.blog .menu-header-menu-container {
    margin-top: 4%;
}
.blog #header .nav ul li{
    margin-top: 12%;
}

.navbar-nav{
  float: left;
  margin-left: 25%;
}
.sub-menu li a {
    color: #fff;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#menu-item-1111 {
    cursor: pointer;
    margin-top: 35px;
    color: #d3da36;
    margin-right: 19px;
    font-size: 20px;
    line-height: 24px;
    margin-left: 0px;
}
.search #menu-item-1111 {
    margin-top: 31px;
}
.page-template-default #menu-item-1111 {
    margin-top: 31px;
}

.navbar-default .navbar-nav>li>a {
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
  color: #FFF;
  padding:0;
  font-size: 14px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #bcfe63;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover
{
  color: #FFF;
  background-color: transparent;
}
.navbar-default{
  background-color: transparent;
  border-color: transparent;
}

.mega-dropdown {
  position: static !important;
}

i.fa.fa-sort-desc {
    margin: 0 0 0 4px;
    font-size: 19px;
}

li.dropdown.mega-dropdown {
    padding: 0 4px 0 12px;
}

.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 15px;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-widgettitle {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 2px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.mega-dropdown-menu  div#calendar_wrap,
.mega-dropdown-menu  caption
.mega-dropdown-menu  div{
  padding:0;
  color: #FFF;
}
.mega-dropdown-menu > div >li{
  float:left;
  width:33%;
}
#header .nav .mega-dropdown-menu{
  height:auto;
  padding: 2%;
  margin: 0px;
}
#header .nav .mega-dropdown-menu > div >li{
  float:left;
  width:34%;
  display: inline;
  position: initial;
}
.mega-dropdown-menu > div >li:nth-child(even){
  clear:right;
}
#header .nav .mega-dropdown-menu li > ul {
  display: block;
  width: 200px;
  position: inherit;
  text-align: left;
  padding: 0;
  float: left;
  margin:0;
}

#header .navbar-default .navbar-nav .sub-menu ul li a{
  padding: 7px 0px;
}

#header .navbar-default .navbar-nav .sub-menu ul li{
  display:block;
}

#header .nav .mega-dropdown-menu li:hover > ul {
  background: transparent;
  position: inherit;
  padding: 0;
  margin: 0;
}

li#recent-posts-3 h2 {
  padding: 0 0 0 23px;
}
li#archives-3 h2 {
  padding: 0 0 0 26px;
}
li#search-2 {
  padding: 35px 0 0 13px;
}
ul.dropdown-menu.mega-dropdown-menu.row {
    background: #113665;
    border: 1px solid #fff;
}
h2.widgettitle {
    color: #fff;
    margin-left: 4%;
    border-bottom: solid 2px #bcfe63;
    display: inline-table;
    margin-bottom: 3%;
    font-size: 23px;
}
input.search-field {
    padding: 11px 13px 13px 11px;
    border: solid #113665;
}
input.search-field::placeholder{
  color:#0e1f35 !important;
}
.navbar-default .navbar-toggle {
    border-color: currentColor;
}
.navbar-collapse.in {
    overflow-y: inherit;
}
.navbar-nav .open .dropdown-menu {
    position: absolute !important;
    width: 100% !important;
}
ul.dropdown-menu.mega-dropdown-menu.row {
    border: 2px solid #fff;
}
ul.dropdown-menu.mega-dropdown-menu.row:hover {
    border: 2px solid #d3da36;
}
.navbar-default .navbar-collapse{
  padding:0;
  border-top: transparent;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0);
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    text-align: left;
    font-size: 18px;
    border-bottom: solid 2px #d3da36;
    margin-bottom: 3%;
}
/*--------------------------vw-fitness-posttype---------------- */
#list-table,#list{
  background: #fff;
  padding: 1%;
  border: 0;
}
/* --------------------------HEADER---------------------------- */
#header.fixed{
  position:fixed !important; 
  top:0 !important; 
  margin:0; 
  padding:15px 0; 
  z-index:99999999; 
  background-color:#ffffff; 
  opacity:inherit;
}
#header .logo{
  margin:0; 
  padding: 24px 0; 
  text-align:center;
}
#header .logo h1{ 
  font-weight:700; 
  text-transform:uppercase; 
 /* padding:0; */
  margin-bottom:8px; 
  font-size:20px; 
  font-weight:bold; 
  margin-top: 0; 
  text-align:center;
}
p.site-description {
    margin-bottom: 0px;
}
#header .logo a{ 
  color:#fff; 
}
#header .logo p{ 
  font-size:12px;
  color: #fff;
}
.home #header{
  z-index:999; 
  width:100%; 
  height:auto;
  position:absolute;
  background: #1134609c;
  border:none;
  padding-left: 15px;
}
#header,.home.blog #header{
  z-index:999; 
  width:100%; 
  height:auto;
  background: #113460;
  border-bottom:1px solid #fff;
  position: relative;
}

#header .header-top{
  background:#000;
  color:#aaaaaa;
}

#header .header-top a{
  color:#aaaaaa;
}

#header .top-contact{
  padding:12px 0; 
  font-size:15px;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    clear: both;
}
#header .social-media{
  padding:12px 0; 
  text-align:center;
}

.social-media .dashicons{
  margin: 0 6px;
  padding: 0;
}

#header .social-media a:hover{
  color:#3890cb;
}

.buttonbox a{
  background:#3890cb;
  color:#fff;
  padding:8px 15px;
  display:block;
  margin:27px 0 0 0;
  border-radius:5px;
  text-align:center;
}

.buttonbox a:hover{
  background:#000;
  color:#fff;
}
#header .nav{ 
  float: none;
  text-align:left; 
}
#header .nav ul { 
  margin: 0;
  padding: 0px;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

#header .nav ul li{ 
  margin: 0;
  text-align: left;
  position: relative;
  color:#ffffff;
}

#header .nav ul li a{ 
  padding:10px;
  display: block;
  font-weight: 600;
}
/*#header .nav ul li.current_page_item a{
  color: #d3d93c !important;
}*//*

#header .nav ul li a:hover{
    color: #d3d93c !important;
}*//*
.home #header .nav ul li.current_page_item{
  margin-top: 0px;
  padding: 5% 0px 5.5% 0px;
}*/
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.main-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: right;
}
.main-navigation li{
  position: relative;
  display: inline-block;
  padding:5px 6px;
}
.main-navigation li:last-child{
  border-right: none;
}
.main-navigation a{
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  padding: 0;
  font-size: 16px;
  position: relative;
  font-weight: 400;
}
.main-navigation a:hover{
  color: #d3da36;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #222222;
  min-width: 215px;
  z-index: 9999;
}

.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}

.main-navigation ul ul a{
  text-transform: none;
  font-weight: 400;
  color: #1e1d1c;
  padding: 8px 0px;
  font-size: 14px;
  line-height: 1.5;
}

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}

.main-navigation ul ul li:last-child{
  border-bottom: 0;
}

.main-navigation ul li:hover > ul{
  display: block;
}

/*.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a{
  color: #52565b;
}*/

.main-navigation .menu > ul > li.highlight{
  background-color: #fc6352;
}

.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}

.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}

.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}

.main-navigation ul ul li a{
  color: #ffffff;
}
.main-navigation ul ul li:hover{
  background-color: #d3da36;
  
}
.main-navigation ul ul li a:hover{
  color: #fff !important; 
}
.main-navigation ul ul li{
  padding:7px 10px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}

/*----------------------Mobile Menu Icon------------------------------*/

/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul{
  padding-right: 15px;
}

.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #000000;
  display: none;
}

.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}
.toggle-nav, a.closebtn{
  display: none;
}
.main-navigation ul ul li{
  padding: 10px;
}
/*#header .nav ul li.current_page_item {
    margin-top: 0;
    background-color: #d3da36;
    padding: 5% 0px 5.5% 0px;
    
}*/
.search #header .nav {
    margin: 0% 0 0 0;
    padding: 0;
    text-align: left;
    float: right;
} 

.page-id-234 .menu-header-menu-container {
    margin-top: 4%;
}

.archive .menu-header-menu-container {
    margin-top: 4%;
}
.post-template-default .menu-header-menu-container {
    margin-top: 4%;
}
.product-template-default .menu-header-menu-container {
    margin-top: 4%;
}
.search-no-results .menu-header-menu-container {
    margin-top: 4%;
}
.page-template-blog-fullwidth-extend .menu-header-menu-container {
    margin-top: 4%;
}
.page-template-blog-with-left-sidebar .menu-header-menu-container {
    margin-top: 4%;
}
.page-template-page-with-left-sidebar .menu-header-menu-container {
    margin-top: 4%;
}
.page-template-page-with-right-sidebar .menu-header-menu-container {
    margin-top: 4%;
}
embed{
  border: 1px solid #d2d93b;
}
/*  index */
.postwrapper-box{
  border: 2px solid #eeeeee;
  margin: 1em 0;
}
.cat-box {
  background: url(./assets/images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
/*---------------------- service section ------------------------*/
#our-services small{
  color:#6d6d6d;
  margin:0 0 20px 0;
}

#our-services .small-button{
  margin-top:30px;
}

#our-services .page-box{
  background:#113460;
  text-align:center;
  color:#fff;
  border-radius:5px; 
  padding:30px 10px;
}

#our-services .page-box h4{
  color:#fff;
  margin:0 0 29px 0;
  padding:0;
}

#our-services .page-box h4 a{
  color:#fff;
  font-weight: bold;
  line-height: 24px;
  opacity: 1;
}

#our-services .page-box p{
  margin: 0 15px;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  padding-bottom: 2%;
}

#our-services .box-image{
  margin:0 0 25px 0;
}

#our-services img{
  max-width:50%;-webkit-transition-duration: 1s; 
  -moz-transition-duration: 1s; 
  -o-transition-duration: 1s; 
  transition-duration: 1s; 
  -webkit-transition-property: -webkit-transform; 
  -moz-transition-property: -moz-transform; 
  -o-transition-property: -o-transform; 
  transition-property: transform; 
  overflow:hidden;
}

#our-services img:hover {
  -webkit-transform:rotate(360deg); 
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}
#our-services .services-box{
  margin:40px 0 20px 0;
}
.servc_bgcolr {
    background-color: #2b4782a1;
    opacity: 0.8;
    margin: -31px -10px -30px -11px;
    padding: 12% 6px 24px 8px;
    font-weight: bold;
    font-size: 14px;
}
.page-box:hover .servc_bgcolr{
    
    opacity: 0;
}


/*------------------------- Gallery -----------------------------*/
#gallery p{
  text-align:center;
  font-size: 35px;
}
.gallery-image{
  margin-bottom:7px; 
  display:flex;
}

.gallery-image img{
  height:200px;
  width:100%;
}

.gallery_img{
  width: 100%;
  height: 100%;
}

#TB_ajaxContent{
  padding: 1% !important;
  width:auto !important; 
  height:auto !important;
}

#TB_ajaxWindowTitle{
  text-align:center;
  color: #001e44;
  text-transform: capitalize;
}



/*----------------------- Gallery pop-up start -----------------------------*/
.vw_overlay{
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0,0%,0%,0.8);
  position: absolute;
  z-index: 999;
  text-align: center;
}
.vw_close_it{
  color: #ddd;
  font-size: 1.3em;
  z-index: 99999;
  position: relative;
  left: 80.5%;
  cursor: pointer;
  top: 24px;
}
.vw_popup{
  z-index: 9999;
  position: absolute;
  left: 18%;
  width: 60%;
  border: 2px solid #ddd;
}

i.fa.fa-times-circle-o {
  font-size: 2em;
}
.gall-brdr{
  position: relative;
  padding-bottom: 1%;
}

.gall-brdr::after{
  content:'';
  height: 2px;
  width: 8%;
  background: #12345e;
  position: absolute;
  left: 46%;
  bottom: 0;
}
/*------------------------- Team ------------------------------*/
#team img.team-image {
  width:100%;
}

#team .team_name{
  text-align:center;
  background:#3890cb; 
  color:#fff; 
  font-size:16px;
}
h3.team-title {
    font-size: 24px;
    font-weight: 600;
 }   
/*----------------------- Trainer ------------------------*/
.trainer-batch a {
    color: #ffffff;
}
#trainer{
  background:#0c1f34;
  text-align:center;
}

.nav-box {
  display: inline-block;
  /*background: #0d1f35;*/
  padding: 10px;
  margin: 11px 0;
}

.btn-vertical-slider.prev-tes {
    padding: 1em !important;
    margin-right: 9px;
    background-color:#113460;
}
.btn-vertical-slider.next-tes {
    padding: 1em !important;
    background-color: #113460;
}
.trn_icon{
  height: 1em;
}
.carousel-indicators .active{
    background-color: #d3da36 !important;
    max-width: 30px;
    height: 12px;
    border: solid 1px #2d313d;
    border-radius: 20px;
}
.carousel-indicators li {
    max-width: 8px;
    height: 6px;
    background-color: #eceeef;
}

#trainer iframe{
  border:1px solid #d3da36;
  width: 100%;
}

#trainer .trainer-content .trainer-image{
  width:100%;
  border:1px solid #d3da36;
  max-height:287px;
}

#trainer .trainer-content .trainer-image:hover {
    border: 1px solid #000;
}

#trainer .trainer-batch{
  background: #113460;
  color: #fff;
  display: table;
  text-align: center;
  border-radius: 0px;
  padding: 12px 12px;
  font-size: 16px;
  height: auto;
  display: table;
  margin: 0 auto;
}
#trainer .trainer-batch a{
  color: #fff;
}
#trainer .trainer-batch:hover{
  background:#113460 !important; 
  color: #ccc;
}

.trn_hdng{
  position: relative;
  padding-bottom: 1%;
  color: #d3da36;
}

.trn_hdng::after{
  content:'';
  height: 2px;
  width: 8%;
  background: #d3da34;
  position: absolute;
  left: calc(50% - 5%);
  bottom: 0;
}
.trn_brdr{
  border-bottom: 2px solid #d3da34;
  margin-left: 45%;
  margin-right: 45%;
}

#trainer p{
  font-size: 15px;
  color: #000;
  margin: 0px 0;
  font-style: italic;
  text-align: center;
  line-height: 26px;
}

#trainer .carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

#trainer .carousel.vertical .active {
  top: 0;
}

#trainer .carousel.vertical .next { 
  top: 100%;
}

#trainer .carousel.vertical .prev {
  top: -100%;
}

#trainer .carousel.vertical .next.left,
#trainer .carousel.vertical .prev.right {
  top: 0;
}

#trainer .carousel.vertical .active.left {
  top: -100%;
}

#trainer .carousel.vertical .active.right {
  top: 100%;
}

#trainer .carousel.vertical .item {
  left: 0;
}​



/*--------------------------- Pricing Plans --------------------------*/
#pricing_plans{
  color:#001e44;
}

#pricing_plans h2{
  margin: 0% 0 8%;
}


/*#our_blog{
  color:#001e44;
  margin: 0% 0 8%;
}*/

#pricing_plans .price-box{
  background:#f5f5f5;
  border:2px solid #e1e1e1;
  text-align:center; 
  padding:0 0 20px;
  margin-top: 30%;
}

#pricing_plans .price-box:hover{
  background:#d3da36;
  cursor:pointer;

}

#pricing_plans .price-box:hover .price-number{
  color:#fff;
  background:#001e44;
  border: 2px solid;
}

#pricing_plans .price-number{
  width: 100px; 
  height: 100px; 
  background: #d3da36; 
  -moz-border-radius: 50px; 
  -webkit-border-radius: 50px; 
  border-radius: 50px; 
  color:#001e44;
  text-align:center;
  font-weight:bold;
  font-size:40px; 
  padding:25px 0 0 0;
  margin:-55px auto 0; 
  position:absolute;
  left:34%;
}

#pricing_plans .price-title{
  font-size:36px;
  margin:65px 0 25px;
}
#pricing_plans p{
  font-size:14px;
}

#pricing_plans ul{
  margin:0;
  padding:0;
}

#pricing_plans .price_subcontent{
  margin:0;
  font-size:15px;
  padding:7px 5px;
  border-bottom: 1px solid #ccc;
}
#pricing_plans .box-content p{
    margin-bottom: 0;
}
.pricing_brd{
  position: relative;
  padding-bottom: 1%;
}

.pricing_brd::after{
  content:'';
  height: 2px;
  width: 8%;
  background: #001e44;
  position: absolute;
  left: calc(50% - 5%);
  bottom: 0;
}
/*------------------------- Headings --------------------------*/
section h2{
  font-weight:bold; 
  text-align:center; 
  margin:0 0 45px;
  padding:0;
  text-transform:uppercase;
}

section h3{
  font-weight:bold; 
  text-align:center; 
  margin:30px 0 0 0;
  text-transform:uppercase;
}

section h4{
  color:#000; 
  font-size:19px;
}

section h5{
  color:#3890cb; 
  font-weight:bold;
  font-size:24px;
  margin:0 0 10px 0; 
  padding:0;
}

.new-line,.box-content p{
  margin-bottom: 2em;
}

.box-content h3{
  color:#000; 
  font-weight: bold;
}

.text-center{
  text-align: center!important;
}

a.r_button {
  padding: 2% 6%;
  color: #001e44;
}

.plans-box a.r_button {
  padding: 4% 20%;
  color: #001e44;
  border-radius: 0px;
  font-size: 16px;
  background-color: #d3da36;
  font-weight: bold;
  margin-top: 17px;
}
.plans-box a.r_button:hover {
  border-radius: 0px;
}

#gallery a.r_button {
  padding: 1% 4%;
  color: #001e44;
  border: solid 2px #001e44;
  border-radius: 0;
  font-size: 20px;
}

#gallery a.r_button:hover {
    color: #fff !important;
    background: #d3da36;
    cursor: pointer;
}

.darkbox{
  padding:0;
}

section .innerlightbox{
  background-size:100% 100%;
  padding:4.5em 0; 
  color:#000;
}
.postbox .postbox-content {
    text-align: center;
    padding: 23px 30px;
    transition: all 0.3s ease 0s;
    transition: all ease-in-out 300ms;
    -moz-box-shadow: 8px 8px 1px 1px #dee2e6;
    -webkit-box-shadow: 8px 8px 1px 1px #dee2e6;
    box-shadow: 5px 5px 14px 0px #dee2e6;
}
section .innerdarkbox{
  background-size:100% 100%;
  padding:4.5em 0; 
  color:#fff;
}

.innerdarkbox {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*------------------------- about us --------------------------*/
#about .about-img img{
  border:3px solid #fff; 
  width:100%;
}
.abt_img{
  text-align: center;
}
.underline-small{
  display: inline-block;
  position: relative;
}

.underline-small::after{
  content:'';
  height: 2px;
  width: 67%;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #d3d93c;
}
.underline-small {
    color: #fff !important;
}
#about .days-box{
  margin-top:   10px;
  text-align:   left; 
  font-size:    16px;
  font-weight:  bold;
}
.days-box .row {
    margin-left: 0px;
    margin-right: 0px;
}
.daybox_border {
    border-bottom: 1px solid #fff;
    border-bottom-color: #22426c;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.abt_daybox_para{
  margin: 3% 1% 5% 0;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.abt_bg_clr{
  background-color: #113460;
  padding: 6% 3% 5% 2%;
  margin-bottom: -6%;
  margin-top: -4.4em;
}
.abt_bg_clr h3 {
  color: #fff;
  font-weight: 800;
  font-size: 23px;
  line-height: 28px;
}
#about .day-title{
  margin-bottom:15px;
  font-size: 16px;
  line-height: 28px;
}
.day-time {
    font-size: 16px;
    line-height: 28px;
}

.text-light{
  color:#fff;
}

.abt_para{
  margin-top: 3%;
  font-size: 14px;
  line-height: 28px;
}

section#about h2{
  color: #d3da36;
}

.content-alt {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
}

/*------------------ Testimonial Section -----------------*/
#clients small.client-desig{
  color:#000;
}
.testimonial-box:after {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 27px;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 39px solid transparent;
    border-top: 22px solid #e8ebeb;
    overflow: visible;
    z-index: 9999;
}
.testimonial-box:hover:after:hover{
  color:#000;
}
#clients .testimonial-box{
  background-position:10% bottom; 
  padding-bottom:14px; 
  margin:0 0 10px 0;
}

.client_inner_box h2 {
    text-align: left;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.client_inner_box h2::after {
    content: '';
    height: 2px;
    width: 33%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#clients .testimonialwrapper-box {
    margin-bottom: 2em;
}

#clients .client-img {
  text-align: center; 
  vertical-align: middle;
  
  border-radius: 50%;width:100%;
}

#clients .client_name{
  color:#a7a7a7;
  text-align:left;;
}

#clients .client-designation{
  color:#a7a7a7;
}

#clients blockquote {
  border-left:none; 
  padding:14px; 
  quotes: "\201C""\201D""\2018""\2019";
  text-align:left;
  font-size: 14px; 
  color: #181A1C;
  background:#e8ebeb;
  margin:0;
  font-style: italic;
  line-height: 25px;
  font-weight: 600;
}/*

#clients blockquote:hover {
    background: #d3da36;
    color: #fff;
}*/
#clients .client-img:hover {
    border: 2px solid #000;
}

#clients blockquote:before{
  color: #7b7b7b; 
  content: open-quote; 
  font-size: 2em; 
  line-height: 0.1em; 
  margin-right: 0.25em;
}

#clients blockquote:after {
  color:#7b7b7b;
  content:close-quote;
  font-size:2em;
  line-height:.1em;
  margin-left: .20em;
  vertical-align:-.5em;
}
.next-tes img, .prev-tes img {
    transform: rotate(270deg);
}

#clients .client_name {
    color: #ffffff;
    text-align: left;
    font-size: 24px;
    line-height: 20px;
}
#clients .client-designation {
    color: #ffffff;
    line-height: 20px;
}
/*blog*/
#our_blog .innerlightbox {
    padding: 4.5em 0 0 0;
}
/*------------------ Social Media Box -----------------*/
.social-box{
  background:#d3da36 !important;
  padding:19px 0;
  text-align:center;
}

.social-box .social-heading{
  color: #0c1f34;
  font-size: 36px;
  line-height: 24px;
  margin-top: 13px;
  font-weight: bold;
  text-align: left;
}

.social-box .social-media{
  padding-top:6px;
}
.social-box .social-media a {
    background: #141a28;
    padding: 8px 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 1%;
    width: 43px;
    border-radius: 50%;
    font-size: 19px;
}
/*-------------------- Newsletter Section --------------------------*/
#newsletter-box input[type="text"]{
  margin:0;
}

#newsletter-box input[type="submit"] {
  margin:0;
  background:#4c66ba;
  border:2px solid #fff; 
  border-radius:3px; 
  color:#fff;
}

#newsletter-box input[type="submit"]:hover{
  background:#3791cc;
}

/*------------------ Contact Section -----------------*/
h3.contact-page {
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}

#contact-box{
  background:#f4f5f9;
}

.contact-innerbox{
  background:#fff; 
  padding:30px; 
  box-shadow:5px 5px #eee;
  margin:0 0 20px 0;
}

#contact-box .contact-form-box label{
  width:100%;
}

#contact-box .contact-form-box p{
  font-size:14px; 
  font-weight:bold; 
  color:#000;
}

#contact-box .address-box p{
  margin:0 0 50px; 
  color:#999999;
}

#contact-box .social-icons{
  margin-top:15px;
}

#contact-box .social-icons a{
  color:#000;
  padding:5px 10px;
}

#contact-box .social-icons a:hover{
  background:#3890cb; 
  color:#fff;
}

#contact-box .mapbox{
  box-shadow:5px 5px #eee;
}

#contact-box .contact-form-box input[type="text"],
#contact-box .contact-form-box input[type="email"],
#contact-box .contact-form-box input[type="phno"],
#contact-box .contact-form-box textarea
{
  border:none; 
  border-bottom:1px solid #999999;
  padding:4px 0 5px 0; 
  width:100%;
  color:#000;
  margin:0 0 0px; 
  font-size:14px;
}

#contact-box .contact-form-box textarea{
  height:50px;
}

#contact-box .contact-form-box input[type="submit"]{
  margin-top:20px;
}
/*header pages*/
.page-template-default p {
    line-height: 25px;
}
.page-template-default h1 {
    font-size: 31px;
    font-weight: bold;
    color: #0b1e44;
}
.page-template h1 {
    color: #0b1e44;
}
/*--------------- BMI Calculator Section -----------------*/
section#bmi .innerdarkbox{
  padding-bottom:0; 
  color:#f4f4f4;
}
.bmi-data select{
  margin: 0px;
}
.bmi-data{
  background: #001e44;
}
::placeholder {
    color: #fff !important;
}
#bmi .dhtmlgoodies_bmi_calculator{
  /*border:1px solid #fff;*/
  width:100%;
  font-size:18px;
}

#bmi .bmi-calculator{
  padding:25px 0;
}
#bmi .bmi-calculator input[type="text"],
#bmi .bmi-calculator select{
    color: #e2e3e6;
    text-transform: none;
    font-size: 18px;
    width: 100%;
    padding: 8px;
    text-align: left;
    background: #001e44;
    border: 1px solid #2f4866;
    margin-bottom: 9px;
}
input#bmi_height::placeholder,
input#bmi_weight::placeholder {
    color: #000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
 
#bmi .bmi_value{
  font-size:36px;
  text-align:center;
  margin-top: 7%;
  padding:17% 0 15% 0;
  display: block;
  font-weight: bold;
  margin-bottom: 8%;
  color: #0b1e44;
  background-color: #d3da36;
}

#bmi .bmi-calculator input[type="button"]{
  border:1px solid #0b1e44; 
  background:#d3da36;
  font-size:20px; 
  padding:7px 15px; 
  margin-top:33px;
  font-weight: bold;
  color: #0b1e44;
}

#bmi .bmi-calculator input[type="button"]:hover {
    background: #d3da36;
    color: #000;
}

#bmi .bmi-calculator label{
  text-align:left;
  margin-bottom:15px;
  width:100%;
  font-size: 17px;
}

#bmi .bmi_result{
  background-size:100% auto; 
  text-align:center;
  margin-top: 13.5%;
  font-weight: bold;
  font-size: 20px;
}
.bmi_obese {
    font-size: 15px;
}
.bmi-data{
    padding-top: 0%;
    border: 2px solid #d3da36;
}
.h2n {
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: left;
  font-size: 30px;
}

/*---------------- Footer Section ----------------------*/
#footer{
  background:#18304c; 
  text-align:center;
  color:#fff;
  text-align:left;
}
.footer_hide{
  display:none;
}
.container #blog-right-sidebar h3,
#footer h3,#content-alt #footer h3{
  color:#ffffff;
  text-align:left;
  text-transform:uppercase; 
  font-size:24px;
  margin:0 0 24px 0; 
  border-bottom:1px solid #d3da36; 
  padding:0 0 17px 0;
  font-weight: bold;
}

#footer .copyright p,#footer .copyright a{
  font-size:15px;
  text-align:center;
  color:#ffffff !important;
  margin-bottom: 0;
}

#footer .copyright a {
    color: #fff;
  cursor: pointer;
}

#footer .news-form{
  margin-top:24px;
}

.footer_email {
    padding-left: 0px;
    margin-top: 10px;
}

#footer input[type="text"]{
  padding:8px 5%; 
  float:left;
  margin-right:2%;
  border-radius:5px;
}

#footer input[type="submit"]{
  padding:10px 5%;
  float:left; 
  border:none; 
  border-radius:0px; 
  margin:0;
}

#footer .copyright{
  text-align:center; 
  border-top:1px solid #d3da36;
  padding:20px 0;
}
.text_2 {
    margin-left: -4%;
}

.para_5 {
    margin-left: -4%;
}

#footer ul li{
  list-style: none;
  width: 45%;
  margin: 0 0 5px 0;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
}

#footer ul li a{
  color:#ffffff;
}
#footer p{
  font-size: 15px;
  line-height: 24px;
}
.menu-footer-menu-container {
    font-size: 16px;
}
/* --------- Blog Page ------- */

#full-width-blog .postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
  margin:15px 0 20px;
}

.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
  margin:15px 0 0 0;
}

#blog-left-sidebar p{
  padding: 2%;
  line-height: 25px;
}

#blog-right-sidebar p{
  line-height: 25px;
}

.blogimg-full img{
  width: 100%;
}

.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
  display: none;
}

.read-more-icon a:hover{
  opacity: 0.9;
}

.continue-read a {
  color: #0b1e44;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: #fff;
}

.continue-read a:hover{
  background: #18304c;
  color:#fff;
}

.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}

#content-alt .blog-full-border{
  margin: 40px 0 0 0;
  padding: 0;
  border:none;
  border-bottom: 1px solid #bbb;
}

.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}

.post-content-box p {
  padding: 2%;
  line-height: 25px;
  color: #797575;
}
/*------------post blog css------------------------*/
.postbox {
  margin-bottom:39px;
  padding:0 0 26px;
}
.postbox .postpic {
    position: relative;
    overflow: hidden;
}
.meta_listing li i {
    margin-right: 5px;
}
.bradcrumbs {
    padding: 30px 0;
}
.postbox:hover .posticon-1, .postbox:hover .posticon-2 {
    opacity: 1;
}
.postbox .posticon-1 {
    left: 0;
}
.postbox .posticon-1, .postbox .posticon-2 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.postbox-content.text-left li {
    list-style: none;
}
.postbox .posttext {
    display: block;
    color: #141617ad;
    transition: all 0.3s ease 0s;
}
h4.posttitle a {
    color: #2d313d;
    font-weight: 600;
}
h4.posttitle a:hover {
    color: #d3da36;
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
.date_div {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #d3da36;
    background: -o-linear-gradient(right, #d3da36, #d3da36);
    background: -moz-linear-gradient(right, #d3da36, #d3da36);
    background: -webkit-linear-gradient(left, #d3da36, #d3da36);
    padding: 11px;
    color: #ffffff;
    font-weight: bold;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.meta_listing {
    margin: 0;
    margin-top: 20px;
}
.meta_listing li {
    list-style: none;
    display: inline;
    padding: 3px;
    color: #7f858d;
}
a.theme_orange_button {
    background-color: #d3da36;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    display:table;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    margin-top: 20px;
}
a.theme_orange_button:hover {
    color: #ffffff;
    background: transparent;
    background-color:#113460; 
}
.blogbutton-small{
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:14px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}

.metabox{
  color: #000;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
}

.metabox .entry-date{
  background:url('./assets/images/date.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 13px 0 0;
  background-position: left;
}

.metabox .entry-author{
  background:url('./assets/images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
  background-position: left;
}

.metabox .entry-comments{
  background:url('./assets/images/comments.png') no-repeat;
  padding: 0 0 0 20px;
  background-position: left;
}
ul.post-categories a {
    color: #333333;
}
ul.post-categories {
    list-style: none;
    margin: 0;
}
.post_ctg span {
    float: left;
    margin-right: 7px;
}
.share_icon i {
    color: #d3da36;
    margin: 0 4px;
    text-align: center;
}
.share_icon a {
    padding: 7px;
    border: 1px solid #eceeef;
}
.share_icon i:hover {
    color: #113460;
}
#content-alt  h5{
  margin:0 0 15px;
  font-size:20px;
  padding:0; 
  font-weight:bold;
  line-height:normal;
}

#content-alt  h6{
  margin:0 0 15px;
  font-size:17px;
  padding:0; 
  font-weight:bold;
  line-height:normal;
}
.work_serv img {
  float: right;
  margin-top: 6%;
}
.serv_title {
    margin-bottom: 6%;
}
.serv_len {
   padding: 3% 13% 0px 0 !important;
}


/* --------- Inner Pages --------- */
.page-trainer-box {
/*  color:#fff;*/
  margin-bottom: 20px;
}

.page-trainer-box .trainer-name{
  color:#18304c; 
  padding:0 0px 15px;
  font-size:25px; 
  margin:0;
}

.page-trainer-box .trainer-designation{
  color:#161b21; 
  font-weight:bold;
  margin:0 0 0 15px; 
  font-size:16px;
}

.page-trainer-box p{
  font-size:15px; 
  line-height:normal; 
  color:#000;
}

.page-trainer-box .image-box img{
  width:100%;
}

.about-socialbox i {
  padding: 10px 10px 10px 10px;
  margin: 4% 2% 0 0;
  color:#fff;
  background-color:#0b1e44;
}

.about-socialbox i:hover {
  background-color: #2f72ac;
}

.page-trainer-box .image-box{
  padding-left: 0;
  padding-right: 0;
}
.single-our_trainers div#sidebar {
  margin-top: 20px;
}

/* -------------- CONTACT Page --------------- */
section#contact-box{
  padding:0;
  margin:0;
}

.contact-info{
  font-size:16px;
  line-height:26px;
}

.contact-location i{
  text-align: center;
  font-size: 17px;
  background: #0b1e44;
  padding:12px 12px 12px 12px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1%;
}

.contact-call i{
  text-align: center;
  font-size: 17px;
  background: #0b1e44;
  padding: 12px 12px 12px 12px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1%;
}

.contact-email i{
  text-align: center;
  font-size: 17px;
  background: #0b1e44;
  padding:12px 12px 12px 12px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1%;
}

.contact-info .head{
  color:#000;
}

.contact_form textarea  {
  height: 75px;
}

.contact_form{
  background: #000;
  padding: 54px;
}

.contact_form p{
  color:#fff;
  margin:0 0 15px;
}

.contact_form input[type="text"] ,
.contact_form input[type="email"],
.contact_form textarea { 
  width: 100%;
  background: #262626;
  border: 1px solid #262626;
  color: #fcfcfc;
  padding: 8px 10px;
  margin:5px 0 0 0;
}

.contact-name i{
  text-align: center;
  font-size: 17px;
  background: #0b1e44;
  padding: 12px 12px 12px 12px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1%;
}
.contact-information i {
  text-align: center;
  font-size: 17px;
  background: #0b1e44;
  padding: 12px 12px 12px 12px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1%;
}

.contact-location,
.contact-call,
.contact-email,
.contact-information,
.contact-name{
  margin-bottom: 2%;
}

.form-1 input[type="submit"] {
  background: url('./assets/images/3.png') no-repeat 7px 10px;
}

.contact_form  input[type="submit"] 
{
  background:none;
  color:#fff;
  padding:10px 50px;
  text-transform:uppercase;
  color:#fcfcfc;
  display:table;
  margin:0 auto;
  text-align:center;
  border: 2px solid #fff;
}

.contact_form  input[type="submit"]:hover{
  background:#ffd34e;
  color:#000;
}

/* ----------------------- POST---------------------- */
section#blog{
  padding-top:0;
  margin-top:0;
}

.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
h1, .title-box h1{
  color:#000000 !important;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
  margin-bottom: 4px;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}

aside#search-3 {
  padding: 0 !important;
}
.search-form{
  display: none;
}
.feature-image-box img{
  width:100%;
}

.feature-image-box img a:hover{
  opacity:0.8;
}

.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}

.teamimage{
  margin:30px 0;
}
.teamimage img{
  border: 1px solid #CD0;
}
.bradcrumbs a{
  background:#f1f1f1; 
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover {
    background: #d3da36;
}
.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}
span.meta-nav {
    background-color: #113460;
    padding: 10px;
    color: #fff !important;
}
/*------------------ Comments BOX ------------------*/
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}

#comments h2.comments-title{
  font-size:20px; 
  font-weight:bold;
}

#comments h3.comment-reply-title{
  font-size:20px; 
  font-weight:bold;
  clear:both;
}

#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:12px 10px; 
  font-size:18px;
}

#comments input[type="submit"].submit{
  background:#0b1e44;
  padding:10px 20px;
  text-transform:uppercase;
  font-weight:bold; 
  margin-top:20px;
  color:#ffffff;
}

#comments a.comment-reply-link{
  color:#000;
  background:#cecece;
  padding:5px 15px;
}

#comments a.comment-reply-link:hover{
  background:#3890cb;
}

#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}

#content-alt #comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px; 
  padding: 20px;
  background:#eee; 
  display:inline-block;
}

#content-alt ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}

#content-alt #comments ul{
  margin:0 0 0 40px;
}

#comments .reply{
  float:right;
}

#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}

#comments .comment-content{
  width:90%;
  float:left;
  margin-left:7%;
}

#comments p {
  width:100%;
  float:left;
}
#comments .comment-author{  
  margin-bottom: 1em;
}
#comments ol.comment-list {
  margin: 0px !important;
}
#comments h2#reply-title {
  display: inline-table;
}
#comments .comment-author.vcard img {
  border: 1px solid #333;
  padding: 2px;
}
/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
}
#slider img {
    width: 100%;
}
.nivo-caption{
  top:20%!important;
}

.nivo-controlNav a.active {
  font-weight: bold;
  background-position: 0 -21px;
  background: #bcfe63;
}

#slider .slide-cap h4{
  text-transform:uppercase; 
  font-size:25px;width:30%;
  margin:0 auto;
  background:url('./assets/images/welcome.png') center no-repeat;
  background-position: center; 
  padding:5px 0; 
  font-weight:bold;
}
#slider h2{
  padding:0 10% 0 10%; 
  font:800 60px 'Roboto';
  text-transform:uppercase;
  font-size:50px;
}

#slider p{ 
  color:#d3da36; 
  font-weight:800; 
  margin:0 0 48px 0; 
  line-height:24px; 
  border-radius:0 0 5px 5px; 
  font:20px roboto; 
  text-transform:uppercase; 
  font-weight:bold;
}
.carousel-control-prev{
  opacity: 0.8;
}
.carousel-control-next{
  opacity: 0.8;
}
#slider .btn-primary{
  border-radius:0px; 
  padding:12px 30px; 
  color:#113665;  
  font-size:16px; 
  height:auto; 
  display:table;
  margin:0 auto;
  background: #d3da36;
}
#slider .btn-primary:hover{
  background: #113665;
  color:#d3da36;
}
.btn-primary {
    border: none;
}/*
.control_icon_bgcolor {
  background-color: #d3da36;
  padding: 2em;
  opacity: 0.5;

}*/
.prev_icon, .next_icon{
  opacity: 1;
  position: absolute;
}
.carousel-caption {
  top: 30%;
}

a.blog-more{ 
  display:inline-block; 
  font:400 16px 'Roboto Condensed', sans-serif; 
  padding:10px 30px; 
  margin-top:21px; 
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px; 
  -o-border-radius:4px; 
  -ms-border-radius:4px; 
  margin-right:15px;
}

/*--------------- Sidebar -----------------*/
#sidebar{
  position: relative;
  top: -11px;
}
/*.archive #sidebar {
    margin-top: 18%;
}*/
#sidebar form{
  display: table;
  width: 100%;
}

#sidebar h3{
  margin:0 0 25px; 
  padding:7% 10%; 
  font-size:20px;
  background: #0b1e44;
  color:#fff;
}

#sidebar p{
  padding: 0 10px;
}

.widget_categories select {
  width: 94%;
  padding: 6px;
}
#sidebar input[type="search"] {
  background:#eeeeee;
  padding:10px 10px; 
  border:none; 
  font-size:15px; 
  color:#000;width:100%;
}

#sidebar label{
  width:70%;
  float:left;
  margin-bottom:0;
}

#sidebar input[type="submit"]{
  background:#18304c; 
  border:none; 
  color:#fff;
  padding:10px 0;width:30%;
  font-size:14px; 
  float:left;
  margin:0;
  left: 1px;
  position: relative;
}

#sidebar aside{
  margin-bottom:30px;
  border:1px solid #bbb;
  box-shadow:1px 1px 7px #bbb;
  margin-top: 23px;
}

#sidebar ul {
  list-style:none;
  margin:0; 
  padding:0; 
  font-size:17px;
}
#sidebar ul li{
 margin:0 17px 15px; 
 padding:0 0 0 23px;
 background: url('./assets/images/bullets-sidebar.png') no-repeat 0 7px;
}

#sidebar ul li a{ 
  color:rgba(0, 0, 0, 0.78);
  line-height: 32px;
  padding: 0 0 0 2%;
}

#sidebar .tagcloud a{
  background:#eeeeee; 
  color:#000; 
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px; 
  display:inline-block;
}

#sidebar .tagcloud a:hover{
  background:#ffd34e;
}
/*topbar*/
#topbar-section span {
    color: #fff;
}
/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;  
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
  font-size: 34px;
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}

/*----------content-alt-----------*/
#content-alt h6 {
  margin: 20px 11px 16px 0;
  font-size: 30px;
  padding: 0;
  font-weight: bold;
  line-height: normal;
}

#content-alt p{
  text-align:justify;
  line-height: 25px; 
  font-size: 16px;
}

#content-alt hr{
  border:none;
  margin:0 0; 
  clear:both;
}

#content-alt h2{
  font-size:35px; 
  font-weight:normal;
  margin:0;
  padding:0; 
  color:#373737;
  margin:0 0 25px; 
  border-bottom: 3px double #0d243c;
  padding-bottom: 10px;
}

#content-alt h3{
  font-size:36px; 
  font-weight:normal;
  margin:0;
  padding:0; 
  color:#000;
  margin:14px 0 25px;
}

#content-alt h4{
  font-size:31px; 
  font-weight:bold;
  margin:0;
  padding:0; 
  color:#0b1e44;
  margin:0 0 25px;
  text-align: left;
}
tr, td, th {
    border: 1px solid #ccc;
}
#content-alt ul{
  list-style:none;
  margin:0 0 0 0px; 
  font-size:16px;
}
.middle-align ul li ul li{
  margin-top: 3%;
}
div#everywhere-box {
    margin-top: 20px;
}
#content-alt #comments ul{
  margin: 0!important;
}

#content-alt ol{
  margin:0 0 0 15px;
  padding:10px 0 0 0; 
  font-size:16px;
}

#content-alt ol li{
  padding:0 0 0 0;
  margin:0 0 20px 0;
}

#content-alt ol li:before {
  color: #fff;
  background: #0c1f34;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px; 
  font-weight:bold;
  display:none;
}

.read-moresec{
  margin:2% 0;
}

/*---------------- Pagination ----------------*/
.navigation span{
  margin: 2px 2px 2px 0;
  text-decoration:none;
  color:#000; 
  font-size: 17px;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.navigation a:hover{
    color:#fff;
}
 
.navigation .current{
  padding:10px 15px;
  background: #d3da36; 
  color:#18304c;
  font-weight:normal;
}
section .innerlightbox {
    background-size: 100% 100%;
    padding: 4.5em 0;
    color: #000;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
    color: #000;
    font-weight: bolder;
    font-size: 15px;
    margin: 10px auto;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #0b1e44;
    color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
 padding: 1.5em 0;
    margin: 0;
    font-size: 15px;
    color: #121212;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: center;
}
.woocommerce .summary h1 {
  font-size: 28px;
}
.woocommerce .product form.cart .quantity {
  margin-right: 20px;
}
.woocommerce .quantity input{
  padding: 5px 0px;
}
.woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, form.woocommerce-product-search button {
  background-color: #0b1e44;
  border-radius: 0;
  padding: 12px 14px;
  color: #ffffff;
}
.woocommerce #respond input#submit:hover,.woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #d3da35 !important;
    text-decoration: none;
    background-image: none;
    color: #0b1e44;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #0b1e44 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove:hover {
    color: #d3da35!important;
    background: #0b1e44;
}
.woocommerce-message {
    border-top-color: #d3da35 !important;
}
.woocommerce-message::before {
    content: '\e015';
    color: #d3da35;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #d3da35;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #d3da35;
}
.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #d3da35 !important;
}
nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding: 9px;
    background-color: #0b1e44 !important;
    border-bottom: 1px solid;
    color: #ffffff;
}
.woocommerce form .form-row .required {
    color: #d3da35;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden;
}
/*.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background: #ffffff;
  color: #333333;
  border: 1px solid #f33e17;
}*/
.woocommerce a.button{
    background-color: #d3da35;
    color: #0b1e44;
    border-radius: 0px;
    padding: 14px 14px;
    font-size: 16px;
    height: auto;
    display: table;
    margin: 0 auto;
    border: 1px solid #113460;
    padding: 17px;
}

.woocommerce a.button:hover{
    color: #ffffff;
    background-color: #0b1e44;
}
#contentwoocom {
  padding: 20px 15px;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
h2.woocommerce-loop-product__title, .woocommerce div.product .product_title {
    color: #121212;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
}
.woocommerce ul.products li.product .price{
  text-align: center;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button, .woocommerce ul.products li.product a {
    text-align: center;
    margin: 10px auto;
    display: table;
}
li.product {
/*  border: 1px solid #ddd;
  padding-bottom: 17px;*/
}
.woocommerce span.onsale{
  background-color: #f33e17;
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2{
    max-width: 100%;
}
input#password, input#reg_password {
    padding: 10px;
}
.woocommerce .product form.cart .variations select{
  background-color: #ffffff; 
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #424648;
  border-radius: 0;
  padding: 4px;
  height: 39px;
}
.woocommerce-variation-price span.price {
  text-align: left;
  margin-bottom: 20px;
}
.woocommerce .product .woocommerce-tabs ul.tabs{
  margin-bottom: 0 !important;
}
#tab-description, #tab-reviews, #tab-additional_information  {
  border: 1px solid #d3ced2;
  padding: 20px;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
  background-color: #f33e17;
}
.shop, .without_banner {
  margin-top: 3em;
}
nav.woocommerce-MyAccount-navigation ul{
  margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 9px;
  background-color: #932b82;
  border-bottom: 1px solid;
  color: #ffffff;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #ffffff;
}
.woocommerce-MyAccount-navigation-link.is-active {
  background-color: #f33e17;
}
.woocommerce ul.products li.product .onsale{
  padding: 2px 7px;
}
/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}

@-moz-document url-prefix() {
  .bmi-data {
    margin-top: 0em !important;
  }
  
input#bmi_weight::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
  }
  input#bmi_height::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
  }
  input#bmi_height::placeholder,
  input#bmi_weight::placeholder {
    color: #000;
}
}
/*-------------- media section ---------------*/
@media screen and (min-width: 0px) and (max-width: 576px){
  .home .topbar {
    position: relative;
    background: #0b1e44;
    padding: 0px 0px;
    font-size: 12px;
    margin-top: -11px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #header .logo{
    padding: 16% 0; 
  }
  #nav_menu-2 .widget-title {
    margin-top: 10px;
  }
  .testimonial-box:after{
    display: none;
  }

}
@media screen and (max-width:768px) { 
  .abt_bg_clr {
    margin-top: 1%;
  }
  .home #header {
    width: 80% !important;
    margin-left: 9%;
    top: 4em;
    opacity: 1;
  }
  .home .topbar {
    position: relative;
    background: #0b1e44;
    padding: 0px 0px;
    font-size: 12px;
    margin-top: -11px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #header .nav ul {
    padding-top: 0%;
  }
  #our_blog h2{
    margin: 20% 0 13%;
  }
  .home #header{
    top: 4em;
  }
  .woocommerce span.onsale {
    font-weight: bold;
    text-align: left;
    margin: 0 0px 0px 0% !important;
  }
  .search-results #header .nav ul {
      margin: 25px 0 0 0;
  }
  #menu-item-1111 {
    margin-left: 11px;
  }
  #slider .carousel-caption.d-none.d-md-block {
      display: block !important;
  }
  #slider h2.font-weight-bold {
      display: none;
  }
  #slider p.font-weight-bold {
      display: none;
  }
  #our-services .page-box{
    margin-bottom:0.5em;
  }

  #trainer .trainer-content{
    background:#d3da36;
    padding:20px 0;
    margin-top:20px;
  }
  #trainer .trainer-content .trainer-image{
    margin-bottom:20px;
  }

  #pricing_plans .price-number{
    position:static;
  }

  #pricing_plans .price-title{
    margin-top:20px;
  }
  .slider-main .nivo-controlNav a{
    width:10px;
  }
  #full-width-blog #content-alt div {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
  }
  #clients .client_name{
    text-align:center;
    margin-top:20px;
  }
  .title-box h1{
    font-size: 20px;
  }
  .home #header{
    background: none !important;
  }
  .testimonialwrapper-box{
    margin-bottom: 50px;
  }
  .abt_para{
    text-align: center;
  }
  .abt_hdng{
    text-align: center;
  }
  .social-box .social-heading{
  text-align: center;
  }
  .contact-info i{
    width: 40px;
  }
  .home #header{
    top: 6em;
  }
  #TB_window {
    width: 77% !important;
  }
  .toggle i.fa.fa-times {
      color: #fff !important;
      position: fixed;
      z-index: 999999;
  }
  #menu-item-1111{
    display: none;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .toggle{
    display:block;
  }

  .toggle a:hover{ 
    color:#fff;
  }

  .toggle a.active{
    color:#fff;
  }
  .contact-name i,
  .contact-email i,
  .contact-call i,
  .contact-location i,
  .contact-information i{
   padding: 12px 4px; 
  }
  span {
    text-align: right;
  }
  #slider .slide-cap{ 
    display:none;
  }
  #slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
    display: block !important;
  }
  .topbar-socialbox{
    text-align: center;
  }
  #header .logo{
    padding: 27px 0px;
  }
  .testimonial-box:after{
    bottom: 51%;
  }
}
@media screen and (min-width:768px) and (max-width:991px) { 
  #our-services .page-box{
      margin-bottom:0.5em;
  }
  .day-title{ 
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
  }
  .day-time{ 
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
  }
  #pricing_plans h2{
    margin: 0% 0 17%;
  }
   #slider .slide-cap h2 {
    font-size:150%;
  }
  #our_blog h2{
    margin: 6% 0;
  }
  section#pricing_plans .innerlightbox {
    padding-bottom:0;
  }

  #pricing_plans .price-box{
    margin-bottom:70px;
  }

  #trainer .video{
    margin-bottom:20px;
  }
  section#clients .innerdarkbox{
    padding-bottom:0;
  }

  #clients .client-info{
    margin-bottom:50px;
    text-align:center;
    font-weight:bold;
  }

  #bmi .dhtmlgoodies_bmi_calculator{
    margin-bottom:20px;
  } 
  #content-alt h4 {
    margin-top: 7%;
    text-align: justify;
    font-size: 26px;
  }
  #content-alt p {
    margin-top: 6%;
    font-size: 14px;
  }
  .social-box .social-media {
    padding-top: 21px;
  }
  .toggle a{
    width:100%; 
    color:#fff; 
    padding:10px 10px; 
    font-size:16px;
  }
  .metabox img {
    margin-left: 0%;
  }
  input[type="submit"] {
    font-size: 14px;
  }
  small {
    font-size: 13px !important;
  }
  .page-trainer-box .trainer-name {
    color: #18304c !important;
    font-size: 28px !important;
    text-align: center !important;
  }
  .web p {
    font-size: 16px;
  }
  .gall-brdr::after{
      content:'';
      height: 2px;
      width: 20%;
      background: #12345e;
      position: absolute;
      left: 40%;
      bottom: 0;
  }
  .home .topbar {
      position: relative;
      background: #0b1e44;
      padding: 0px 0px;
      font-size: 12px;
      margin-top: -11px;
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .trn_hdng::after{
      content:'';
      height: 2px;
      width: 20%;
      position: absolute;
      left: calc(50% - 10%);
      bottom: 0;
  }
  .pricing_brd::after{
      content:'';
      height: 2px;
      width: 20%;
      background: #001e44;
      position: absolute;
      left: calc(50% - 10%);
      bottom: 0;
  }
}
@media screen and (max-width: 1024px){
  .thumb_image_border{
    display: none;
  }
  .main-navigation ul ul{
    background-color: transparent;
  }
  .main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li{
    border-bottom: none;
  }
  .toggle-nav {
    display: block;
    position: relative;
    float: right;
    right: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin: 0 auto;
    right: 0;
    z-index: 999;
    text-align: right;
    right: 0;
    margin-right: 0;
  }
  .toggle-nav i {
    font-size: 29px;
    color: #000000;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #2d313d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: #ffffff;
  }
  .navbar-header.navbar-default {
    padding: 10px;
    background: #568CDB;
    color:#fff;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span{
    cursor:pointer; 
    text-align: right;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .innermenubox {
    position: static;
    padding-bottom: 10px;
  }

  .main-navigation a{
    color: #444;
  }
  .main-navigation .menu{
    float: none;
    text-align: center;
  }
  .main-navigation ul ul li,
  #masthead.scrolled .main-navigation ul ul li{
    display: block;
  }
  .main-navigation .menu > ul > li.highlight{
    background: transparent !important;
  }
  .menu > ul > li:hover:before, 
  .menu > ul > li.current_page_item:before, 
  .menu > ul > li.current-menu-item:before{
    display: none;
  }
  .sf-arrows .sf-with-ul:after{
    border-top-color: #333;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .menubar .nav ul{ 
    width:100%;
    margin-top:0; 
  }
  .menubar .nav ul li,
  .menubar.scrolled .main-navigation li{
    border-top:1px #303030 solid; 
    display:block;
    text-align:left;
    float:none;
    width: 100%;
    padding: 5px;
  }
  .nav ul li a{
    padding:5px 10px; 
    display:block; 
    color:#ffffff;
  }
  .nav ul li a:hover{
    color:#ff8a00;
  }
  .nav ul li ul,
  .nav ul li ul ul{ 
    display:block !important;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
  padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .abt_bg_clr{
    padding: 0% 0% 0% 0%;
    margin-bottom: -7.2%;
    margin-top: -7%;
  }
  .home #header{
    top:8em;
  }
  #header .nav ul li {
    display: block;
  }
}
@media (min-width: 1200px){
  .home .topbar-container {
      width: 1142px !important;
  }
}
@media screen and (min-width: 1028px) and (max-width: 2560px){
 .navbar-header.navbar-default {
    display: none;
  }
  .textwidget a {
      color: #fff;
  }
}
.searchicon{
padding-top: 13px;
}
.woocommerce span.onsale {
    background: #121212;
    padding: 0;
    border-radius: 0;
    border: 1px solid #113460;
    background-color: #d3da36;
    color: #113460;
    font-size: 17px;
    right: auto;
    left: 0;
    
    border: 1px solid #113460;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: -.5em -.5em 0 0;
}

 ul.products li.product .onsale, .vw-fitness-shop-page ul.products li.product .onsale {
    background-color: #d3da36;
    color: #113460;
    font-size: 17px;
    right: auto;
    left: 0;
    width: 35%;
    border: 1px solid #113460;
}
/*-----------------Search pop up----------------*/
.alt-fitness-serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.alt-fitness-serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.alt-fitness-closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.alt-fitness-serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.alt-fitness-serach_inner form.alt-fitness-search-form {
  display: table;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.alt-fitness-serach_inner form.alt-fitness-search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 14px 20px;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border-radius: 30px;
}
.alt-fitness-serach-page input.alt-fitness-search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.alt-fitness-search_popup input.alt-fitness-search-submit {
  background: #d3da36;
  border: 0;
  padding: 9px 30px;
  display: inline-block;
}
.alt-fitness-search_popup label {
  background: transparent;
  width: 80%;
}
.alt-fitness-search_popup input.alt-fitness-search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
}
.alt-fitness-search_popup input::placeholder {
    color: #000 !important;
}
.alt-fitness-search-box span i {
    cursor: pointer;
    margin-top: 35px;
    color: #d3da36;
    margin-right: 19px;
    font-size: 20px;
    line-height: 24px;
    margin-left: 0px;
}
#header .nav .current_page_item {
    background-color: #d3da36;
}
#header .nav .current_page_item a {
    color: #113665;
}
#bmi .bmi_result {
background-size: 100% auto;
text-align: center;
margin-top: 10%;
font-weight: bold;
font-size: 20px;
}
.woocommerce .col2-set .col-1 {
max-width: 100%;
}
.woocommerce .col2-set .col-2 {
max-width: 100%;
}
ul.tc_gallery_front.row.clearfix {
   list-style: none;
}
img.attachment-tc-gallery-image-medium.size-tc-gallery-image-medium {
   width: 100%;
}
