@font-face {
    font-family: LatoBold;
    src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
    font-family: LatoReg;
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: LatoBlack;
  src: url(../fonts/Lato-Black.ttf);
}

*
{
  outline: none !important;
  margin: 0;
  padding: 0;
  /*transition: .5s;
  -webkit-transition:.5s;*/
}
p
{
  font-family: LatoReg;
  font-size:18px;
}

.banner
{
  /*background: url(content/themes/Affordable/images/bg2.jpg);
  background-size:cover;
  -webkit-background-size:cover; */
  position: relative;
  padding: 0;
}


.bounce2 {
    position: absolute;
    bottom: 30px;
    left: 50% ;
    width: 40px;
    height: 40px ;
    margin-left: -2%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-20px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-20px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-20px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-20px);}
    60% {transform: translateY(-15px);}
}
.navbar-default {
    background-color: #333;
    border-color: transparent;
}
.nav a
{
  color: #fff;
}
.navbar {
    min-height: 100px;
    margin-bottom: 0;
    border-radius:0; 
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
  background: transparent;
  color:#e32f3a
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: LatoBlack;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #e32f3a;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    z-index: 100000;
    position: absolute;
}
.txtblk {
    margin: 150px 0px 150px;
    padding: 50px 20px;
    background: rgba(255,255,255,0.6);
}
.txtblk h1
{
   color: #e32f3a;
   font-size: 48px;
   margin: 0;
   font-family: LatoBlack;
   text-transform: uppercase;
}
.txtblk p
{
   color: #333;
   font-size: 20px;
   font-family: LatoBold;
   padding-top:20px; 
}
.txtblk a.btnD1 {
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 40px;
    border: 2px solid #e32f3a;
    margin-top: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    background: #e32f3a;
}
.txtblk a.btnD1:hover {
    background: #e32f3a;
    border: 2px solid #e32f3a;
}
.btnD5 {
    color: #333;
    background-color: #e32f3a;
    border-color: #e32f3a;
    color: #fff !important;
}
.btnD5:hover,
.btnD5:focus {
    color: #333;
    background-color: #e32f3a !important;
    border-color: #e32f3a;
    color: #fff !important;
}
.down-btn
{
  margin: 0 auto;
}
.ttl h1
{
   font-family: LatoBlack;
   margin: 0;
   margin-bottom: 30px;
   text-transform: uppercase;
}
.ttl span
{
  color: #e32f3a;
}
.about
{
  padding: 70px 0;
}
.about iframe
{
  width:100%;
  height:410px;
}
.about p
{
  font-size:18px;
  margin:0;
}
.btnD2
{
    color: #fff;
    background: #e32f3a;
    padding: 10px 30px;
    border-radius: 40px;
    border: none;
    transition: .5s;
    -webkit-transition:.5s;
    border: 2px solid transparent;
    float: right;
    margin-top: 30px;
}
.btnD2:hover,
.btnD2:focus
{
    color: #fff;
    text-decoration: none;
    border: 2px solid #e32f3a;
    background: transparent;
    color:#e32f3a;
}
.btnD3
{
    color: #fff;
    background: #e32f3a;
    padding: 10px 30px;
    border-radius: 40px;
    border: none;
    transition: .5s;
    -webkit-transition:.5s;
    border: 2px solid transparent;
}
.btnD3:hover,
.btnD3:focus
{
    color: #fff;
    text-decoration: none;
    border: 2px solid #e32f3a;
    background: transparent;
    color:#e32f3a;
}
.pd30p
{
    margin-top: 30px;
}
.services
{
  padding: 0 0 70px;
}
.services .srvBox .srvImg
{
  height: 176px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #ccc;
  transition:.5s;
  -webkit-transition:.5s;
}
.services .srvBox .srvImg img
{
  transition:.5s;
  -webkit-transition:.5s;
}
.services .srvBox:hover .srvImg img
{
  transform: scale(1.2)translateX(-5px)translateY(-5px);
}
.services .srvBox h2
{
  font-size: 22px;
  font-family: LatoBlack;
  color: #333;
  margin: 0;
}
.services .srvBox p
{
  font-size: 18px;
  font-family: LatoReg;
  color: #333;
}
.bdr50p
{
  background: #e32f3a;
  width:50%;
  height: 4px;
  margin: 15px 0;
}
.stats
{
  padding: 70px 0;
  /*background: url(content/themes/Affordable/images/stats.jpg);
  -webkit-background: url(content/themes/Affordable/images/stats.jpg);
  background-size: cover;
  -webkit-background-size:cover;*/
}
.stats h1
{
  font-family: LatoBlack;
  color: #fff;
}
.stats p
{
  color: #fff;
  font-family: LatoReg;
  font-size: 20px;
}
.stats .statsBox
{
  padding: 30px 0 0;
}
.stats .img-responsive
{
  display: initial;
}
.stats .statsBox h2
{
  font-size: 48px;
  color: #fff;
  margin: 10px 0 0;
  font-family: LatoBold;
}
.stats .statsBox h3
{
  font-size: 24px;
  color: #fff;
  margin: 20px 0 10px;
  font-family: LatoReg;
}
.team
{
  padding: 70px 0;
}
.team p
{
  font-size: 20px;
  font-family: LatoReg;
}
.teamBox 
{
  margin-top:30px;
  transition:.5s;
  -webkit-transition:.5s;
}
.teamBox img
{
  transition:.5s;
  -webkit-transition:.5s;
}
.teamBox:hover img
{
  transform: scale(1.2);
}
.teamBox .tmImg
{
  height:178px;
  overflow: hidden; 
}
.teamBox .mmbrDtls
{
  background: #e32f3a;
  padding: 30px 0;
  margin-top:30px;
  position: relative; 
  transition:.5s;
  -webkit-transition:.5s;
}
.teamBox .mmbrDtls:before
{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 50%;
  background: #e32f3a;
  transform: rotate(45deg) translateX(-13px);
  transition:.5s;
  -webkit-transition:.5s;
}
.teamBox:hover .mmbrDtls
{
  background:#333;
}

