*{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    
}


.bgimage{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../Photos/cushionamandira.png');
    background-size: 100% 110%;
    width: 100%;
    height: 60vh;
    
}

.title h1{
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-top: 140px;
    font-weight: 400;
}
.menu{
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    position: fixed;
    margin: 0;
    z-index: 99;
}

.menu.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
}

.leftmenu{
    width: 33%;
    line-height: 100px;
    float: left;
}

.leftmenu h4{
    padding-left: 70px;
    font-weight: 300;
    color: ghostwhite;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}

.rightmenu{
    width: 67%;
    height: 100px;
    float: right;
}

.rightmenu ul{
    margin-left: 200px;
}
.rightmenu ul li {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    color: white;
    font-weight: bold;
    line-height: 100px;
    margin-left: 40px;
    text-transform: uppercase;
}

#active{
    color: orange;
    
}

.rightmenu ul li:hover{
    color: orange;
}

.filler{
    color: transparent;
    margin-top: 0px;
    
}

body{
    background-color: beige;
}

a{
    color: inherit;
    text-decoration: inherit;
}




.column {
  margin-top: 30px;
  float: left;
  width: 49%;
  padding: 3px;
  
}

.row:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.quotation{
margin-top: 30px;    
background-color: beige;  
margin-bottom: 30px;
}

.quotation h1{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.column input[type=submit]{
    background-color: lightcoral;
  color: white;
  padding: 12px 20px;
  border: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
    font-weight: bold;
}

.column input[type=submit]:hover{
  background-color: crimson;
  color: honeydew;
}

/*Product*/
.column input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

.column input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Slideshow*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img{
margin-left: 110px;    
}

.column img{
    width: 400px;
    height: auto;
    margin-left: 130px;   
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: darkorange;
  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;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  margin-left: 20px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* 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}
}


/*footer code for css*/
.wrap container{
    width: 80%;
    margin: 0px, auto;
}

.footer{
    clear: both;
    width: 100%;
    min-height: 300px;
    background-color: darkolivegreen;
    
}
    .footer .widget-footer{
        width: 100%;
        min-height: 240px;
}


.footer .widgets{
    width: 25%;
    min-height: 220px;
    padding: 2.5%;    
    float: left;
    margin-right: 50px;
    margin-left: 45px;

}

.footer .widgets img:hover{
    filter: grayscale(100%);
    transition: 0.3s;
}

.footer .widgets h4{
    color: white;
    font-weight: 400;
    border-bottom: 3px solid rgba(255, 255, 255);
    font-size: 18px;
    text-align: center;
}

.footer .widgets h8{
    color: transparent;
    font-size: 9.5px;
}


.footer .widgets h7{
    color: transparent;
    font-size: 18px;
}

.footer .widgets p strong{
    color: whitesmoke;
    
}

.footer .widgets p{
    color: white;
    opacity: 200%;
    font-size: small;
    margin: 8px 0px;
    text-align: justify;
}

.footer .widgets strong{
    color:darkslategray;
}

.footer .subscribe-text{
    width: 100%;
    border: 1px solid rgba(0,128,0,0.23);
    border-radius: 100px;
    height: 25px;
    color: black;
}

.footer input[type=text]{
    width: 100%;
    border: 1px solid rgba(0,128,0,0.23);
    border-radius: 100px;
    height: 25px;
    color: black;
}

.footer .subscribe-btn{
    border: 3px solid rgb(255,255,255);
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 100px;
    margin-top: 10px;
}

.subscribe-btn:hover{
    cursor: pointer;
    background-color: white;
    color: firebrick;
    transition: 0.6s;
}

.footer .widgets img{
    margin: 3px;
    margin-left: 60px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.footer .main-footer{
    clear:both;
    width: 100%;
    height: 20px;
    background-color: white;
}

.footer .main-footer p{
    text-align: center;
}

.footer .widgets h3{ 
    color: white; 100%;
    font-weight:  400;
    border-bottom: 3px solid rgba(255,255,255);
    font-size: 27px;
    text-align: center;
}

.mySlides .text{
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color:khaki;
    font-weight: bold;   
}

h5{
    text-align: center;
    font-weight: 400;
    margin-bottom: 21px;
    font-size: 18px;
}

.desc h1{
    text-align: center;
    font-weight: 100;
    font-size: 15px;
    color: gray; opacity: 5%;
}

.desc{
    margin-left: 15%;
    margin-right: 15%;
    background-color: white;
    height: 100px;
}

.pagecontent{
    background-color: white;
}