/* 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: 'myriad-pro-bold-condensed';
	src: url('../../fonts/myriad-pro-bold-condensed.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'nulshock bd';
	src: url('../../fonts/nulshock bd.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../../fonts/myriad pro-regular.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: #000000;
    font-size: 38px;
    text-align: left;
    line-height: 39px;
    font-family: 'aron-grotesque';
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 10%;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 65px;
    text-align: left;
    font-family: 'myriad-pro-bold-condensed';
    line-height: 61px;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 20px;
}
#first-slider .slide1 h5,#first-slider .slide2 h5,#first-slider .slide3 h5,#first-slider .slide4 h5{
    color: #231f20;
    font-size: 40px;
    text-align: left;
    line-height: 54px;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'times-new-roman';
    font-style: italic;
    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);
}
#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2{
    color: #fff;
    font-size: 40px;
    text-align: left;
    line-height: 59px;
    font-family: 'myriad-pro-bold-condensed';
    font-weight: 700;
    margin-top: 0;
    letter-spacing: 1px;
}



#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 h3{
  animation-delay: 2s;
}
#first-slider h4 {
 animation-delay: 1s; 
}
#first-slider h2 {
  animation-delay: 0s;
}
#first-slider h5 {
  animation-delay: 4s;
}
#first-slider h6 {
  animation-delay: 3s;
  margin-bottom: 7%;
}

#first-slider .carousel-control {
    width: 6%;
        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: 1111;
}

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


/********************************/
/*       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;
}

.box {
	/*! background-color:#1d6c2f; */
	/*! padding: 9px; */
	width: 745px;
	margin-left: -53%;
	margin-top: 85%;
	/*! position: relative; */
	/*! transition: all .3s ease; */
	/*! transform: skew(25deg); */
	/*! border-right: 10px solid #fff; */
	/*! animation-delay: 2s; */
}

.image-slider {
	z-index: 999;
	position: relative;
  margin-left: 23%;
}
.header-bg {
    /*! position: relative; */
    display: inline-block;
    width: 100%;
   
}
.header-bg {
    background-color:#0d1546;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0px;
    right: -10%;
    padding: 0px;
    width: 30%;
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
}
.header-inner-bg {
    background-color:#0d1546;
    height: 90%;
    position: absolute;
    z-index: 5;
    top: 0px;
    right: -10%;
    padding: 0px;
    width: 30%;
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
}
.header-bg-text {
	position: relative;
	/*! height: 95px; */
	width: 280px;
	right: -29px;
	top: 65%;
}
.header-bg-text h2 { 
  -moz-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-webkit-transform:    skewX(20deg);
  color: #fff;
}
.header-bg-text h2 a{ 
  color: #fff;
  font-family: 'nulshock bd';
  font-size: 20px;
}
.header-bg-text h2 a:hover{  
  color: #898989;  
}
.header-bg-text h4 a{ 
  color: #fff;
  font-family: 'myriad pro-regular';
  font-size: 20px;
}
.header-bg-text h4 a:hover{  
  color: #898989;  
}
.header-bg-text h4 {
 -moz-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-webkit-transform:    skewX(20deg);
  color: #fff;
 margin-bottom: 25px;
}
.header-bg-text .social-01 {
  -moz-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-webkit-transform:    skewX(20deg);
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2 {
  /*! font-size: 28px; */
  }
  
#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
  /*! font-size: 36px; */
  }
}
@media screen and (max-width: 640px){
    .carousel-inner .item .container {
		top:60%;
	}  

.box {
       padding: 4px;
    width: 100%;
    /*! margin-left: -4px; */
    /*! border-right: 5px solid #fff; */
    margin-top: -25%;
}
.image-slider {
	height:auto !important;
	width: 150px !important;
	float: right;
	margin-top: -47%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.carousel-inner .item .container {
       /*! padding: 4px; */
    width: 100%;
    margin-left: 8%;
    /*! border-right: 5px solid #fff; */
    margin-top: 13%;
}  
.box {
    /*! width: auto; */
    margin-left: -65%;
    margin-top: 12%;
}
.image-slider {
	height: 295px !important;
    width: auto;
	margin-left: 30%;
}
#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2 {
  font-size: 20px; 
  margin-left: 26%;
  line-height: 10px;
  }
  
#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
 font-size: 27px; 
 margin-left: 26%;
 line-height: 30px;
  }
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
  font-size: 20px; 
  margin-left: 26%;
  line-height: 10px;
  margin-bottom: 5%;
  }
#first-slider .slide1 h5, #first-slider .slide2 h5, #first-slider .slide3 h5, #first-slider .slide4 h5 {
  font-size: 29px; 
  margin-left: 26%;
  line-height: 10px;
  margin-bottom: 5%;
  }
}

/** Button Hover **/
.about-button{
	margin-top: 0%;
}
.view-btn a	{
   font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 16px 5%;
    border-radius: 21px 21px;
    letter-spacing: 0.6px;
    font-family: 'Questrial-Regular';
    background: #4ec9ed;
    background: -moz-linear-gradient(left, #4ec9ed 0%, #78d190 100%);
    background: -webkit-linear-gradient(left, #4ec9ed 0%,#78d190 100%);
    background: linear-gradient(to right, #4ec9ed 0%,#78d190 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ec9ed', endColorstr='#78d190',GradientType=1 );
    /*shedow */
  -webkit-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
  -moz-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
  box-shadow: 6px 9px 0px 0px rgb(250, 104, 91);
}

.view-btn a:hover  {
    color: #fff !important;
		background: #fa685b;
    box-shadow: none;
  
}
.contact-btn a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 16px 6%;
    border-radius: 21px 21px;
    letter-spacing: 0.6px;
    font-family: 'Questrial-Regular';
    background: #fa685b;
    
    
    box-shadow: none;
    margin-left: 4%;
}

.contact-btn a:hover  {
    color: #fff;
		background: rgba(78,202,238,1);
background: -moz-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,202,238,1)), color-stop(100%, rgba(128,211,129,1)));
background: -webkit-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -o-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -ms-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: linear-gradient(to right, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ecaee', endColorstr='#80d381', GradientType=1 );
	 text-decoration:none;
	 
	 
	/*shedow */
-webkit-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
-moz-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
box-shadow: 6px 9px 0px 0px rgb(250, 104, 91);
}

/** Button Hover **/


