*{
    margin: 0;
    padding: 0;
}
.header-image{
    background: url('banner.jpg') no-repeat bottom;
    background-size: cover;
    width: 100%;
    height: 20vw;
    position: relative;

}
/* navbar header image */
.header{
    position: relative;
}
.header-nav{
    position: absolute;
    z-index: 999;
    width: 100%;
}
.wrap {
    margin: 0 6em;
}
.navbar{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}

a.navbar-brand {
    font-family: 'Tangerine', cursive;
    color: #fff !important;
    font-weight: 600 !important;
    display: inline-block;
    font-size: 67px;
    position: relative;
    padding-top: 10px;
}
.navbar{
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    white-space: nowrap;
    
}
.logoh1{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    display: block;
}
a.navbar-brand img {
    position: absolute;
    top: 4px;
    right: -80px;
}
img {
    vertical-align: middle;
    border-style: none;
}
/**/
.navbar-nav .nav-item a.active{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    position: relative;
    padding: 10px 17px;
    margin: 0 15px;
    font-weight: 500;
    background-color: #37adf5 ;

}
.navbar-nav .nav-item a.active:before{
    width: 2px;
    content: " ";
    background: #fff;
    height: 77px;
    left: -16px;
    top: -36px;
    position: absolute;


}
.navbar-nav .nav-item a.b{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    position: relative;
    padding: 10px 17px;
    margin: 0 15px;
    font-weight: 500;

}
.navbar-nav .nav-item a.b:before{
    width: 2px;
    content: " ";
    background: #fff;
    height: 0px;
    left: -16px;
    top: -36px;
    position: absolute;
    transition: 0.5s all;

}
.navbar-nav .nav-item:hover a.b:before{

    height: 77px;
    transition: 0.5s all;
  
}
.navbar-nav .nav-item a:hover{
    background-color: #37adf5 ;
}
.navbar-nav .nav-item a.c{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    position: relative;
    padding: 10px 17px;
    margin: 0 15px;
    font-weight: 500;

}
.navbar-nav .nav-item a.c:before{
    width: 2px;
    content: " ";
    background: #fff;
    height: 0px;
    left: -16px;
    top: -36px;
    position: absolute;
    transition: 0.5s all;

}
.navbar-nav .nav-item:hover a.c:before{

    height: 77px;
    transition: 0.5s all;
  
}
.navbar-nav .nav-item a.d{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    position: relative;
    padding: 10px 17px;
    margin: 0 15px;
    font-weight: 500;

}
.navbar-nav .nav-item a.d:before{
    width: 2px;
    content: " ";
    background: #fff;
    height: 0px;
    left: -16px;
    top: -36px;
    position: absolute;
    transition: 0.5s all;

}
.navbar-nav .nav-item:hover a.d:before{

    height: 77px;
    transition: 0.5s all;
  
}
.navbar-nav .nav-item  .dropdown-toggle:before{
    width: 2px;
    content: " ";
    background: #fff;
    height: 0px;
    left: -16px;
    top: -36px;
    position: absolute;
    transition: 0.5s all;
}
.navbar-nav .nav-item:hover .dropdown-toggle:before{
    height: 77px;
    transition: 0.5s all;
}
.dropdown-divider{
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/*navbar social meida*/
.social_media .social_media_li1{
    margin-left: -100px;
}
.social_media ul{
    margin-top: 30px;
}
.social_media ul li {
    display: inline-block;
}

.social_media ul li {
    list-style: none;
    margin-bottom: 1em;
}
.social_media ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    text-align: center;
    height: 38px;
    border-radius: 50%;
    line-height: 2.6;
    border: 2px solid #fff;
    display: inline-block;
}
.social_media ul li a:hover {
    border-radius: 0px;
    border-color: #37adf5;
    background-color: #37adf5;
}
.breadcrumb li a.active{
    color: #f53759;
}

