@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Quattrocento:400,700&display=swap');

html{
	font-family: 'Quattrocento', arial ;
	font-size:13px;
	color:#5b5b5b;
	line-height:20px;
	background-color:#eeeeee; !important ; 
	background-size:cover; 
	-moz-background-size:cover; 
	-ms-background-size:cover; 
	-o-background-size:cover; 
	-webkit-background-size:cover; 	
	background-position:center top;
	-moz-background-position:center top;
	-ms-background-position:center top;
	-o-background-position:center top;
	-webkit-background-position:center top;
	background-attachment:fixed;
	-moz-background-attachment:fixed;
	-ms-background-attachment:fixed;
	-o-background-attachment:fixed;
	-webkit-background-attachment:fixed;
	width:100%;
	}
a, a:hover{
	cursor:pointer;
	text-decoration:underline;
	color:#ffffff
}

html,
body {
    width: 100%;
    height: 100%;
}
.show-container{
	width:90%;
	left:5%;
	position:relative
}	
.img-resp-100{
	width:100%	
}
.img-max-100{
	max-width:100%;
	
}

.img-hover{
	overflow: hidden;	
	margin-bottom:14px;	
}
.img-hover img{
	transition:transform 0.4s ease-in; 
	-moz-transition:-moz-transform 0.4s ease-in; 
	-webkit-transition:-webkit-transform 0.5s ease-in; 
	-o-transition:-o-transform 0.5s ease-in;
	overflow: hidden;	
}
.img-hover img:hover{
	transform:scale(1.2); 
	-moz-transform:scale(1.2); 
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	overflow: hidden;	
}

.gallery
{
    display: inline-block;
}

.marginrl0{
	margin-left:0px !important;
	margin-right:0px !important;	
}
.padding0{
	padding:0 !important	
}
.margin0{
	margin:0 !important	
}
.marginlr0{
	margin-left:0px !important;
	margin-right:0px !important
}
.margintop10{
	margin-top:10px !important;	
}
.margintop20{
	margin-top:20px !important;	
}
.margintop30{
	margin-top:30px !important;	
}
.margintop40{
	margin-top:40px !important;	
}
.margintop50{
	margin-top:50px !important;	
}
.margintop90{
	margin-top:90px !important;	
}
.margin80{
	margin-top:80px;
	margin-bottom:80px;	
}
.margintop150{
	margin-top:170px;
}

.desktop-bg{
	background: url("https://hliving.com/priyahiranandani/images/desktop-bg.jpg"); 
	background-repeat:no-repeat;
	background-attachment: fixed;

}

.hliving-logo{
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;	
}
.hliving-logo img{height:105px width:240px;}

/*css menu*/
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  line-height: 1;
  font-size: 21px;
  position: relative;
}
#cssmenu {
  /*width: 250px;
  border-bottom: 1px solid rgba(255,255,255,0.10);*/
}
#cssmenu a {
  line-height: 1.3;
}

#cssmenu > ul > li {
  background:transparent
}
#cssmenu > ul > li:hover {
  background: transparent
}
#cssmenu > ul > li > a {
  font-size: 18px;
  display: block;
  color: #ffffff;
}
.border-top {
  border-top: 1px solid rgba(255,255,255,0.10);
}

.border-bottom {
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding-top: 10px;
}
.border-bottom :hover{
  border-bottom: 1px solid rgba(255,255,255,0.20);
}


#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  background: url(../images/icon-right.png) 96% center no-repeat;
}


.downarrow {
  display: block;
  padding: 12px 10px;
  background: url(../images/icon-bottom.png) 96% center no-repeat !important;
}

.submenu{
	padding-left: 45px !important;	
}

#cssmenu > ul > li > a:hover {
  text-decoration: none;
  
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/icon-right.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon-bottom.png) 96% center no-repeat;
}

#cssmenu ul ul {
  display: none;
  background: transparent;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  border-top: none;
  background: transparent;
  background: url(../images/icon-right.png) 96% center no-repeat;
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #ffffff;
  font-size: 21px;
}
/*#cssmenu ul ul a:before {
  content: '\00BB';
  position: absolute;
  right: 10px;
  color: #ffffff;
}*/
#cssmenu ul ul a:hover {
  color: #ffffff;
}
/*css menu*/


.text1{
	font-size:24px;
	color:#ffffff;
	text-align:center;
	line-height:28px;
}
.text2{
	font-size:15px;
	color:#cccccc;
	text-align: center;
	margin-top:22px;
	line-height:20px	
}
.text3{
	font-size:14px;
	color:#cccccc;
	text-align:center;
}
.text3 a{
	font-size:14px;
	color:#3883c5;
	text-align:center;
	text-decoration:none
}
.text4{
	font-size:24px;
	color:#ffffff;
	text-align:left	
}
.text5{
	font-size:15px;
	color:#ffffff;
	text-align:left;
}
.text6{
	font-size:11px;
	color:#848484;
	text-align:center;
}
.font18{
	font-size:18px;	
}

.footer{
	margin-top:120px;	
}

.listt{
	margin:0 auto; 
	padding-left:15px; 
	list-style:square	
}

.listt > li{
	padding-bottom:7px;
}

.i {
  border: #282828;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

@media (max-width : 1440px){

}

@media (max-width : 1024px){


}

@media (max-width : 768px){



html { 
  background-color:#121212;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
body
{
  height:100%;
  overflow: auto;
}





}

@media (max-width: 480px){
.show-container{
	width:96%;
	left:2%;
	position:relative
}
.footer{
	margin-top:20px;	
}
}
