/* CSS */
@import url('https://fonts.googleapis.com/css?family=Exo+2');
@import url('https://fonts.googleapis.com/css?family=Volkhov');
* {
    margin: 0px;
    padding: 0px;
}

body{
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-family: 'Roboto',sans-serif;
    overflow-x: hidden;
    
}
h1,h3,h4{
    font-size: 15px;
    font-family:'Roboto',sans-serif;
    margin: 20px;
}
p{
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
}
.header{
    padding: 0px;
}
.pd-zero{
    padding: 0px;
}
.logo-section{
    position: relative;
}
.banner_one img{
    width: 100%;
	height:450px;
}
.logo {
    position: absolute;
    top: 10px;
    text-align: left;
   
}
.logo img {
    display: inline-block;
    width: 57%;
}
.bannersec{
    position: relative;
    
}
.banner-contant{
    position: absolute;
    top: -20px;
    left: 30px;
    width: 100%;
    
}
.banner-title h1{
    font-family: 'Roboto',sans-serif;
    font-size: 36px;
    line-height: 40px;;
    font-weight: 600;
    color: #fff;
}
.s-title{
    color: #fff500;
}
.form-text{
    margin-top: 50px;
}
.form-text p{
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;   
}
.fomr-now{
    
    
}
.inp_text {
    width: 100%;
    padding: 10px 7px;
    margin-bottom: 5px;
}
.form-list li{
    text-decoration: none;
    list-style: none
}

.form-list {
    width: 38%;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
}
.form-list_sub {
    list-style: none;
    overflow: hidden;
}
input[type=text],input[type=email],input[type=tel],input[type=select]{
    font-size: 12px;
}
select{
    font-size: 12px;
}
textarea{
    font-size: 12px;
}
.inp_sub{
    width: 100px;
    height: 131px;
    background: #ef3f23;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    border: none;
}
.service-top {
    background: #fff;
    color: #333;
    padding: 16px 0px 46px 0px;
}
.icon-text-bottom{
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #333;
}

.service-icons {
    max-width: 100%;
    padding: 13px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 20px 0px 10px 0px;
    border:1px solid #C9C9C9;
    min-height: 158px;
}
.service-icons:hover {
    -moz-transform: scale(1.1);
    box-shadow: 11px 11px 6px -3px grey;
}


.advantages-titles h3{
    color: #C20000;
    margin: 30px 0px;
    font-size: 24px;
}

.gym-pass-section{
    background: #bf0000;
    margin: 30px 0px;
    color: #fff;
}

.testimonial_para {
    font-size: 23px;
    font-weight: 100;
}
.font-rev{
    font-size: 20px;
}
.footer{
    background: #000;
    color: #fff;
}
.contact-title p{
    font-size: 20px;
}

.contact-title{
    padding: 57px 10px;
}
.footer-conaaa{
    color: #bf0000;
    font-weight: 600;
    
}
.copyright{
    background: url(http://www.crescor.com/public/img/bg_footer-map.png);
    padding: 10px;
    border-top: 2px solid #e97b28;
    background-size: cover;
    background-position: bottom;
}
.cop{
    text-align: center;
    color: #ccc;font-size: 12px;
}
.calltoaction{
    display: block;
    margin: 30px auto;
    text-align: center;
    background: #337ab7;
    width: max-content;
    padding: 13px 22px;
    color: #c20000;
}
.calltoaction a{
	color: #fff;
	text-decoration:none;
	font-weight:600;
}

.photo_name h5{
    font-size: 36px;
    font-weight: 600;
    margin-top: 0px;
}
.photo_name p{
    font-size: 16px;
    text-align: justify;
}

.workshop{
    margin: 30px 0px;
    text-align: center;
}
.workshop h5{
    font-size: 26px;
}
.workshop > ul{
    margin-left: 20px;
}
.new_box1{
    border: 1px solid #3c763d;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin: 20px 0px 30px 0px;
    min-height: 217px;
    transition: .5s;
}
.new_box1:hover {
    border: 1px solid #000000;
    color: #000;
    background: #f1f1c4;
    transition: .5s;
    box-shadow: 7px 8px 4px -2px grey;
}

.new_box1 p{
    font-size: 18px;
    font-weight: 500;
}
.call{
    font-size: 16px;
    color: #fff;
}
.footer_bottom p a {
    color: #000;
    padding: 0 10px;
    text-decoration: none;
}

.footer_bottom p a:hover {
    color: #f17c20;
}
.footer_bottom p{
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    padding: 20px;
}




@media (max-width:768px) {
	.banner_one img{
    width: 100%;
	height:290px;
}
    .logo {
        position: absolute;
        top: 7px;
    text-align: justify;
        left: 0;
        right: 0;
    }
    
    .logo img {
    /* display: block; */
    margin: 0px 12px;
    text-align: center;
    width: 28%;
    }
    .banner-title h1 {
        font-size: 14px;
        line-height: 17px;
        margin: 0;
    }
    .banner-contant {
        position: absolute;
        top: 27px;
        left: 6px;
        width: 95%;
    }
    .form-text {
        margin-top: 5px;
    }
    .form-text p {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0px;
    }
    .inp_sub {
        width: 53px;
        font-size: 12px;
    }
    .adv-img-section{
        margin-bottom: 10px;
    }
	
    .review{
        margin-bottom: 30px;
    }
    .gallery_slider{
        margin: 20px 0px;
    }
    
}


.call>p>span{
    text-align: center;
    display: block;}

a{
    text-decoration: none !important;
}
    
    .services-icons-section p{
    margin: 0;
    line-height: 23px;
    font-family: inherit;
    color: #3a3a3a;
    font-size: 11px;
    text-align: left;
    padding: 0 11px;
}

.services-icons-section h6{
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: bolder;
    text-align: center;
    color: #000;
    padding: 0 11px;
}



.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}



.top-bar{
    padding: 12px 32px;
    background: #000;
}
.top-bar p{
    margin: 0;
}
.top-bar p a{
    margin: 0;
    color: #fff;

    }
.top-bar a:hover{
    color: #e09326;
}

.top-bar p span{
    padding-right: 60px;
}
.top-bar p span i{
    color:#fff;
}


.social i.fa {
    font-size: 16px;
    width: 28px;
    height: 28px;
    background: #ffffff;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    color: #008bcf;
    transition: .5s;
}


.social i.fa:hover{color:#fff; transform:rotate(360deg)}
.social i.fa-facebook:hover{ background:#4e71a8}
.social i.fa-linkedin:hover{ background:#4e71a8}
.social i.fa-vimeo:hover{ background:#da1c5c}
.social i.fa-youtube:hover{ background:#ed1c24}
.social i.fa-twitter:hover{ background:#1cb7eb}
.social i.fa-google-plus:hover{ background:#e3411f}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}