 
/*  ============================================================================
    # Media Queries
    ========================================================================= */

@media only screen and (min-width: 960px) and (max-width: 1279px) {



}

@media only screen and (max-width: 959px) {


}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    
    
}

@media only screen and (max-width: 767px) {
.newscolumn {
  width: 100% !important;
  float: left;
  padding: 0px;
  margin: 0px 0% 30px 0px !important;
	}
	.margrght3 {
  margin-right: 0% !important;
}
.columnhalf {
  width: 100% !important;
	}
  
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    
}

@media only screen and (max-width: 479px) {
.owl-carousel .owl-nav .owl-prev{
	left: 36% !important;
}
	.bannertxt li{
font-size: 30px !important;
line-height:33px !important;
padding: 0px 10px 0px 10px !important;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.bannertxt li:last-child{
	border-right: 0px solid #fff;
}
.bannertxt li span {
 font-family: 'Poppins';
color: #fff;
display: block;
line-height:19px !important;
padding: 0px ;
font-size:13px !important;
	}
    
}
