@import "fonts.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
a{
	color: #fff;
}
a:hover{
	text-decoration: none;
	color: #fff;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
h1, h2, h4 {
	margin: 0px;
}
h1{
	color: #fff;
	font-size: 36px;
	font-family: 'Garamond';
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2{
	color: #9d7f53;
	font-size: 30px;
	font-family: 'Garamond';
	line-height: 46px;
	text-transform: uppercase;
}
h4{
	font-family: 'NunitoSansBold';
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
p{
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #1c1c1c;
	margin-bottom: 0;
	line-height: 30px;
}
.dblock {
    display: none;
}
/********************header***************/
.desktop-nav {
	border-bottom: 1px solid #fff;
	padding: 0;
}
.menu-inner-wrap p {
	color: #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    padding: 16px 50px;
    border-right: 1px solid #fff;
    margin-right: 150px;
	font-family: 'NunitoSansRegular';
	font-size: 18px;
	text-transform: uppercase;
}

.header-area .desktop-nav {
	padding-right: 25px;
    padding-left: 25px;
}
#menu a {
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	text-transform: uppercase;
}
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #fff;
}
.menu-inner-wrap{
	float: left;
	width: calc(100% - 130px);
}
.header-logo{
	float: left;
	padding: 20px 25px;
	border-right: 1px solid #fff;
}
.header-area .nav-link {
	padding: 0;
	line-height: normal;
}
.header-area .nav-item{
	padding: 20px 50px 20px 0px;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	text-transform: uppercase;
}
.header-area .navbar-nav{
	padding: 0 150px;
}
.select-styl {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #fff;
	font-weight: bold;
    padding: 15px 50px;
    border-radius: 0;
    background-color: transparent;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top:0;
    border-bottom: 0;
    text-transform: uppercase;
    margin-left: 4px;
}
.select-box {
	padding-right: 175px;
	border-bottom: 1px solid #fff;
}
.d-done{
	display: none;
}
/***********************banner****************/
.banner-sec{
	position: relative;
}
.each-banner-image img{
	width: 100%;
}
.mobile-banner-content{
	display: none;
}
.banner-content {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 1;
}
.banner-content h1{
	margin-top: 90px;
}
.banner-content li a{
	color: #fff;
	border-bottom: 2px solid transparent;
}
.banner-content li {
	padding: 0px 15px;
	border-right: 1px solid #fff;
	font-family: 'NunitoSansRegular';
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.75px;
}
.banner-content li:last-child{
	border-right: 0;
}
.banner-content ul {
	display: flex;
	justify-content: center;
	padding: 120px 0 50px;
}
.banner-content li a:hover, .banner-content li.active a, .banner-content li a:focus {
	border-bottom: 2px solid #fff;
}
.price-btn{
	background: #9d7f53;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: 'NunitoSansRegular';
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.price-btn:hover{
	background: #1c1c1c;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.form-area .form-styl {
    resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'NunitoSansRegular';
    border: 0px;
    color: #1c1c1c;
    font-size: 16px;
    height: auto;
    padding: 0 30px;
    height: 65px;
    text-transform: uppercase;
}
.form-styl:focus {
	box-shadow: none;
	border: 0;
	background-color:#fff;
	color:#1c1c1c;
}
.form-styl:placeholder {
	color: #1c1c1c;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl::placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-area .col-lg-3{
	padding-left:0;
	padding-right: 1px;
}
/***********************block****************/
.content-block {
	padding: 77px 0 110px;
}
.content-block .content-wrap {
	max-width: 960px;
	width: 100%;
	margin:auto;
}
.content-wrap p{
	margin-left: 60px;
}
.divider{
	border-top: 1px solid #9d7f53;
	margin: 120px 0;
}
.content-block .icon-wrapper ul{
	font-size: 0;
}
.content-block .icon-wrapper li {
	display: inline-block;
    text-align: center;
	vertical-align: top;
	width: 20%;
}
.content-block .icon-wrapper li img {
	display: block;
    margin: auto;
	width: 35px;
}
.content-block .icon-wrapper li p {
    text-align: center;
	margin-top: 17px;
}
/****************************middle-block***********************/
.middle-block {
	background-color: #f4f1ed;
    padding: 70px 0px;
}
.sec-heading h2{
	margin-top: 15px;
}
.sec-heading{
	margin-bottom: 100px;
}
.block-image img{
	width: 100%;
}
.custom-row{
	margin:0;
}
.common-grid{
	padding:0;
}
.each-block{
	margin-bottom: 70px;
}
.middle-block .each-block .content-inner {
	background: #fff;
    padding: 100px 190px 90px 0px;
	margin: 53px 0;
	position: relative;
}
.middle-block .each-block .content-inner:before{
	position: absolute;
	top: 0;
	left: -130px;
	width: 130px;
	height: 100%;
	content: '';
	background: #fff;
}
.each-block .col-lg-4 {
    width: 36%;
}
.each-block .col-lg-8 {
    width: 64%;
}
.middle-block .each-block .content-inner p {
	margin:30px 0 40px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.middle-block .each-block .content-inner a {
	font-family: 'NunitoSansRegular';
	font-size: 18px;
	color: #1c1c1c;
	text-transform: uppercase;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.middle-block .each-block .content-inner a:hover{
	color: #9d7f53;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/******************************gallery**********************/
.gallery-sec {
	padding: 80px 0px 130px;
}
.gal-item{
	overflow: hidden;
    padding: 4px;
}
.gallery-image{
	height: 100%;
    overflow: hidden;
    position: relative;
}
.gallery-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.gallery-content{
	/*position: absolute;
	top: 52%;
	transform: translateY(-50%);
	padding-left: 60px;
	width: 80%;
	z-index: 1;*/
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    text-align: left;
    bottom: 30px;
    padding-left: 60px;
    z-index: 9;
}
.gallery-box-details {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(18,18,18,0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 9;
}
.gallery-box-details p{
	color: #fff;
	margin-top: 50px;
	margin-right: 15%;
}
.text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 0px 60px;
}
.gallery-image:hover .gallery-content {
    bottom: -50px;
}
.gallery-image:hover .gallery-box-details {
    bottom: 0;
    height: 100%;
}
.gallery-content p{
	color: #fff;
	margin-top: 50px;
}
.gallery-content-top p{
	display: none;
}
.gal-item-bottom{
	padding-top: 8px;
}
.gal-item-bottom:nth-child(1){
	padding-left: 0px;
	padding-right: 4px;
}
.gal-item-bottom:nth-child(2){
	padding-left: 4px;
	padding-right: 0;
}
.gal-item-right{
	padding-right: 0;
	padding-left: 0;
}
.gal-item-right:nth-child(2){
	padding-top: 8px;
}
.gal-item-bottom .gallery-content, .gal-item-right .gallery-content{
	top: auto;
	transform: translateY(0);
	bottom: 35px;
}
/***********************footer****************/
.footer-area {
    background: #1c1c1c;
	padding: 40px 0px;
}
.footer-logo {
	position: relative;
}
.footer-logo:after {
	position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    z-index: -1;
}
.footer-logo img {
  	padding: 0 25px; 
    background-color: #1c1c1c;
}
.contact-details{
	padding: 95px 0 70px;
    border-bottom: 1px solid #fff;
}
.contact-details h4{
	font-family: 'Garamond';
	margin-bottom: 30px;
}
.contact-details p{
	color: #fff;
}
.footer-menu{
	padding-left: 80px;
}
.contact-details a{
	color: #fff;
	 transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact-details a:hover{
	text-decoration: none;
	 transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-menu li{
	width: 35%;
	display: inline-block;
	margin-bottom: 22px;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	text-transform: uppercase;
}
.footer-menu a:hover, .footer-menu li.active a {
	color: #9d7f53;
}
.footer-social-area li img {
	width: 28px;
}
.footer-social-area li {
	padding-right: 30px;
	display: inline-block;
}
.footer-social-area {
	margin-top: 40px;
}
@media(max-width: 767px){
	/*.gallery-box-details{
		display: none;
	}
	.gallery-content-top p{
		display: block;
	}
	.gallery-image:hover .gallery-content {
	    bottom: 35px;
	}*/
	.text-box{
		padding: 0 15px;
	}
	.gallery-box-details p{
		margin-right: 0;
		margin-top: 20px;
	}
	.gallery-sec .col-lg-8.gal-item .gallery-image{
		height: 330px;
	}
	.gallery-sec .col-lg-8.gal-item .col-lg-6 .gallery-image{
		height: auto;
	}
	.gallery-sec .gallery-content {
	    padding-left: 15px;
	    width: 100%;
	}
}



