
/* | ------------------------------------------ | Glide styles | ------------------------------------------ | */
/*Here are slider styles |*/
.slider{position: relative;width:100%;height:700px;/* min-height:800px;height:90vh; */overflow: hidden;background:url(../images/slider/slider_bg.png) top center repeat-x #c7c7c7;}
.slides{height: 100%;
/* Simple clear fix*/overflow: hidden;/* Prevent blinking issue * Not tested. Experimental.*/-webkit-backface-visibility: hidden;-webkit-transform-style: preserve-3d;/* Here is CSS transitions * responsible for slider animation in modern broswers*/-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);}
.slide{height: 100%;float: left;clear: none;background:url(../images/slider/li_bg.jpg) center 429px  no-repeat;position: relative;}
.slide .box{width: 100%;height: 640px;line-height: 5;text-align: center;font-size: 5em;color: #fff;text-transform: capitalize;vertical-align:middle;}



/*----------banner----------*/
.btm_cont{position: absolute;width:100%;bottom:0px;}
.btm_cont div{position: relative;display: block;}
.btm_cont .title {float: left;}
.btm_cont .wrap {
padding-left: 0%;
padding-right: 0%;
overflow: hidden;
zoom: 1;
}
.c_white, .c_white h1, .c_white h2, .c_white h3, .c_white h4, .c_white h5, .c_white p {
color: #fff;
}
.btm_cont h3 {
font-size: 24px;
}
.btm_cont h1, .btm_cont h2, .btm_cont h3, .btm_cont h4, .btm_cont h5 {
font-weight: normal;
line-height: 1.2;
font-style: normal;
margin: 0;
text-transform: uppercase;
}
.btm_cont .title hr {
width: 100%;
height: 10px;
margin-top: 15px;
background-color: #fff;
float: left;
box-sizing: content-box;
border: 0;
margin-bottom: 0;
opacity: .6;
filter: alpha(opacity=60);
-webkit-transition: all .8s ease .8s;
transition: all .8s ease .8s;
}
.btm_cont .info {float: left;width:100%;height:180px;background-color: transparent;overflow: hidden;-webkit-transition: all .8s ease .8s;transition: all .8s ease .8s;padding-top: 0;padding-bottom: 0;}
.btm_cont .info .bg {
position: absolute;
left:0;
width: 100%;
height: 80%;
background-color: #fff;
opacity: .6;
filter: alpha(opacity=60);
}
.btm_cont .trans {
-webkit-transition: all .4s ease;
transition: all .4s ease;
}

.btm_cont .info .title {
  padding-top: 30px;
}

.btm_cont .info span {
	position:relative ;
  float: right;
  padding: 30px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, .8);
  color: #2f2f2f;
}



.btm_cont .info span:after {
  content: ">>";
  font-size: 14px;
  margin-left: 10px;
  vertical-align: top;
}

.btm_cont .info .title {
padding-top: 40px;
}
.btm_cont .info  .mb5 {
margin-bottom: 5px;
}
.btm_cont .info  h2 {
font-size: 36px;
}
.btm_cont .info h4 {
font-size: 18px;
}
.btm_cont .info:hover .bg {
  opacity: .8;
  filter: alpha(opacity=80);
}

.btm_cont .info:hover h2 {
  color: #d6be63;
}

.btm_cont .info:hover span {
  background-color: #d6be63;
  color: #fff;
}

/*----------banner----------*/

.slider-arrows{}
.arrowsWrapper a{text-decoration:none;}
.slider-arrow{position: absolute;display: block;margin-bottom: -20px;width: 60px;height: 60px;line-height: 60px;text-decoration: none;text-align: center;color: #fff;font-size: 2em;background-color: #333;background-color: rgba(50,50,50,0.1);border-radius: 50%;}
.slider-arrow--right{bottom: 50%;right:2%;}
.slider-arrow--left{bottom: 50%;left:2%;}
.slider-nav{position: absolute;bottom: 20px;}
.slider-nav__item{width:15px;height:15px;float: left;clear: none;display: block;margin: 0px 10px;background:#fff;border-radius: 50%;}
.slider-nav__item:hover{background:#d6be63;}
.slider-nav__item--current{background: #000;}