
/*replace #05a5e3 with #306bb9  82b74b*/

/*changed from #05a5e3 to #4a90e2*/


@import '../fonts/font-awesome-4.7.0/fonts/../css/font-awesome.min.css';
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,600,600i,700,700i');

/*common css*/
*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family:  'Exo 2',Montserrat, dosisbold, Roboto, sans-serif;
    color: #000;
}
p,h1,h2,h3,h4,h5,h6{
    margin-top: 0;
}
a:focus{
    outline: none;
}
.padd-top-80
{
    padding-top: 80px;
}
.padd-bot-80{
    padding-bottom: 80px;
}
.padd-top-bot-80
{
    padding-top: 80px;
    padding-bottom: 80px;
}
.padd-top-bot-50{
    padding-bottom: 50px;
    padding-top: 50px;
}
.margin-top-50
{
    margin-top: 50px;
}
.margin-bot-30{
    margin-bottom: 30px;
}
/*navbar with banner start*/

.banner-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 700px;
}
.banner-bg:after{
    background: rgba(0,0,0,0.7);
    content: ' ';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
}
.banner-contain
{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.banner-contain h1{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
}
.tv-banner-buttons{
    margin-top: 100px;
}
.tv-banner-button a{
    border:1px solid #fff;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 15px;
    outline: none;
    font-weight: bold;  
    display: inline-block;
    transition: all .5s ease;
}
.tv-banner-button a + a{
    margin-left: 6px;
}
.tv-button a
{
    border:1px solid #fff;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 5px 10px;
    outline: none;
    font-weight: bold;
    transition: all .5s ease;
}
.tv-button a:hover ,.tv-banner-button a:hover 
{
    background-color:#4a90e2;
    border-color: #4a90e2;
}

.tv-logo {
    display: inline-block;
}
.navbar-default
{
    background: transparent;
    z-index: 1;
    padding-top: 20px;
    transition: all 0.3s ease-in-out 0s;
    border-color: transparent;
    min-height: 0;
}

.navbar-default .navbar-nav >  li > a{
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color:#4a90e2;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color:#4a90e2;
    background-color: transparent;
}
.navbar-default {
    margin-bottom: 0;
}
.tv-sticky-menu {
    background: #000;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*navbar with banner end*/

/*About section start*/

.tv-heading-title{
    margin-bottom: 50px;
}
.tv-about-contain h3{
    font-weight: 600;
    color: #4a90e2;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tv-heading-title h2{
    color: #000;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tv-heading-title span{
    color:#4a90e2;
}
.tv-testimonials-title h2 ,.tv-footer-heading h2{
    color: #4a90e2;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}
.tv-testimonials-title span , .tv-footer-heading span{
    color:#ffffff;
}
.tv-about-contain p{
    color: #000;
    margin-top: 20px;
    letter-spacing: 1px;
}
.tv-about-button
{
    margin-top: 30px;
}
.tv-button a, .tv-work-btn a
{
    border:1px solid #4a90e2;
    color:#4a90e2;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 15px;
    outline: none;
    font-weight: bold;
    display: inline-block;
    transition: all 0.45s ease-in-out;
}
.tv-button a:hover ,.tv-button1 a:hover , .tv-work-btn a:hover
{
    background-color:#4a90e2;
    border-color:#4a90e2;
    color: #fff;
}
.tv-button1 a 
{
    border:1px solid #4a90e2;
    color:#fff;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 15px;
    outline: none;
    font-weight: bold;
    display: inline-block;
    transition: all .5s ease;
}
.tv-about-img img{
    width: 100%;
}


/*About section end*/

/*TV-WORKOUT SECTION start*/
.tv-work-clear-2 > div:nth-child(2n+1)
{
    clear: both;
}
.tv-work-head
{
    margin-left: 20px;
}
.tv-work-head h5 {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tv-work-head h3{
    color: #4a90e2;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
}
.tv-work-head p{
    letter-spacing: 1px;
    padding-bottom: 20px;
    padding-top: 20px;
}

/*TV-WORKOUT SECTION end*/

/*TV -ADD ONE SECTION  START*/

.tv-position-relative
{
    position: relative;
    padding-bottom: 120px;
    padding-top: 120px;
}
.tv-img-left-side
{
    left: 0;
}
.tv-img-right-side
{
    right: 0;
}
.tv-img-side
{
    height: 100%;
    padding: 0;
    top: 0;
    position: absolute;
    overflow: hidden;  
}
.tv-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.tv-light-oringe-overlay
{
    background-color:rgba(0,0,0,0.6);
}
.img-holder
{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.tv-adv-one-text-contain
{
    text-align: left;
}
.tv-bg-cover
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tv-adv-one-text-contain h3{
    color:#4a90e2;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tv-adv-one-text-contain  p{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
    word-break: break-all;
}

/*TV -ADV ONE SECTION END*/

/*TV-ADV TWO SECTION start*/

.tv-clear-4 > div:nth-child(4n+1)
{
    clear: both;
}
.tv-clear-2 > div:nth-child(2n+1)
{
    clear: none;
}
.tv-img-icon{
    border: 2px solid #4a90e2; 
    border-radius: 50%;
    height: 80px;
    line-height: 70px;
    margin: auto;
    width: 80px;
}
.tv-adv-two-sub1{
    margin-bottom: 20px;
}
.tv-adv-two-sub1 h3{
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}
.tv-adv-two-sub1 p
{
    margin-top: 20px;
    letter-spacing: 1px;

}
/*  <!--TV-ADv TWO SECTION end-->*/

/*TV-ADv-THREE SECTION start*/
.tv-adv-three-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}
.tv-adv-three-bg:after{
    background: rgba(0,0,0,0.7);
    content: ' ';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
}
.tv-adv-three-contain
{
    position:relative;
    z-index: 1;
}
.tv-adv-three-contain h3{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    width: 70%;
    margin: auto;
}
.tv-adv-three-contain p
{
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 70%;
}
.tv-adv-three-button .tv-button{
    line-height: 25px;
    display: inline-block;
}
/*TV-ADv-THREE SECTION end*/

/*TV-GALLERY SECTION Start*/
.tv-gallery-imge img{
    max-width: 100%;
}
.tv-image{
    position: relative;
}
.images{
    display: block;
    max-width: 100%;
}
.overlay1{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(53,213,235, 0.65);
}
.tv-image:hover .overlay1{
    opacity: 1;
}
.text
{
    color: #ffffff;
    border: 2px solid #ffffff ;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.tv-gallery-imge .col-md-3
{
    padding-left: 0;
    padding-right: 0;
}


/*TV-GALLERY SECTION ENd*/

/*TV-ADv-THREE SECTION STart*/
.tv-adv-four-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-attachment: fixed;
}
.tv-adv-four-bg:after{
    background: rgba(0,0,0,0.8);
    content: ' ';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
}
.tv-adv-four-contain
{
    position:relative;
    z-index: 1;
}
.tv-adv-four-contain h3{
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 30px;
}
.tv-adv-four-contain p{
    color: #ffffff; 
    font-size: 20px;
}


/*TV-ADv-THREE SECTION End*/

/*TV PROGRAMS SECTION start*/
.post1-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    height: 550px;
}
.post1-bg::before , .post2-bg::before , .post3-bg::before , .post4-bg::before , .post5-bg::before{
    background: rgba(0,0,0,0.6);    
    content: ' ';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
    border: none;
}
.post2-bg , .post3-bg , .post4-bg , .post5-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    height: 255px;
}
.post-contain {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    width: 100%;
}
.post-contain1 {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    width: 100%;
}
.post-text{
    color: #fff;
    z-index: 1;
    position: relative;
    word-break: break-all;
    padding-left: 15px;
    padding-right: 15px;    
}
.post4-bg , .post5-bg
{
    margin-top: 40px;
}
/*TV PROGRAMS SECTION- end*/

/*TV-TESTIMONIALS-SECTION start*/
.tv-test-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.tv-test-bg:after{
    background: rgba(0,0,0,0.6);
    content: ' ';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
}
.testimonials
{
    position:relative;
    z-index: 1;
}
.item p{
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 50px;
    margin-bottom: 50px;
}
ol, ul {
    margin-bottom: 0;
}
.carousel-indicators.carousel-indicators--thumbnails li {
    width: 80px;
    height: 80px;
    margin: 0;
    border: none;
    border-radius: 8px;
}
.carousel-indicators.carousel-indicators--thumbnails .active {
    background-color: transparent;
}
.carousel-indicators--thumbnails {
    height: 80px;
}
.carousel-inner {
    padding-bottom: 80px;
}
.carousel-inner .item {
    margin-bottom: 50px;
}
.carousel-indicators.carousel-indicators--thumbnails li{
    border-radius: 10px;
    border-color: transparent;
    border: 3px solid transparent;
}
.carousel-indicators.carousel-indicators--thumbnails li + li {
    margin-left: 10px;
}
.carousel-indicators.carousel-indicators--thumbnails li.active{
    border-color: #4a90e2;
}
.indivators-img img{
    border-radius: 8px;
}
.carousel-indicators
{
    bottom: 0;
}
.tv-name h3{
    color: #4a90e2;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.tv-name h3:before{
    content: '';
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 3px;
    left: -50px;
    top: 55%;
}
/*TV-TESTIMONIALS-SECTION end*/

/*TV-OUR TREAINERS-SECTION start*/
.tv-imge-box{
    border: 2px solid #000;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.tv-imge-box img{
   max-width: 100%;
}
.tv-trainer + div{
    margin-bottom: 20px;
}
.box-contain
{  background-color: #4a90e2;
   color: #fff;
   height: 101%;
   left: -50%;
   position: absolute;
   right: 0;
   text-align: center;
   top: 0;
   transition: all 0.5s ease-in-out;
   transform: scaleX(0);
   width: 50%;
}
.box-text {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    width: 100%;
}
.box-text a{
    text-decoration: none;
}
.box-text a i
{
    padding: 5px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
}
.tv-imge-box:hover .box-contain{
    left: 0;
    transition: all 0.5s ease-in-out;
    transform: scaleX(1);
}


/*TV-OUR TREAINERS-SECTION end*/

/*TV-CONTACT US SECTION start*/

.tv-contact-form
{
    max-width: 600px;
    margin: auto;
}
.tv-contact-form input{ height: 45px;}
.tv-contact-form input  , .tv-contact-form textarea
{
    border:2px solid #5F5F5F;
    border-radius: 0;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
}
.tv-contact-form input:first-child
{
    margin-top: 0;
}
.tv-contact-form .btn
{
    background-color:#4a90e2;
    color: #ffffff;
    border-radius: 0;
    margin-top: 20px;
    height:45px;
    font-weight: bold;
}
.tv-contact-form .btn:hover{
    border: 2px solid #4a90e2;
    color: #4a90e2;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none; }
.tv-contact-form textarea
{
    color: #000;    
}
.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}
/*TV-CONTACT US SECTION end*/
/*-TV ADv FIVE SECTION START*/
.tv-adv-five-bg
{
    background-color:#4a90e2;
    padding-bottom: 70px;
    padding-top: 70px;
}
.white h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}
.button a{
    background-color: #ffffff;
    color: #000;
    font-size: 20px;
    padding: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}
.button a:hover{
    border: 2px solid #fff;
    background-color: #4a90e2;
    transition: all 0.5s ease;
}
/*-TV ADv FIVE SECTION END*/
/*FOOTER START*/
.footer-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative;
}
.footer-bg:after{
    background: rgba(0,0,0,0.7);
    content: ' ';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
}
.tv-footer-contain
{
    position: relative;
    z-index: 1;
    color: #fff;
}
.tv-info a{
    color: #fff;
    text-decoration: none;
}
.tv-info a:hover{
    color: #4a90e2; 
}
.tv-time , .tv-info{
    padding-top: 20px; /*changed from 50 to 20*/
}
.tv-footer-heading-one p{
    padding-top: 30px;
    letter-spacing: 2px;
    font-weight: 600;
}
.tv-time p , .tv-info{
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-social-icon a > i{
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px;
}
.form-control:focus {
    border-color: #4a90e2;
    box-shadow: none;
}
.tv-social-icon a > i:hover{
    color: #fff;
    background-color:  #4a90e2;
    border-color: #4a90e2;
}
.tv-social-icon > a {
    display: inline-block;
}
.tv-social-icon a + a{
    margin-left: 15px;
}
.tv-social-icon
{
    padding-top: 20px;
}
.tv-footer-copyright p{
    color: #fff;
    font-weight: bold;
    padding-top: 30px;
}
.tv-footer-copyright a{
    color: #4a90e2;
    text-decoration: none;
}
.tv-footer-copyright a:hover {
    color: #fff;
}
.make-btn a{
    background-color: #4a90e2;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
}
.make-btn a:hover{
    background-color: #fff;
    color: #4a90e2;
}

/*FOOTER END*/

/*back to top start*/
/*BACK TO TOP*/

.tv-back-to-top
{
    background: transparent;
    bottom: 60px;
    width: 50px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    right: 25px;
}
.tv-bounce
{
    animation: 2s linear 0s normal none infinite running bounce;
    position: relative;
    display: inline-block;
}

@keyframes bounce 
{
    0%
    {
        top:0;
    }
    50%
    {
        top:-0.2em;
    }
    70%
    {
        top:-0.3em;
    }
    100%
    {
        top:0;
    }

}
.tv-back-to-top a:hover ,.tv-back-to-top:focus 
{
    outline: none;
}
#back-to-top img{
    width: 50px;

}

/*back to end*/