/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: peachsand;
	src: url(../fonts/peachsand.ttf);
}
* {
	font-family: arial;
}
body, html {
	padding: 0px;
	margin: 0px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper{
	text-transform: uppercase !important;
}
.capitalize{
	text-transform: capitalize !important;
}
.m-0{
	margin: 0px !important;
}
.mt-0{
	margin-top: 0px !important;
}
a {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 97%;
	margin: auto;
	position: relative;
}
.left{
	float: left !important;
}
.right{
	float: right !important;
}
.bold{
	font-weight: bold;
}
.container {
	width: 100%;
	max-width: 1980px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}

.half{
	width: 50%;
}
header {
	background: #785947;
	padding: 10px 0px 10px 0px;
	
}



.lang{
	width: 150px;
	top: 13px; 
	right: 2px;
	position: absolute;
}
.lang img {
    width: 40px;
}
.lang a{
	display: inline-block;
	
}
.magic-display {
  opacity: 0;
}	
.whiteSpace{
	height: 10px;
}
.navSec{
}
.nav {
}
.nav ul {
	
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
}
.nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0px;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif !important;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
}
.nav ul li a:hover {
	font-weight: bold;
	font-size: 16px;
}
.nav ul li .active {
	font-weight: bold;
	font-size: 16px;
}
.active{
}
.mobLogo{
		display: none;
	}
.logo img{
	width: 300px;
	position: absolute;
	z-index: 9999;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}


.fixed {
  position: fixed;
  top:0; 
	left:0;
  width: 100%; 
	z-index: 9999;
	border-bottom: 2px solid #fff;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header.fixed
{
	padding-top: 131px;
}
.fixed > .nav {
	margin-top: -70px;
}
.fixed > .nav ul li a {
    font-size: 12px;
}
.fixed > .lang{
	top: 57px;
}
.deskLogo.fixed img{
	width: 200px;
	top: 10px;
  left: 10%;
	transition: all ease 0.4s;
}

.contentSection{
	border: 1px solid #f1e3cd;
	margin: 20px 0px 0px 0px;
	background: #fff;
	
}
.contentSec{
	margin: 20px 0px 50px 0px;
}
.contentMainHeading p{
	font-size: 4vw;
	color: #785947;
	width: 100%;
	float: left;
	position: relative;
	font-family: peachsand;
	margin: 0px;
}
.contentSubHeading{
	font-size: 3vw;
	color: #785947;
	width: 100%;
	float: left;
	position: relative;
	margin: 0px;
	font-family: peachsand;
	margin-top: 0px;
	line-height: 45px;

}
.contentSubHeading p{
	font-size: 3vw;
	color: #785947;
	width: 100%;
	float: left;
	position: relative;
	margin: 0px;
	font-family: peachsand;
	margin-top: 0px;
	line-height: 45px;
	text-transform: capitalize;

}
.contentImgBox{
	width: 30%;
}
.contentImgBox img{
	width: 100%;
	border: 1px solid #f1e3cd;
}
.contentBox{
	width: 68%;
}
.content p{
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	color: #73716b;
	margin-bottom: 0px;
}
.contactContent p{
    display: flex;
    align-items: center;
}
.contactContent svg{
    width: 30px;
}
.gmap{
    width:100%;
    height:400px;
    margin-bottom: 20px;
}
iframe{
	width: 1200px;
	height: 650px;
}
.google-map iframe{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
        border: 1px solid #f1e3cd;
}

footer{
	height: 1100px;
	background: url(../images/footerimg.jpeg) no-repeat;
	background-size: 100% 100%;
	z-index: -9;
	margin-top: -380px;
	
	
}
.footerNav{
	margin: 390px 0px 0px;
	padding: 5px 0px 5px 0px;
}
.footerNav ul{
	list-style: none;
	text-align: center;
	
}
.footerNav ul li{
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
}
.footerNav ul li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}
.footerNav ul li a.active{
	font-weight: bold;
}
.footerNav ul li a:hover{
	font-weight: bold;
}
.rights p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.rights a{
	color: #785947;
	font-weight: bold;
}
/*********************gallery*********************/
.gallerySec{
	margin-bottom: 20px;
}
.galleryImgs img{
	width: 32%;
	height: 350px;
	border: 1px solid #f1e3cd;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding: 0px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	transition:  all ease 0.5s;
}
.galleryImgs img:hover{
	transform: scale(0.9);
}
/******contact us*****/
/*****responsive*****/
@media only screen and (max-width:1200px) {
	
}
@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
	}
	.nav ul{
		text-align: left;
	}
	.nav ul li{
		margin: 0px 10px 0px 10px;
	}
	.nav ul li a{
		font-size: 12px;
	}
	.ss-slides-wrap{
		height: 300px;
	}
	.gallerySec img{
		width: 30%;
	}
	.footerNav ul li a{
		font-size: 12px;
	}
iframe{
		width: 100%;
		height: 350px;
	}
	
header.fixed
{
	padding-top: 0px;
}
.fixed > .nav {
	margin-top: 0px;
}
.fixed > .lang{
	top: 21px;
}
.deskLogo.fixed img{
	width: 240px;
	top: 3px;
  left: 10%;
}
}

@media only screen and (max-width:645px) {

	header{
		height: 55px;
	}
	.lang {
  top: 18px;
  right: 53px;
	}
	
	.deskLogo{
		display: none;
	}
	.mobLogo{
		display: block !important;
		z-index: 9999999;
		position: fixed;
	}
	.logo img{
		width: 110px;
		top: 7px;
		left: 5px;
		transform: none;
		border-radius: 8px;
	}
	
	.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
.nav p {
	width: 100%;
	padding-right: 0px;
	text-align: center;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	margin: 10px auto 10px auto;
}
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 19px;
	right: 10px;
	position: fixed;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: 52px;
	left: 0px;
	position: absolute;
	background: #785947;
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.nav ul li:hover a {
    background :#fff;
    color: #24e008;
    display:block;
    width: 100%;
}
.nav ul li .active {
    background :#fff;
    color: #785947;
    display:block;
    width: 100%;
}
.nav ul li a {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.navBtn {
	margin: 10px 0px 5px 0px;
	width: 100%;
}
.ss-slides-wrap{
		height: 210px !important;
	}
	.contentSec {
  margin: 0px 0px 0px 0px;
}
	.contentMainHeading {
		font-size: 8vw;	
	}
	.contentSubHeading {
		font-size: 8vw;	
		text-align: center !important;
	}
	
	.contentImgBox {
  width: 100%;
}
	.contentBox{
		width: 100%;
	}
	iframe{
		height: 300px;
	}
	footer{
		height: 400px;
  margin-top: -127px;
	}
	.footerNav{
		margin: 130px 0px 0px;
	}
	.footerNav ul li{
		margin: 0px 10px 0px 10px
	}
	
	.footerNav ul li a {
		font-size: 10px;
	}
	.rights p{
		margin-top: 0px;
		font-size: 14px;
		
		line-height: 25px;
	}
	.rights p > a{
		font-size: 14px;
		background: #fff;
		padding: 2px;
	}
	.galleryImgs img{
		width: 99%;
		margin-bottom: 20px;
		height: auto;
	}
	}
	.custom-list {
  		list-style-type: disc; /* This sets the bullet style */
  		padding-left: 20px;    /* Add padding to adjust the space between bullet and text */
  		color: #73716b;
	}
	
}
