/*slider style*/

.bannergroup{
	margin:0;
	padding:0;
}
.bannergroup li{
	list-style: outside none none;
	width:100%;
}
.group {
    position: relative;
	overflow:hidden;
}

.Btext {
    align-items: center;
  
    bottom: 0;
    display: flex;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
	bottom:0;
	left:0;
	
}
.Btext div {
    text-align: left;
   
}
.Btext .fa.fa-arrow-right {

    bottom: 20px;
    color: #fff;
    float: right;
    font-size: 3em;
    position: absolute;
    right:15px;
}
.Btext:hover  .fa.fa-arrow-right {
	 right: 5px;
}
.bannerHeading {
    color: #fff;
   font-family: 'Oswald', sans-serif;
    font-size: 4.5em;
    font-weight: 300;
    line-height: 230%;
    text-shadow: 0 2px 3px black;
    text-transform: uppercase;
}

.bannerText {
    color: #fff;
	font-family: 'Oswald', sans-serif;
    font-size: 2.3em;
    line-height: 150%;
    text-shadow: 0 2px 3px black;
	margin-bottom:20px;
}
.bannerText p{
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    text-shadow: 0 1px 0 black;
	margin-bottom:20px;
	font-weight:300;
}
.rslides_tabs.rslides1_tabs {
    bottom: 10px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.rslides_tabs li {
    border: 3px solid #fff;
    border-radius: 0px;
    display: inline-block;
    height: 20px;
    margin: 5px;
    text-indent: -5000px;
    width: 20px;
    z-index: 999;
}

.rslides_tabs li a {
    display: block;
}
.rslides_tabs li.rslides_here{
	 border: 3px solid #E9268E;
}
.bannerImage::after {
    background:rgba(0,0,0,0.5) url(bg_pattern.png);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
hr.seperator{
	width:200px;
	color:#ED3237;
}
.seperatorImg{
	width:unset!important;
}
@media (max-width: 1100px){
	.Btext {
    
	font-size:13px;
	}
	.bannerHeading {
   
    font-size: 2.5em;
  
	}

	.bannerText{
	font-size: 1.5em;
  
}

}
@media (max-width: 700px){
    .bannergroup img {
    height: 400px;	object-fit: cover;
	} 	.btn-lg, .btn-group-lg > .btn {    padding: 10px 20px;    font-size: 16px;    }h1 {    font-size:36px;}
}	
@media (min-width: 1600px){
  
  .bannergroup img {
    width: 100%;
	}
}	
/*banner heading line over


.bannerHeading  {
    position: relative;
   
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.bannerHeading::before, .bannerHeading::after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 5px;
    content: '\a0';
   
    border-bottom: 1px solid #ED3237;
    border-top: 1px solid #ED3237;
}
.bannerHeading:before {
    margin-left: -50%;
    text-align: right;
}
.bannerHeading span {
    padding:0 50px;
}*/
/*end slider style*/