body{
	margin:0;
	padding:0;
	background:url(images/pexels-henry-&-co-1939485.jpg);
	
	
	
}

.topnav {
  background-color: transparent;
  overflow: hidden;
  margin-bottom:30px;
  
}


.topnav a {

  float: left;
  display: block;
  color: #555;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  
}


.topnav a:hover {
	text-decoration: none;
	color: #fbb117;
}


.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
a::after{
	content:"";
	width:0%;
	height:2px;
	background:#f44336;
	display:block;
	margin:auto; 
	transition:0.5s;
}
a:hover::after{

	width:100%;
	
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}


@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
}

p{
	color: #555;
}
.welcom-text{
	width:40%;
	margin-left:30%;
	text-align:center;
	position:relative;
	color:fff;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;
height:520px;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  height:80vh;
  position: relative;
  margin: auto;
  border: 1px solid #555;
}

/* Caption text */
.text {
  color: #555;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ff6633;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 9px}
}
.welcom-text{
	width:40%;
	margin-left:30%;
	text-align:center;
	color:fff;
	position:absolute;
	top:330px;
	right:820px;
}
.moreinfo-btn{
	
	font-size:15px;
	color:#555;
	display:inline-block;
	border:1px solid #fff;
	text-decoration:none;
	padding:12px 34px;
	position:relative;
	cursor:pointer;
	background:transparent;
	margin-bottom:10px;
	
}
.moreinfo-btn:hover{
	border:1px solid #f44336;
	background:#1e90ff;
	transition:1s;
	padding-bottom:20px;
}

.container{
	background: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(images/p1.png);
	background-repeat: no-repeat;
	height:80vh;
	background-position: center;
	background-size: cover;
	position:relative;
	margin-top:40px;
	
}
.small-container{
	
	padding-top:40px;
	text-align:center;
	animation: fadeInAnimation ease 15s;
	animation-iteration-count : 1;
	animation-fill-mode: forwards;
}

@keyframes fadeInAnimation{
	0%{
		opacity:0;
		
	}
	100%{
		opacity:1;
		
	}
}
.small-container h1{
	
	color:white;
	font-size:80px;

}
.small-container h2{
	
	color:white;
	font-size:40px;

}
.small-container h3{
	
	color:white;
	font-size:40px;

}

.small-container a{
	
	color:white;
	font-size:30px;

}
.featured-furniture{
	background:#fff;
}
.title{
	text-align:center;
	position:relative;
	margin: 0 auto 80px;
	color:#555;
	line-height:60px;
}

.row{
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-around;
	width:100%;
	padding-bottom:15px;
}

.col0{
	display:inline-block;
	flex-basis: 50%;
	padding:2%;
}

.col1{
	display:inline-block;
	flex-basis: 25%;
}

.col1 img{
	width:70%;
	height:170px;
}
.col2{
	display:inline-block;
	flex-basis: 30%;
}

.col2 img{
	width:65%;
	height:230px;
}
.col4c ul li a{

  color: #fff;
  text-align: center;
  margin:4px;
  text-decoration: none;
  font-size: 17px;
  
}
.footer{
	background:black;
	color:#fff;


}
.footer h3{
	padding: 10px 0;
	
}

.icons .fa{
	color:#fff;
	text-decoration:none;
	margin:10px 15px;
	font-size:35px;
	display:inline-block;
	
}

ul{	
	
	list-style:none;
	

}
.icons a{
	height:25px;
	margin: 20px;
	display: inline-block;
	font-size:20px;
	
}
/*------------copyright----------------------------------------*/
.copyright{
	background:white;
}
.copyright p{
	text-align:center;
	padding-bottom:5px;
	
	
}

/*------------about----------------------------------------*/

.header{
	min-height:120vh;
	width:100%;
	background:#fff;
	background-position: center;
	background-size: cover;
	position: relative;
	color:#555;
	
}
	
.header p{
	
	font-family:arial;
	font-size:16px;
	color:#556;
	
}

.Background{
	width:45%;
	padding-left:10%;
	padding-top:5%;
	
}
.OWNERSHIP{
	padding-left:10%;
	padding-top:5%;
	width:45%;
	
}
.OUR-SERVICES{
	position:absolute;
	top:350px;
	left:50%;
	width:50%;
	
}

.VISION{
	position:absolute;
	top:90px;
	left:50%;
	width:50%;
}




/*------------contact----------------------------------------*/

.text-box{
	background:url(images/hero.jpg);
	background-repeat: no-repeat;
	background-size:100%;
	min-height:50vh;
	background-position:center;
	margin-left:2.5%;
	width:95%;
	
}

.text-box h1{
	font-size:70px;
	padding-top:200px;
	padding-left:20px;
	color:#fff;
	animation: fadeInAnimation ease 15s;
	animation-iteration-count : 1;
	animation-fill-mode: forwards;

	
}

.col3{
	display:inline-block;
	flex-basis: 50%;
	margin-top:40px;
	
}


.col3 h4{
	padding-left:50px;
	text-align:left;
}
.col3 img{
	margin-top:45px;
	width:450px;
	height:400px;
}
/*-----------------pop-up---------------------------------------*/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*------------Responsive----------------------------------------*/
@media only screen and (max-width: 600px){
	
	
	.slideshow-container{
	width:100%;
	height:60vh;
	border:none;
}
	.slideshow-container img{
	width:100%;
	height:55vh;
}
	

	.container{
	width:100%;
	height:70vh;
	margin-bottom:20px;
}
	.small-container{
	width:100%;
}

.small-container h1{
	
	font-size:55px;

}
.small-container h2{
	
	font-size:30px;

}
.small-container h3{

	font-size:30px;

}

.small-container a{
	font-size:20px;

}

.col0{
	display:block;
	flex-basis: 100%;
}

.col1{
	display:block;
	flex-basis: 100%;
}

.col1 img{
	width:100%;
	height:170px;
}
.col2{
	display:block;
	flex-basis: 100%;
}

.col2 img{
	width:100%;
	height:230px;
}

.Background{
	width:100%;
	
}
.OWNERSHIP{
	padding-left:10%;
	padding-top:5%;
	width:100%;
	
}
.OUR-SERVICES{
	position:relative;
	top:0;
	left:0;
	padding-left:10%;
	padding-top:5%;
	width:100%;
	
}

.VISION{
	position:relative;
	top:0;
	left:0;
	padding-left:10%;
	padding-top:5%;
	width:100%;
}

.text-box{
	background-size:100%;
	width:100%;
	
}

.text-box h1{
	font-size:50px;
	

}

.col3{
	display:block;
	flex-basis: 100%;
	
}


.col3 h4{
	padding-left:0;
	width:100%;
}
.col3 img{
	
	padding-left:0;
	width:100%;
	height:300px;
}

}
@media screen and (min-device-width: 768px) and (max-device-width: 2560px){
.small-container a{
	
	color:white;
	font-size:30px;

}
.featured-furniture{
	background:#fff;
}
.title{
	text-align:center;
	position:relative;
	margin: 0 auto 80px;
	color:#555;
	line-height:60px;
}

.row{
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-around;
	width:100%;
	padding-bottom:15px;
}

.col0{
	display:inline-block;
	flex-basis: 50%;
	padding:2%;
}

.col1{
	display:inline-block;
	flex-basis: 25%;
}

.col1 img{
	width:70%;
	height:170px;
}
.col2{
	display:inline-block;
	flex-basis: 33%;
}

.col2 img{
	width:65%;
	height:230px;
}
.col4c ul li a{

  color: #fff;
  text-align: center;
  margin:4px;
  text-decoration: none;
  font-size: 17px;
  
}	


}