/*!
 * 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: bernard;
	src: url(../fonts/bernard.ttf);
}
@font-face {
	font-family: minion;
	src: url(../fonts/minion.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;
}
.capital{
	text-transform: capitalize !important;
}
.m-0{
	margin: 0px;
}
a {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 95%;
	margin: auto;
	position: relative;
}
.half{
	width: 50%;
}
.left{
	float: left !important;
}
.right{
	float: right !important;
}
.bold{
	font-weight: bold;
}
.container {
	width: 100%;
	max-width: 1980px;
	margin: auto;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}
.innerContainer {
	width: 100%;
	float: left;
	position: relative;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
header {
	background: url(../images/headerbg.png);
	background-size: 100% 100%;
	z-index: 99999;
	padding: 0px;
	
}
.logo img{
	width: 300px;
	
}
/******slider******************/
.sliderRow{
	border-top: 7px solid #ca6641;
	margin-top: 2px;
	
}
.slider{
	height: 100%;
	overflow: hidden;
}
.arrows{
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	z-index: 999999;
}
.arrows img{
	margin: 0px 10px 0px 10px;
	cursor: pointer;
}
.slider .item{
	height: 100%;
}

.item img{
	width: 100% !important;
	height: 100% !important;
}

/*************slider end****/

.navSec{
	margin: 20px 0px 0px;
}
.nav {
	background: #ca6641;
	padding: 5px 0px 5px 0px;
}
.nav ul {
	
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 10px 0px 10px;
	line-height: 30px;
}
.nav ul li a {
	color: #fdfaf9;
	text-transform: capitalize;
	font-size: 18px;
	padding: 0px;
	font-family: arial;
	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{
}
.sectionHeading{
	font-size: 25px;
	color: #a88752;
	font-family: bernard;
	letter-spacing: 2px;
}
.contentSec h3{
	color: #ca6641;
}
.contentSec p{
	
}
.contentSection{
	background:url(../images/secbg.png) repeat-x;
	background-size: contain;
	padding-bottom: 25px;
}
.threeImgs{
	margin: 20px 0px 0px;
	display: flex;
	justify-content: space-between;
}
.threeImgs img{
	width: 48%;
	border: 2px solid #ca6641;
	box-sizing: border-box;
}
.bookBox{
}
.bookBtn{
	display: inline-block;
	width: 260px;
	line-height: 30px;
	height: 30px;
	background: #fff;
	color: #ca6641;
	font-size: 25px;
	padding: 10px;
	letter-spacing: 3px;
	margin-top: 40px;
	transition: all ease 0.4s;
  
}
.bookBtn:hover {
	background: #ca6641;
	color: #fff;
	border: 1px solid #fff;
}
footer{
}
.footerNav{
	
	margin: 15px 0px 0px;
	padding: 5px 0px 5px 0px;
}
.footerNav ul{
	width: 60%;
  margin: auto;
  border-bottom: 3px solid #ca6641;
  padding-bottom: 20px;
	
}
.footerNav ul li{
	list-style: none;
	display: inline-block;
}
.footerNav ul li a{
	line-height: 22px;
	color: #ca6641;
	text-transform: capitalize;
	font-size: 20px;
	padding: 0px;
	display: block;
	margin: 0px 10px 0px 10px;
	letter-spacing: 1px;
	transition: all ease 0.5s;
}
.footerNav ul li a.active{
	font-weight: bold;
}
.footerNav ul li a:hover{
	font-weight: bold;
}
.rights{
	
}
.rights p, .rights a{
	color: #000;
	font-size: 15px;
}

/*****responsive*****/
@media only screen and (max-width:1200px) {
	
}
@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
	
}
}

@media only screen and (max-width:645px) {

	.headerBox{
		width: 100%;
		float: left !important;
		margin: 4px 0px 5px 10px;
	}
	.headerRightBox{
		text-align: left;
	}
	.logo img{
		width: 110px;
		top: -3px;
	}
	
	.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: 6px;
    right: 8px;
	position: absolute;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: -300px;
	left: 0px;
	position: absolute;
	background: #ca6641;
	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 .active {
}
.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%;
}
	.slider{
		height: 200px;
	}
	.sliderText{
	padding: 20px 0px 20px 0px;
	opacity: 0.5;
}
.sliderText{
	width: 100%;
	background-size: 100% 100%;
}
	
.sliderHeading{
	font-size: 20px;
}
.sliderTitle{
	font-size: 15px;
}
	.bookBox{
		height: 105px;
	}
	.bookBtn {
  width: 180px;
  line-height: 20px;
  height: 20px;
  font-size: 18px;
	}
	
	.content{
		font-size: 13px;
	}
	.threeImgs{
		flex-direction: column;
	}
	.threeImgs img{
		width: 100%;
		margin-bottom: 10px;
		
	}
	.footerNav ul{
		width: 100%;
		padding-bottom: 10px;
	}
	.footerNav ul li a {
    margin: 0px 5px 0px 5px;
		font-size: 6px;
	}
	.rights p{
		margin-top: 0px;
		font-size: 10px;
	}
	.rights p > a{
		font-size: 10px;
	}
	.footerImg{
		height: 180px;
	}
	
}
/*********************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);
}