.breadcrumb li a.a0{
    letter-spacing: 1px;
    color:#6c757d;
    margin-left: 5px;
}
.breadcrumb li a:hover{
    text-decoration: none;
}
/**/
.aboutus_header{
    margin-top: 100px;
}
.aboutus_header h3{
    text-align: center !important;
    color: #343a40 !important;
    font-weight: 900;
    margin-bottom: 3rem !important;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    font-size: 36px;
  
}
.aboutus_header h3:before{
    content: " ";
    background: #37adf5;
    width: 8%;
    height: 2px;
    position: absolute;
    top: -20px;
    left: 46%;
}
.aboutsus_titleh3{
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-style: italic !important;
    font-weight: 300 !important;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
    
}
.aboutsus_titleh3 span{
    display: block;
    color: #f53759;
    text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.22);
    font-size: 44px;
    letter-spacing: 3px;
    font-weight: 700 !important;
    margin-top: 0.5rem !important;
    font-family: 'Poppins', sans-serif;

}
.aboutsus_p{
    border-right: 2px solid #37adf5 !important;
    text-align: right !important;
    padding-right: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
}
/**/
.about-bottom{
    margin-bottom: 3rem !important;
}
.about-bottom ul li {
    display: inline-block;
    width: 32%;
    text-align: right;
}
.about-bottom ul li h5 {
    font-size: 31px;
    color: #faad81;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
.about-bottom ul li p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
}
.divs2p{
    border-left: 2px solid #37adf5 !important;
    text-align: left !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
}
/**/
.stats{
    background: url('banner4.jpg') no-repeat center fixed;
    width: 100%;
    height: 80vh;
    margin-top: 70px;
}
.layout{
    background: url('overlay.png') repeat;
    width: 100%;
    height: 80vh;
    padding-bottom: 3rem !important;
}
.statsdiv .stsdiv0{
    font-size: 26px;
    background: rgba(31, 30, 30, 0.68);
    width: 70px;
    height: 70px;
    line-height: 2.8;
    font-weight: 900;
    display: inline-block;
    color: #fff !important;
    border-radius: 50% !important;
    text-align: center !important;
    margin-left: 50px;
  
}
.statsdiv .p0{
    font-size: 46px;
    color: #f53759;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.66);
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
    margin-left: 50px;
  
  
   

}
.p1{
    color: #fff !important;
    text-transform: capitalize !important;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    font-family: 'Roboto Condensed', sans-;
    margin-left: 30px;
  
}
/**/
.trainers{
 margin-top: 100px;
}
.titleh3trainer{
    text-align: center !important;
    color: #343a40 !important;
    font-weight: 900;
    margin-bottom: 3rem !important;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    font-size: 36px;
  
}
.titleh3trainer:before{
    content: " ";
    background: #37adf5;
    width: 8%;
    height: 2px;
    position: absolute;
    top: -20px;
    left: 46%;
    
}
/**/
.team-grid {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}

.team-img {
    position: relative;
}
.team-img:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-img img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-info {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    transform: translate3d(0, 10%, 0);
    transition: opacity 0.3s;
}
.team-info h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
    margin-left: 80px;
}

.team-info span {
    display: block;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 2px;
    margin-left: 80px;
}

.team-grid:hover .team-img:after {
    background: #EB2941;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.team-grid:hover .team-info {
   
    transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -10%, 0);
}
.team-grid:hover .team-info {
    opacity: 1;
    transition: all 0.4s;
}
ul.social-icons li {
    list-style-type: none;
    display: inline-flex;
    margin-left: 20px;
    margin-top: 10px;
}
ul.social-icons li a i {
    color: #fff;
    transition: all 0.4s;
    border: 1px solid #eee;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
}
.team-grid i.fa.fa-facebook-f:hover {
    background: #3b5998;
    border: 1px solid #3b5998;
    transition: all 0.4s;
}
.team-grid i.fa.fa-twitter:hover {
    background: #1da1f2;
    border: 1px solid #1da1f2;
  
    transition: all 0.4s;
}

.team-grid i.fa.fa-google-plus:hover {
    background: #dd4b39;
    border: 1px solid #dd4b39;
 
    transition: all 0.4s;
}
.si1{
    margin-left: 40px;

}
.si2{
    margin-left: 40px;

}
.si3{
    margin-left: 40px;

}
.borderrightj7{
    border-right: 1px solid #dee2e6 !important;
    margin-top: 100px;
}
/**/
.footer{
    position: relative;
    margin-top: 100px;
}
.foot-form{
    position: absolute;
    top: 2900px;
    left: 240px;
    box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    padding: 4em 2em;
    background-color: #fff !important;
    width: 50%;
}

