/* CSS Document */

/*
Bootstrap Image Carousel Slider with Animate.css
Code snippet by Hashif (http://hashif.com) for Bootsnipp.com
Image credits: unsplash.com
*/
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

body {
    font-family: 'Quicksand', sans-serif;
    /*! font-weight:700; */
}

@font-face 
{
	font-family: 'bauhaus-93';
	src: url('../../fonts/bauhaus-93.ttf')  format('truetype');
}




/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 .h3, #first-slider .slide2 .h3, #first-slider .slide3 .h3, #first-slider .slide4 .h3{
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    font-family: 'Questrial-Regular';
    margin-top: 0;
}

#first-slider .slide1 .h4,#first-slider .slide2 .h4,#first-slider .slide3 .h4,#first-slider .slide4 .h4{
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: 'Questrial-Regular';
    line-height: 35px;
    margin-bottom: 0 !important;
}

#first-slider .slide1 .h5,#first-slider .slide2 .h5,#first-slider .slide3 .h5,#first-slider .slide4 .h5{
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-family: 'Questrial-Regular';
    line-height: 20px;
    font-weight:700
}

#first-slider .slide1 .h6,#first-slider .slide2 .h6,#first-slider .slide3 .h6,#first-slider .slide4 .h6{
    color: #fff;
    font-size: 40px;
    text-align: left;
    font-family: 'Questrial-Regular';
    line-height: 40px;
   font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide2 .text-left ,#first-slider .slide3 .text-left ,#first-slider .slide4 .text-left ,#first-slider .slide5 .text-left ,#first-slider .slide6 .text-left ,#first-slider .slide7 .text-left ,#first-slider .slide8 .text-left{
    /*! padding-left: 40px; */
    /*! background-color: rgba(0, 0, 0, 0.59); */
    margin-left: 30%;
    margin-top: 25px;
}
#first-slider .slide1 .h2, #first-slider .slide2 .h2, #first-slider .slide3 .h2, #first-slider .slide4 .h2{
    color: #e7e7e7;
    font-size: 40px;
      font-weight:700;
    text-align: center;
    /*! letter-spacing: 2px; */
    /*! font-family: 'bauhaus-93'; */
    line-height: 55px;
    text-transform: uppercase;
}
.font-width {
   font-size: 60px;
  
}

#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  /*! min-height: 700px; */ 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#first-slider .slider-01-pro-img-01 {
  animation-delay: 1s;
}
#first-slider .slider-01-pro-img-02 {
  animation-delay: 1s;
}
#first-slider .h2 {
  animation-delay: 2s;
}
#first-slider .h3{
  animation-delay: 3s;
}
#first-slider .h4 {
  animation-delay: 3s;
}
#first-slider .h5 {
  animation-delay: 2s;
}
#first-slider .h6 {
  animation-delay: 3s;
}

#first-slider .carousel-control {
    width: 4%;
        text-shadow: none;
}


#first-slider .h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.12);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 14px;
    height: 14px;
    background-color: #ffffff4d;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: 0px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: 0px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
 /*  <!-- background-image: url(../image/bannerimage_01.jpg);-->*/
/*	background-image:url(../images/women-gym-b.png);*/
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
 /* background-image: url(http://s20.postimg.org/uxf8bzlql/image.jpg);*/
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
 /*<!-- background-image: url(http://s20.postimg.org/el56m97f1/image.jpg);-->*/
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  /*background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);*/
      background-size: cover;
    background-repeat: no-repeat;
}

/*slider image set css*/
.slider-01-pro-img-01 {
    margin-left: 70px;
    margin-top: 15px;
}
.slider-01-pro-img-02 {
    /*! margin-left: 186%; */
    /*! margin-top: 57%; */
}
.text-right {
    margin-top: 41%;
    margin-left: -19%;
}

.text-right-01 {
    margin-top: 15%;
    margin-left: 52%;
}



