/*
Theme Name: Palace
Description: Palace is a Interior Business Template. Its a full responsive theme built with Bootstrap.
Version: 1.0
Author: TheShahriyar
Author URI: http://theshahriyar.com
*/
<style>
/* Position the image container (needed to position the left and right arrows) */
.containera {
  position: relative;
}

.containera1 {
  position: relative;
}



/* Hide the images by default */
.mySlides {
  display: none; 
  margin-top:0px;
  padding: 0px; 
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor:pointer;
  position: relative;
  top: 10%;
  width: 5%;
  padding: 0px; 
  padding-left:15%;
  padding-right:15%;
  margin-top: 5px;
  color: red; 
  background:#;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 0px 0px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 0px 0 0 0px;
}
/* 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);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #F00;
  font-size: 14px; 
  font-weight:bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Container for image text */
.caption-containera {
  text-align: center;
  background-color: #fff;
  padding: 0px 0px;
  padding-left:0%;
  padding-right:0%;
  color: white;
}

.caption-containera1 {
  text-align: center;
  background-color: #fff;
  padding: 0px 0px;
  padding-left:0%;
  padding-right:0%;
  color: white;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Six columns side by side */
.column {
  float: left;
  width: 20.5%;
  margin-left:  0px;
  margin-right: -4px;
}

.column1 {
  float: left;
  width: 20.0%;
  margin-left:  0px;
  margin-right: 0px;
}


.columnv {
  float: left;
  width: 36.0%;
  margin-left:  5px;
  margin-right: 5px; 
}
.columnvt {
  float: left;
  width: 95.0%;
  margin-left:  0px;
  margin-right: 0px; 
}
.columnt {
  float: left;
  width: 100.0%;
  margin-left:  0px;
  margin-right: 0px;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
</style>