.footer .footer-map iframe{
    width: 100%;
    height: 500px;
    display: block;
    border: none;
}
.footer-content{
    background: url('bg2.jpg') no-repeat center fixed;
    background-size: cover;
    width: 100%;
    height: 90vh;
}
.foot1{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
   
}
.footernav li{
    display: inline-flex;
}
.footernav li a.active{
    color: #37adf5;

}
.footernav{
    margin-top: 240px;
}
.footernav li a{
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.5;
}
.footernav li a:hover{
    color: #37adf5;
    text-decoration: none;
}
.footernav .li00{
    margin-left: 150px;
}
.footernav .li01{
    margin-left: 50px;
}
.footernav .li02{
    margin-left: 50px;
}
.footernav .li03{
    margin-left: 50px;
}
.footernav .li04{
    margin-left: 50px;
}
.footernav .li05{
    margin-left: 50px;
}
/**/
.foot2{
    margin-top: 50px;
}
.footh1{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    display: block;
}

.footsocialicon li{
    display: inline-flex;
    list-style: none;
    margin-bottom: 1em;
}
.footsocialicon li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    text-align: center;
    height: 38px;
    border-radius: 50%;
    line-height: 2.6;
    border: 2px solid #fff;
   
}
.footsocialicon .lio1{
    margin-left: 15px;
}
.footsocialicon .lio2{
    margin-left: 15px;
}
.footsocialicon li a:hover{
    border-radius: 0px;
    border: 2px solid red;
    transition: 0.5s all;

}
.f2{
    text-align: right !important;
    margin-top: 1.5rem !important;
    padding-right: 15px;
    padding-left: 15px;
}
/**/
.footcopy{
    margin-top: 40px;
}
.footcopy p{
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1.9;
    font-family: 'Roboto Condensed', sans-serif;
}
.footcopy p a:hover{
    color: #fff;
    text-decoration: none;
}

.getintouch{
    font-size: 36px;
    position: relative;
    color: #343a40 !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}
.getintouch::before{
    content: " ";
    background: #37adf5;
    width: 10%;
    height: 2px;
    position: absolute;
    top: -20px;
    left: 46%;
}
.form-list li{
    padding-left: 0;
    list-style: none;
}
.formp{
    color: #343a40 !important;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
  
} 
.form-list li .formp i{
    color: #f53759;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    margin-right: 1rem !important;
}
.form-list li .formp  a{
    color: #343a40 !important;
}
.form-group{
    margin-bottom: 1rem;

}
.form-group input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    letter-spacing: 1px;
}
.form-control{
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 12px 10px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
}
.formg1{
    margin-top: 50px;
}
button.btn.btn-primary{
    letter-spacing: 1px;
    padding: 9px 20px;
    margin-top: 1em;
    background: #f53759;
    border: none;
}
button.btn.btn-primary:hover{
    background-color: #007bff;
}
@media (max-width: 991px){
    .navbar-light .navbar-toggler {
        background: #fff;
        border-radius: 0px;
    }
    }
    @media (max-width: 991px)
    {
    div#collapsibleNavbar {
        background: #000;
        padding: 1em 0;
        text-align: center;
    }
    }
    @media (max-width: 991px){
        
            div.social_media{
                margin-left: 100px;
            }
        
    }
    @media (max-width: 991px){
        .foot-form{
            position: absolute;
            top: 4050px;
            left: 240px;
            box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
            padding: 4em 2em;
            background-color: #fff !important;
            width: 50%;
        }

    }
    @media (max-width: 991px){
        .footer-content{
            background: url('bg2.jpg') no-repeat center fixed;
            background-size: cover;
            width: 100%;
            height: 120vh;
        }
        .footsocialicon{
            margin-top: -100px;
        }
    }
    @media (max-width: 768px){
        .foot-form{
            position: absolute;
            top: 3990px;
            left: 100px;
            box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
            padding: 4em 2em;
            background-color: #fff !important;
            width: 50%;
        }
        .footernav{
            margin-top: 350px;
        }
        .footer-content{
            background: url('bg2.jpg') no-repeat center fixed;
            background-size: cover;
            width: 100%;
            height: 140vh;
        }
        .footsocialicon{
            margin-top: -100px;
        }
    }