.teamBox:hover .mmbrDtls:before
{
  background: #333;
}
.teamBox .mmbrDtls h3
{
  text-transform: uppercase;
  font-family: LatoBold;
  color: #fff;
  font-size: 18px;
  margin:0 0 10px 0;
}
.teamBox .mmbrDtls h4
{
  font-family: LatoReg;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  margin:0;
}
.teamBox .sciTm
{
  margin: 0;
  padding: 0;
}
.teamBox .sciTm
{
  padding: 20px 0 0;
}
.teamBox .sciTm a
{
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 7px 13px;
    border: 2px solid #fff;
    margin: 10px 5px 0;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition:.5s;
}
.teamBox .sciTm a.fb
{
    padding: 7px 13px;
}
.teamBox .sciTm a.twt
{
    padding: 7px 10px;
}
.teamBox .sciTm a.gglp
{
    padding: 7px 7px;
}
.teamBox .sciTm a:hover,
.teamBox .sciTm a:focus
{
  background: #fff;
  color: #e32f3a;
}
.testimonials
{
  padding: 70px 0;
  background: #e9e9e9;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #333;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 1px;
    background-color: #e32f3a;
    border-color: #e32f3a;
}
.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 10px;
}
.testimonials .prflPic img
{
  width:100%;
}
.testimonials h3
{
  font-size:20px;
  font-family: LatoBold;
  color: #e32f3a;
  text-transform: uppercase;
  margin: 25px 0 3px 0;
}
.testimonials h4
{
  font-size:16px;
  font-family: LatoBold;
  color: #7d7d7d;
  margin: 0;
}
.map
{
  height: 350px;
}
.map iframe
{
  height: 350px;
  width:100%;
}
.mapLoc {
    background: url(../images/mapLoc1.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    height: 350px;
}
.pdlr0
{
  padding-left: 0;
  padding-right: 0;
}
.map .adrsM img
{
  display: initial;
  position: relative;
}
.map .mapLoc .adrsM h3
{
  font-family:latoBold;
  color: #e32f3a;
  font-size:24px;
}
.map .mapLoc .adrsM p
{
  font-family:latoReg;
  font-size:18px;
}
.ftr {
    padding: 70px 0;
    background: url(../images/ftrBg.jpg);
    -webkit-background: url(../images/ftrBg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
}
.ftr h2
{
  margin: 0;
  font-size:24px;
  color: #fff;
  font-family: latoBlack;
  text-transform: uppercase;
}
.ftr h2 span
{
  color: #e32f3a;
}
.ftr p
{
  color: #fff;
  font-size:18px;
  font-family: latoReg;
  margin:15px 0 0 0; 
  text-align:justify;
}
.cntfrm .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 22px 0;
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
}
.form-control:focus {
    border-color: #e32f3a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0);
}

.btnD4
{
    color: #fff;
    background: #e32f3a;
    padding: 10px 30px;
    border-radius: 40px;
    border: none;
    transition: .5s;
    -webkit-transition:.5s;
    border: 2px solid transparent;
}
.btnD4:hover, .btnD4:focus {
    color: #e32f3a;
    text-decoration: none;
    border: 2px solid #ffffff;
    background: rgb(255, 255, 255);
    color: #e32f3a;
}
.btnD5
{
    color: #fff;
    background: #e32f3a;
    padding: 10px 30px;
    border: none;
    transition: .5s;
    -webkit-transition:.5s;
    border: 2px solid transparent;
}
.btnD5:hover, .btnD5:focus {
    color: #e32f3a;
    text-decoration: none;
    border: 2px solid #e32f3a;
    background: rgb(255, 255, 255);
    color: #e32f3a;
}
.cntctus
{
  margin-top: 15px;
}
.cntctus li
{
  list-style: none;
  padding: 15px 0;
}
.cntctus li span a
{
  color: #fff;
  font-size:18px;
}
.cntctus li span a:hover
{
  text-decoration: none;
  color: #e32f3a; 
}
.cntctus li span.icn
{
  width:40px;
}
.cntctus li span p
{
  margin: 0;
  padding: 0;
}
.cntctus li span.icn {
    padding-right: 10px;
    float: left;
    width: 50px;
    text-align: center;
}
.cntctus li span.dtls {
    display: table-cell;
}
.mgt20p
{
  margin-top: 20px;
}
.ftrSci a i.fa
{
  color: #fff;
  font-size:20px;
  margin: 20px 5px 0 0;
  padding: 10px;
  border:2px solid #fff;
  border-radius:50%;
}
.ftrSci a i.ffb
{
  padding: 10px 15px;
}
.ftrSci a i.ftwtr
{
  padding: 10px 11px;
}
.ftrSci a i.fgp
{
  padding: 10px 9px;
}

.ftrSci a i.fa:hover
{
  color: #e32f3a;
  background: #fff;
}
.cpryt
{
  background: #333;
  padding: 20px 0;
}
.cpryt p
{
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.cpryt p a
{
  color: #e32f3a;
}

.bounce {
     position: initial; 
     bottom: inherit; 
     left: inherit; 
     width: inherit; 
     height: inherit; 
     margin-left: inherit; 
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
.aboutsp
{
  padding: 70px 0 30px;
}
.aboutsp h3
{
  color: #333;
  font-family: latoBold;
  font-size: 22px;
  margin:0 0 10px 0;
  padding: 0;
}

.aboutsp iframe
{
  width:100%;
  height:410px;
}
.contMap iframe
{
  width:100%;
  height:410px;
}
.abtpd
{
  padding-bottom:70px;
}
.mgpd
{
  padding: 0 0 70px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #e32f3a;
    background-color: transparent;
}
.dropdown-menu
{
  padding: 15px 10px;
}
.dropdown-menu li
{
  padding: 5px 0;
}
.dropdown-menu li a
{
    font-family: LatoBlack;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.dropdown-menu li a:hover
{
    font-family: LatoBlack;
    text-transform: uppercase;
    font-size: 14px;
    color: #e32f3a;
}
.adrsec i.fa
{
  font-size: 56px;
}
.adrsec
{
    padding: 50px 0 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 70px;
    background: #e1e1e1;
}
.adrsec h4
{
  font-family: latoBold;
}
.adrsec h4 a
{
  color: #333;
}
.adrsec h4 a:hover
{
  text-decoration: none;
}
.adrsec .col-sm-4:hover .fa
{
  color: #e32f3a;
}
.contMap h3
{
  font-size: 36px;
  color: #333;
  font-family: latoBlack;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.contMap
{
  padding: 0;
}
.contMap2
{
  background: #fff;
  padding: 0 0 70px;
}
.crf3a
{
  color: #e32f3a;
}
.contMap .rwg
{
    margin: 0 0 70px 0;
}
.cntfrm2 .form-control {
    background: transparent;
    border: none;
    border: 1px solid rgba(51,51,51,0.2);
    border-radius: 0;
    padding: 22px 10px;
    font-size: 18px;
    color: #333;
    margin: 20px 0;
    box-shadow: none;
}
.mgt40p
{
  margin-top:20px;
}
.hdttl
{
  padding: 150px 0;
  /*background: url(content/themes/Affordable/images/serv1.jpg) no-repeat;
  background-position-y: -70px;
  background-attachment: fixed;*/
}
.abtpd h3
{
  color: #333;
  font-family: latoBold;
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0;
}
.abtpd iframe
{
  width: 100%;
  height: 410px;
}
.pdb70
{
  padding-bottom: 70px;
}
.whycus
{
  background: #fff;
  padding: 0;
}
ul.workout
{
  margin: 0;
  padding: 0;
}
ul.workout-exercises h4 {
    color: #333;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    font-family: latoBold;
}
ul.workout-exercises li {
    position: relative;
    padding: 8px 0 10px 210px;
    margin: 0;
    list-style: none;
}
ul.workout-exercises li:before {
    content: '';
    width: 40px;
    height: 40px;
    border: 2px solid #e32f3a;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background: #e32f3a;
    top: 0;
    left: 75px;
}
ul.workout-exercises li:after {
    content: '';
    width: 2px;
    background-color: #e32f3a;
    position: absolute;
    top: 40px;
    left: 94px;
    bottom: 0;
}
ul.workout-exercises li:last-child:after {
    content: '';
    width: 0px;
    background-color: #333;
    position: absolute;
    top: 40px;
    left: 94px;
    bottom: 0;
}
ul.workout-exercises li:nth-child(1):before {
    content: '1';
}
ul.workout-exercises li:nth-child(2):before {
    content: '2';
}
ul.workout-exercises li:nth-child(3):before {
    content: '3';
}
.misvis
{
  padding:70px 0; 
}
.misvis h1
{
    font-family: LatoBlack;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    color:#333;
}
.misvis p
{
    font-family: latoReg;
    margin: 0;
}
.ofrs
{
  padding: 70px 0 120px;
}
.promo-box {
    float: left;
    border: 2px solid #333;
    padding: 3em 2em 4em;
    background: #fff;
    transition:.5s;
    -webkit-transition:.5s;
}
.promo-box h3
{
    font-family: LatoBlack;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
}
.discnt
{
    position: absolute;
    top: 80%;
    left: 38%;
    background: #e32f3a;
    padding: 15px;
    text-align: center;
    border:2px solid transparent;
}
.discnt h2
{
  margin: 0;
  padding-bottom: 0;
  color:#fff;
}
.discnt p
{
  margin: 0;
  padding-bottom: 0;
  color:#fff;
  transition:.5s;
  -webkit-transition:.5s;
}
.promo-box:hover
{
  background: #e32f3a;
  border: 2px solid #e32f3a;
  cursor: pointer;
}
.promo-box:hover h3,
.promo-box:hover p
{
  color: #fff;
}
.bgw
{
  background: #fff;
  padding: 30px;
}
button.accordion2 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion2.active2, button.accordion2:hover {
    background-color: #ddd;
}

div.panel2 {
    padding: 0 18px;
    display: none;
    background-color: white;
}

div.panel2.show {
    display: block;
}
.ofrs .col-sm-4
{
  position: relative;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}
.ourSponsers {
    padding: 50px 0;
    background: #f1f1f1;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.spnsrs
{
  margin: 0;
  padding: 0;
  text-align: center;
}
.ourSponsers .ttl h1
{
  margin-bottom: 0;
}
.spnsrs li {
    list-style: none;
    float: left;
    width: 14%;
    margin: 1%;
    padding: .5%;
    height: 100px;
}
.spnsrs li img
{
    width: 100%;
    height: auto;
    margin-top: 50%;
    transform: translateY(-80%);
}
.orspns
{
    height: 100px;
    position: relative;
    margin-top: 20px;
    padding: 10px;
    /*border: 1px solid rgba(0,0,0,0.2);*/
}
.orspns img
{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .5s;
    -webkit-transition: .5s;
    cursor:pointer;
    border: 1px solid rgba(0,0,0,0.1);
}
.orspns img:hover
{
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}


.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media (min-width:1200px)
{
 .map .adrsM
 {
  padding:70px 15px 70px 125px;
 }

.map .adrsM img
{
  right:20px;
}
}
@media (min-width: 768px)
{
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -1px; 
    }
  .navbar-right
  {
    float: right !important;
    margin-right: -15px;
    position: relative;
    top: 26px;
  }
  .carousel-indicators {
    position: absolute;
    top: 90%;
  }
  .pdl
  {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width:1200px)
{
  .srvBox .srvImg img
  {
    width:100%;
  }
  .teamBox .tmImg img {
   width:100%;
  }
}

@media (min-width: 768px) and (max-width:992px)
{
  .navbar-default .navbar-nav > li > a {
    font-family: LatoBlack;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 15px 10px;
}
.navbar-brand > img {
    display: block;
    width: 230px;
    position: relative;
    top: -10px;
}
}
@media (max-width: 768px) 
{
  .banner .conTxt a.btnD1 {
    font-size: 16px !important;
    padding: 10px 30px !important;
  }
  .navbar-nav .open .dropdown-menu {
    text-align: center;
}
  .ourSponsers
  {
    padding: 30px 0;
  }
  .ourSponsers h1
  {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .services .srvBox .srvImg
  {
    height: auto;
    }
  .srvBox .srvImg img
  {
    width:100%;
  }
  .teamBox .tmImg{
   height:auto;
  }
  .teamBox .tmImg img {
   width:100%;
  }
  .testimonials .prflPic img
  {
    width:30%;
  }
  .prflPic
  {
    text-align:center;
  }
  blockquote {
    border-left: none;
}
.carousel-indicators {
    bottom: -40px;
}
.dspn
{
  display: none;
}
.navbar-brand > img {
    width: 160px;
}
.navbar {
    min-height: 66px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(255, 0, 0, 0);
    border-radius: 0;
}
.txtcn
{
  text-align:center;
}
.txtblk {
    padding: 50px;
}
.txtblk {
    margin: 50px 0px 50px;
    padding: 50px 20px;
}
.txtblk h1 {
    font-size: 30px;
}
.txtblk p {
    font-size: 16px;
}
.txtblk a.btnD1 {
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 10px;
}
.banner {
    background-size: cover;
    -webkit-background-size: cover;
    height: auto;
    position: relative;
    padding: 0px 0 50px;
}

.bounce2 {
    margin-left: -4%;
}
.about {
    padding: 30px 0;
}
.ttl h1
{
  font-size: 30px;
  margin-bottom:20px;
}
.services {
    padding: 0 0 30px;
}
.stats {
    padding: 30px 0;
}
.team {
    padding: 30px 0;
}
.testimonials {
    padding: 30px 0 60px;
}
.about iframe {
    width: 100%;
    margin-bottom: 20px;
}
.ftr {
    padding: 30px 0;
}
.mgt30p768p
{
  margin-top: 30px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: none;
}
.hdttl {
    display: none;
}
.abtpd {
    padding-bottom: 30px;
}
.aboutsp {
    padding: 70px 0 0;
}
ul.workout-exercises li {
    position: relative;
    padding: 8px 0 10px 40px;
    margin: 0;
    list-style: none;
}
ul.workout-exercises li:before {
    top: 5px;
    left: -10px;
}
ul.workout-exercises li:after {
    top: 50px;
    left: 10px;
    bottom: 0;
}
.aboutsp {
    padding: 30px 0;
}
.aboutsp iframe {
    width: 100%;
    margin-bottom: 20px;
}
.pdt70p
{
  padding-top:70px;
}
.misvis {
    padding: 30px 0;
}
.misvis h1 {
    font-size: 20px;
}
.ofrs {
    padding: 30px 0 0;
}
.promo-box {
    float: none;
}
.ofrs .col-sm-4 {
    margin-bottom: 70px;
}
.abtpd iframe {
    width: 100%;
    margin-bottom: 20px;
}
.adrsec {
    padding: 30px 0 0; 
}
.adrsec .col-sm-4
{
  margin-bottom: 30px;
}
.adrsec {
    margin-bottom: 30px;
}
.contMap h3 {
    font-size: 30px;
    text-align: center;
}
.mgb30px
{
  margin-bottom: 20px;
}
.contMap iframe {
    height: 200px;
}
.adrsec i.fa {
    font-size: 40px;
}
.cntfrm2 .form-control {
    padding: 16px 10px;
    font-size: 16px;
    margin: 18px 0;
}
.stats .img-responsive {
    width: 40%;
}
.stats .statsBox h3 {
    font-size: 16px;
}
.stats .statsBox h2 {
    font-size: 22px;
}
.stats p {
    font-size: 18px;
}
.stats .statsBox {
    min-height: 200px;
}
.teamBox .mmbrDtls h3 {
    font-size: 16px;
}
.teamBox .mmbrDtls {
    padding: 10px 0 20px;
    margin-top: 0px;
}
.teamBox .sciTm a {
    color: #fff;
    width: 10px;
    height: 10px;
    font-size: 20px;
    padding: 7px 13px;
    border: 2px solid #fff;
    margin: 10px 1px 0;
    border-radius: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.teamBox .sciTm a.fb {
    padding: 3px 9px;
}
.teamBox .sciTm a.twt {
    padding: 3px 6px;
}
.teamBox .sciTm a.gglp {
    padding: 3px 2px;
}
.teamBox .sciTm {
    padding: 12px 0 0;
}
.ofrs {
    padding: 30px 0 0;
    display: none;
}
.abtpd {
    padding: 30px 0;
}
}
@media (max-width: 640px) 
{
  .orspns
  {
    height: 70px;
}
}
@media (max-width: 480px) 
{
  .orspns
  {
    height: 50px;
}
}
@media (max-width: 340px) 
{
  .orspns
  {
    height: 40px;
}
}