:root{
    --loader-width: 40px;
  

}

/******************************************** 
+++++++++++LIGHTBOX MARKUP ++++++++++++++
*********************************************/

.lightbox {
	/* Default to hidden */
	display: none;
  
	/* Overlay entire screen */
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	/* A bit of padding around image */
	padding: 1em;
  
	/* Translucent background */
	background: rgba(0, 0, 0, 0.8);
  }
  
  /* Unhide the lightbox when it's the target */
  .lightbox:target {
	display: block;
  }
  
  .lightbox span {
	/* Full width and height */
	display: block;
	width: 100%;
	height: 100%;
  
	/* Size and position background image */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
  }
/******************************************** 
+++++++++++LIGHTBOX MARKUP END ++++++++++++++
*********************************************/


.main-container {
	display: flex;
	width: 100%;
	flex-direction: row;
	
	justify-items: center;
}

/* ------------------
Side Bar 
------------------- */
.sidepanel {
	width: 0;
	position: fixed;
	z-index: 1;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #fff2db;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}




.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
}

.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #fff;
	color: #959c97;
	padding: 10px 15px;
	border: none;
}

.openbtn:hover {
	color: #7b0c26;
}



/* ------------------
Side Bar Ends
------------------- */
.sidemenu {
	background-color: #fff2db;
	width: 31%;
	padding: 30px 10px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.sidemenu>.logo {

	display: flex;
	align-items: flex-end;
	padding: 25px 25px 25px 0;
}



/* ---------------------------
Left buttons Format
--------------------------- */
.main-tabs ul {
	list-style: none;
	margin-top: 5px;
	padding: 0px 25px 0px 0;
}

.main-tabs li {
	background: url(../images/main-links-li-bg.gif) bottom left no-repeat;
	width: 245px;
	color: #000;
	line-height: 28px;
	text-align: right;
	font-weight: bold;
}

.main-tabs li a {
	text-decoration: none;
	color: #000;
	background: url(../images/main-links-li-bullets.gif) right 5px no-repeat;
	padding-right: 15px;
}

.main-tabs li a:hover {
	color: #c00f2c;
}

.main-tabs li a.active {
	color: #c00f2c;
}

/* ---------------------------
Left buttons Format
--------------------------- */

.left-image-container{
	padding-right: 25px;
	padding-top: 30px;
}
.left-image-container img{
	width: fit-content;
}

/* ---------------------------
Right Body Format
--------------------------- */
.right-container {
	background-color: #fff;
	width: 50%;
	padding: 20px;
}
.rightinner{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.top-headder{
	display: flex;
	justify-content: space-between;

}
.tongle-container{
	display: flex;
	flex-direction: row;


}
.logo-rt > img{
	width: 100%;
	margin-top: 0px;
}

.banner-area{
	width: 100%;
	padding: 0;
}
.banner-area img{
	width: 100%;
}


/* ++++++++++++++++++++++++++++++++++
FOOTER CSS
++++++++++++++++++++++++++++++++++++++*/
.footer{
    display: flex;
   
    flex-direction: row;
    padding: 30px 5%;
	justify-content: space-between;
	background-color: #000;
}

.footer-left{
	display: flex;
	justify-items: center;
	align-items: center;
	color: #fff;

}
.footer-right{
	display: flex;
	justify-content: end;
	align-items: center;
	color: #fff;
}
.footer-right a{
	color: #fff;
	margin: 0 10px;
}
.openbtn{
	display: none;
	
}

.logo-rt{
	display: none;
	
}
.mgallery{
	display: -ms-flexbox; /* IE 10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE 10 */
	flex-wrap: wrap;
	padding: 0 ;
	margin-bottom: 50px;
}
.gal-col{
	
	width: 31%;
	padding: 0 4px;
}
.gal-col1{
	width: 95%;
	padding: 0 4px;
}
.gal-col img {
	margin-top: 8px;
	vertical-align: middle;
	padding: 5px;
	width: -webkit-fill-available;
	background-image: linear-gradient(#614521, #907143);
  }
  .gal-col1 img {
	/* margin-top: -40px; */
	vertical-align: middle;
	padding: 5px;
	/* margin-bottom: 50px; */
	width: -webkit-fill-available;
	background-image: linear-gradient(#614521, #907143);
  }

.gallery-page{
	display: grid;
	gap:5px;
	grid-template-columns: auto auto auto;
	margin-bottom: 50px;
}

.gallery-grid{
	display: grid;
	gap:5px;
	margin-bottom: 50px;
}
.gallery-grid a{
	display: block;
	padding: 5px;
}
.gallery-grid img{
	width: 100%;
	padding: 5px;
	background-image: linear-gradient(#614521, #907143);
}
.g-col4{
	grid-template-columns: auto auto auto auto;
}

.g-col5{
	grid-template-columns: auto auto auto  auto auto;
}

/* ++++++++++++++++++++++++++
++++++ width:above 767 +++++
+++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++
++++++ width:above 767 +++++
+++++++++++++++++++++++++++++*/

/* ****************************************** */
/* +++++++++++++++++++++++++++
MEDIA QUERY STARTS 
++++++++++++++++++++++++++++++*/

@media(max-width:1600px){
/* max-width:1600px */



}
@media(max-width:1400px){


}
@media(max-width:1200px){


}
@media(max-width:1000px){


}

@media(max-width:890px){


}
@media(max-width:767px){
	.main-container {
		 padding: 0 0%; 
		 background-color:  #fff2db;
	}

	/* max-width:767px */
	.openbtn{
		display: block;
		padding: 0px 15px;
		background-color: transparent;
	}
	/* max-width:767px */

	.logo-rt{
		display: block;
		
	}
	/* max-width:767px */
	.top-links ul {
		list-style: none;
		display: flex;
		margin-top: 10px;
	}
	/* max-width:767px */
	.sidemenu {
		display: none;
	}
	/* max-width:767px */
	.right-container {
		background-color: #fff2db; 
		width: 100%;
		padding: 0px;
	}
	/* max-width:767px */
	.tongle-container {
		width: 30%;
	}
	/* max-width:767px */
	.sidemenu-display {
		display: flex;
		width: 100%;
		padding: 0 10px 0 0;
	}
	/* max-width:767px */
	.top-links li a {
	    width: auto; 
		padding: 0 10px;
	}
	/* max-width:767px */
	.top-links {
		padding-right: 10px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	/* max-width:767px */
	.sidemenu > .logo {
		display: flex;
		align-items: flex-end;
		padding: 0px 25px 0px 0;
	}

}

/* ++++++++++++++++++++++++++++++++++
   ++++++++++ MAIN BODY +++++++++++++
   ++++++++++++++++++++++++++++++++++*/

.body-container{
position: relative;
	
}
.main-content{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding-right: 15px;
}
.col2{
	display: flex;
	flex-direction: row;
	
	flex-grow: 2 ;
}
/* ++++++++++++++++++++++++++++++++++
   ++++++++++ MAIN BODY END+++++++++++
   ++++++++++++++++++++++++++++++++++*/

@media(max-width:540px){
	/* max-width:540px */
	.main-container {
		padding: 0 0%; 
		justify-items: center;
	}
	/* max-width:540px */
	.col2{
		flex-wrap: wrap;
		}
	/* max-width:540px */
	.gal-col {
		width: 30%;
		padding: 0 4px;
	}
	/* max-width:540px */
	.aboutus-img {
		border:0;
		margin: 0;
		}	
	/* max-width:540px */
	.footer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	/* max-width:540px */
	.footer-left {
		margin-bottom: 20px;
	}
	/* max-width:540px */
	.top-links ul {
		display: flex;
		justify-content: flex-end;
	}
	/* max-width:540px */

	/* max-width:540px */
	.top-headder {
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.tongle-container{
		width: 100%;
		background: #fff2db;
		margin-bottom: 10px;
	}
	.openbtn {
		background-color: #fff2db;
	}
}
@media(max-width:480px){
	/* max-width:480sspx */
	.gal-col {
		width: 98%;
		padding: 0 4px;
	}

}
@media(max-width:380px){


}





