.carimg {
	height: 220px;
	width:100%;
	background-size: cover !important;
	background-position: center !important;
	background: #555;
	border-radius: 5px;
}
.first-class {
	background-size: cover !important;
	background-position: center !important;
}
.bannering {
	background: url(images/carhire-uganda-car-rentals.jpg);
	background-size: cover !important;
	background-position: center !important;
}
..nolist {
	text-align: left !important;
}
.nolist li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-btn {
	background: #38DBC0 !important;
	color: #fff !important;
}
.fleet21 {
	background: url(images/carhire-uganda-car-rentals.jpg);
	background-size: cover !important;
	background-position: center !important;
}
.uc_content_box {
	padding: 10px;
}
.uc_content_box h4{

	color: #fff;
	font-size: 25px;
}
.blog-img {
	height: 80px;
	width: 80px;
	background: #444;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 50%;
}
.textwidget ul{
	margin: 0;
	padding: 0;
}
.textwidget li{
	list-style: none;
}
.blo-img {
	background: #BCBCBC;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	height: 200px;
	width: 100%;
	border-radius: 4px 4px 0 0;
}
.blo-img h6{
	text-align: center;
	padding: 10px;
	position: absolute;
	bottom: 0;
	font-size: 20px;
}
.blo-img h6 a, .blo-img h6 {
	color: #fff;
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/gray-mask.png) repeat;
	z-index: 10;
	transition: all .15s ease-in;
	opacity: .7;
	border-radius: 8px 8px 0 0;
}

/*====================================================================*/
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
/*image background*/
.img {
  width: 100%;
  height: 350px;
  background: url(images/img_nature_wide.jpg);
  background-size: cover !important;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.text h1{
  color: #fff;
}
.pri {
  font-size: 25px;
  font-weight:800;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
