

@media screen and (max-width:767px) {
    .navbar-brand img {max-width: 100%;}
.navbar-nav { 	float: right;	margin: 0;	text-align: center;	width: 100%; }
    .collapse { 	visibility: visible; }
    .navbar-toggler:not(:disabled):not(.disabled) { 	cursor: pointer;
	display: block; 	background: #f58020; 	color: #fff; text-transform: uppercase;
	text-align: center;	width: 100%;	font-size: 16px;	padding: 5px;	margin-top: 5px;
}
    .owl-carousel .item { 	height: auto; }
.carousel-caption {top: 10%;}
    .carousel-item { width: 100%; max-height: auto !important;}
     .carousel-caption {top: 15%;}
        .carousel-caption h2 {font-size: 17px;}
        .carousel-caption h5 {color: #fff;font-size: 13px;}
    .carousel-item {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
  height: auto !important;
  min-height: auto !important;
        width: 100%;
}
    .img_scroller {
        height: 0;
  
}
.dropdown-content { left: 40%; }
}

@media screen and (max-width:480px) {
    
.carousel-caption h3 { 	font-size: 20px;}
.carousel-caption p {  font-size: 15px;	color: #fff; max-height:72px; line-height:18px; overflow: hidden; display: block; }
.dropdown-content { left: 30%; }
}