/********************************/
/*          Media Queries       */
/********************************/
/*@media screen and (min-width: 980px){*/
@media only screen and (max-width: 480px) {
.carousel-inner .item img {
    /*! width: 100%; */ /*! height: 190px !important; */
}
.slider .img {
	height:190px !important;
}
.text-right {
   	margin-top: 0% !important; margin-left: -70px !important;
   	float: none;
   	/*! margin-top: 0px !important; */
}
.text-right-01 {
    margin-top: 0 !important;
    margin-left: 0% !important;
}
.slider-01-pro-img-01 {
    margin-left: 4px !important; margin-top: 0% !important; 
    width: 30% !important;
	
}
	
.slider-01-pro-img-02 {
    margin-left: 75% !important; margin-top:  -30% !important; width: 22% !important; }
	
#first-slider .carousel .item {
    width: 100%;
}

#first-slider .slide1 .h2, #first-slider .slide2 .h2, #first-slider .slide3 .h2, #first-slider .slide4 .h2{
	font-size:11px !important;
	line-height: 13px;
	font-weight: normal;
	margin: 0;
}
.font-width {
	font-size:14px;
}

#first-slider .slide1 .h3, #first-slider .slide2 .h3, #first-slider .slide3 .h3, #first-slider .slide4 .h3 {
    font-size: 7px !important; line-height: 9px !important; /*! padding: 10px !important; */
}

#first-slider .slide1 .h4, #first-slider .slide2 .h4, #first-slider .slide3 .h4, #first-slider .slide4 .h4 {
    font-size: 10px !important;
    line-height: 16px;
    margin: 0;
}
#first-slider .slide1 .h5,#first-slider .slide2 .h5,#first-slider .slide3 .h5,#first-slider .slide4 .h5{
    font-size: 10px;
    font-weight: normal;
    line-height: 0px;
}
#first-slider .slide1 .h6,#first-slider .slide2 .h6,#first-slider .slide3 .h6,#first-slider .slide4 .h6{

    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}
#first-slider .slide1 .text-left, #first-slider .slide2 .text-left, #first-slider .slide3 .text-left, #first-slider .slide4 .text-left, #first-slider .slide5 .text-left, #first-slider .slide6 .text-left, #first-slider .slide7 .text-left, #first-slider .slide8 .text-left {
   	margin-left: 58%;
    margin-top: -45% !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.slider-01-pro-img-01 {
    margin-left: 71px;
    margin-top: 11px;
} 
.text-right {
    margin-top: 39%;
    margin-left: -14%;
}
#first-slider .slide1 .h2, #first-slider .slide2 .h2, #first-slider .slide3 .h2, #first-slider .slide4 .h2 {
	font-size:21px;
	line-height: 23px;
}
.font-width {
	font-size:27px;
}
#first-slider .slide1 .h4, #first-slider .slide2 .h4, #first-slider .slide3 .h4, #first-slider .slide4 .h4 {
	font-size:18px;
	line-height: 20px;
}
#first-slider .slide1 .h3, #first-slider .slide2 .h3, #first-slider .slide3 .h3, #first-slider .slide4 .h3 {
	font-size:13px;
	line-height: 16px;
}
#first-slider .slide1 .text-left, #first-slider .slide2 .text-left, #first-slider .slide3 .text-left, #first-slider .slide4 .text-left, #first-slider .slide5 .text-left, #first-slider .slide6 .text-left, #first-slider .slide7 .text-left, #first-slider .slide8 .text-left {
    margin-left: 26%;
    margin-top: 9%;
}

#first-slider .slide1 .h5, #first-slider .slide2 .h5, #first-slider .slide3 .h5, #first-slider .slide4 .h5 {
	font-size:19px;
}
#first-slider .slide1 .h6, #first-slider .slide2 .h6, #first-slider .slide3 .h6, #first-slider .slide4 .h6 {
	font-size:25px;
	line-height: 25px;
}
.text-right-01 {

    margin-top: 8%;
    margin-left: 49%;

}
}




