.slider-area.style-2 {margin-bottom: 0;}

/*----------------------------------------
	3. Slider-Area
----------------------------------------*/
.slider-1 {
  left: 5%;
  position: relative;
  text-align: center;
  width: 47%;
}
.slider-1 h1 {
  color: #454545;
  font-size: 58px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.slider-1 img {
  position: inherit;
}
.slider-1 p {
  color: #454545;
  font-size: 16px;
  line-height: 27px;
  margin-top: 12px;
  padding: 0;
}
.nivo-directionNav a {
  background: #999999 none repeat scroll 0 0;
  border-radius: 0 5px 5px 0;
  color: ##fdfdfd;
  cursor: pointer;
  font-size: 30px;
  line-height: 75px;
  margin-top: -37px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 32px; /*42px;*/ /*RMRMRM*/
  height: 75px;
  z-index: 9;
}
.nivo-directionNav a:hover {background: #1B829D; /*#f6416c;*/ /*RMRMRM*/}
.nivo-directionNav a.nivo-nextNav {
  border-radius: 5px 0 0 5px;
}
/*
.slider-1 .shop-now {
  border: 2px solid #666;
  font-size: 16px;
  height: 33px;
  line-height: 29px;
}
*/
/*----------------------------------------
	4. Banner-Area
----------------------------------------*/
.single-banner{
  display: flex;
  align-items: center;
}
.banner-brief {
  border: 1px solid #666;
  padding: 25px 53px 66px;
  z-index: 9;
}
.banner-brief.banner-brief-right {
  transform: translateX(-15px);
  	-webkit-transform: translate(-15px);
	  -ms-transform: translate(-15px);
	   -o-transform: translate(-15px);
}
.banner-brief.banner-brief-left {
  transform: translateX(15px);
	-webkit-transform: translate(15px);
	  -ms-transform: translate(15px);
	   -o-transform: translate(15px);
  text-align: right;
}
.banner-brief h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.banner-brief h2 span {
  font-weight: 700;
}
.banner-brief h2.line-bottom {
  font-size: 24px;
}
.line-bottom {
  position: relative;
}
.line-bottom::before {
  background: #f6416c none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 75px;
}
.banner-brief-left .line-bottom::before {
  left: auto;
  right: 0;
}
/*
.shop-now {
  border: 1px solid #f6416c;
  color: #333333;
  display: inline-block !important;
  font-size: 14px;
  height: 33px;
  line-height: 31px;
  margin-top: 20px;
  padding: 0 13px;
  text-transform: uppercase;
}
.shop-now:focus {
	color: #333333;
}
.shop-now:hover, .blog-brief .shop-now:hover {
	background: #f6416c;
	border-color: transparent;
	color: #fff;
}
*/
.banner-photo a {
    display: block;
    position: relative;
}
.banner-photo a::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 18px;
    content: "";
    left: 18px;
    position: absolute;
    right: 18px;
    top: 18px;
    transform: scaleY(0);
	transition:0.5s;
	opacity:0;
}
.banner-photo a:hover::before {
    transform: scale(1);
	opacity:0.2;
}
.banner-photo a::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 18px;
    content: "";
    left: 18px;
    position: absolute;
    right: 18px;
    top: 18px;
    transform: scaleX(0);
	transition:0.5s;
	opacity:0;
}

.banner-photo a:hover::after {
    transform: scale(1);
	opacity:0.2;
}


.slider-area.style-2 .title1.text-end {
  margin: 0;
}
.slider-area.style-2 .slider-1 h1 {
  color: #333;
  font-weight: 700;
}
