@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: normal;
	margin: 0;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 44px;
	color: #272110;
	font-weight: 900 !important;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 20px;
	color: #2e2d2d;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
	transition: all .3s;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a.active {
	color: #fff !important;
}

a:focus {
	outline: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}

 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}

.btn-primary {
	background-color: #8a009f;
	color: #fff !important;
	text-transform: capitalize;
	border: 1px solid #8a009f;
	padding: 10px 30px;
}
.btn-primary:hover{
	color: #8a009f !important;
	background: #fff;
}

.btn-lg {
	padding: 15px 60px;
	border-radius: 30px;
}

.btn-md {
	font-size: 18px;
	padding: 6px 20px;
}


/*=================MAIN STYLES================*/



#wrapper {
padding: 0 30px !important;
}

header {
	background: transparent;

	position: relative;
	z-index: 9999;
	padding-top: 25px;
}

header .navbar {
	background: transparent;
	border: 0;
	margin-bottom: 15px;
	z-index: 9999;
}
#navbar{
	margin-top: 10px;
}
.navbar-brand {
	height: auto;
	z-index: 9999;
}
.navbar-brand img{
	width: 140px;
}

.navbar-toggle {
	border: 0;
	background: none;
	border-radius: 0;
	z-index: 9999;
	position: relative;
	margin-top: 15px;
}


.navbar-toggle .icon-bar {
	background-color: #50025b !important;
}

.navbar-toggle:hover {
	background-color: #50025b !important;
}

.navbar-toggle:visited {
	background-color: transparent;
}
.navbar-right li{
	padding: 15px 15px;

}

.navbar-right li a {
	color: #1b1b1b !important;
	font-size: 16px;
	text-transform: capitalize;
	transition: all .4s;
	font-weight: 700;
	border-bottom:4px solid transparent;
	padding:  0;
	line-height: 20px;
}

.navbar-right li a:hover {

	border-color: #8a009f !important;
}
.navbar-right li:last-child {
	padding-right: 0;
}
.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}



.slider {
	position: relative;

display: inline-block;
width: 100%;
height:95vh;
overflow: hidden;
background-image: url(../images/slide1.jpg); 
background-size: cover;

}

.slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 30px;
}


.slider-text h1 {
	font-size: 80px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 900;

}

.slider-text p {
	font-size: 15px;
	color: #fff;
	margin-top: 5px;
}

.slider-text .btn{
	color: #fff;

	margin-top: 20px;
	transition: all .3s;
}
.slider-text .btn:hover{
	background: #fff;
	color: #1b1b1b;
}
.hm-ct{
	padding: 20px 0;
}
.hm-ct p{
	font-size: 18px;
	color: #1b1b1b;
	font-weight: 700;
	text-transform: uppercase;
}
.hm-ct h3{
	font-size: 24px;
	color: #1b1b1b;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
}
.our-project{
	background-image: url(../images/hm-abt-bg.jpg);
	background-size: cover;
	padding: 60px;
	
}

.our-project .header-txt{
	background: #fff;
	padding: 45px 45px;
	position: relative;
	-webkit-box-shadow: 2px 2px 25px 5px rgba(80,2,91,0.68);
	-moz-box-shadow: 2px 2px 25px 5px rgba(80,2,91,0.68);
	box-shadow: 2px 2px 25px 5px rgba(80,2,91,0.68);
}
.our-project .header-txt:before{
content: "";
position: absolute;
width: 90%;
height: 90%;
left:50%;
top:50%;
transform: translate(-50%, -50%);
border:1px solid #d4d3d4;

}
.our-project .header-txt .btn{
	margin-top: 20px;
}
.services {

	padding: 60px 0;

}

.services .heading {
	font-size: 22px;
	color: #8a009f;
	margin-bottom: 20px;
}
.list-img{
	position: relative;
	overflow: hidden;
}
.list-img img{
	width: 100%;
	transition:all 5s;
}
.list-img .list{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(0,0,0,0.8);
	padding: 20px 30px;
	border:1px solid #fff;

	
}
.list-img .list li, .list-img .list h3{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 5px 0;
}
.list-img .list h3{
	font-size: 25px;
	position: relative;
}
.list-img .list h3:before{
	content:"";
	position: absolute;
	left:-15px;
	bottom:0px;
	width: 40%;
	height: 100%;
	border:2px solid #8a009f;
	border-right:0;
}
.list-img .list h3:after{
	content:"";
	position: absolute;
	right:-15px;
	bottom:0px;
	width: 40%;
	height: 100%;
	border:2px solid #8a009f;
	border-left:0;
}
.list-img:hover img{
	transform: scale(1.4);
}
.product-gallery{
	margin: 50px 0;
}
.product-gallery .gallery-block{
	width: 20%;
	float: left;
}
.product-gallery .gallery-block img{
	width: 100%;
	border:2px solid #8a009f;
}
.services h2 {
	color: #1b1b1b;
	margin: 20px 0;
	font-weight: 800;
}

.services p {
	font-size: 18px;
	color: #4b5562;
	line-height: 30px;
	font-weight: 500;
}

.divider-sec {
	padding: 200px 0;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center bottom;

}



.reservation .form-control{
	min-height: 45px;
	border-radius: 0;
	border:0;
	box-shadow: none;
	border-bottom:1px solid #1b1b1b;
	padding: 20px 0;
	padding-left: 0;
}
.reservation .form-control:focus{
	border-color: #8a009f;
	background: rgb(223, 220, 220);
	padding-left:15px;
}
.reservation form{
	margin: 30px 0px;

}
.item-img{
	text-align: center;
}
.item-img img{
	width: 90px;
	border-radius: 50%;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
margin-bottom: 20px;
}



.sec-heading p {
	font-size: 22px;
	color: #2c4058;
	margin-top: 10px;
}

.sec-heading h2 {
	color: #2c4058;
	font-weight: 600;
}







.page-heading {
background: #1a1a1a;
	
	height: 80vh;
	position: relative;
	

}
.page-heading:before{
	position: absolute;
	content: "";
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../images/pg-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.5;
}
.page-heading .pg-title {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}



.abt-team{
	margin-bottom: 70px;
	padding: 50px 0;


}
.abt-section .header-txt img{
	margin-top: 20px;
}
.abt-team h2 {
	margin-bottom: 50px;
}

.abt-team .e-img {
	position: relative;
	



	text-align: center;

	
}



.abt-team .e-img img {
	width: 100%;
	max-width: 300px;
border-radius: 4px;
	
}

.abt-team .e-img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
background: rgba(0,0,0,0.6);
	height: 100%;
	transform: scale(0);
	transition: all .7s;
}
.abt-team .chef-info{
	background: #fff;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}
.abt-team .e-img .overlay ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.abt-team .e-img .overlay ul li {
	float: left;
	padding: 0 10px;
}

.abt-team .e-img .overlay ul li a {
	color: #fff;
	font-size: 23px;
}

.abt-team .col-md-4:hover .overlay {
	transform: scale(1);
}
.abt-team .col-md-4:hover .eimg-bg{
	height: 100%;
}
.abt-team span.name {
	font-size: 22px;
	color: #2c4058;
	margin: 0 0 15px 0;
	display: block;
	font-weight: 700;
}

.abt-team span.postion {
	font-size: 17px;
	color: #4b5562;
	margin-bottom: 10px;
	display: inline-block;
}

.contact-text{
	padding: 20px 0;
}
.contact-text .fa{
	font-size: 24px;
	margin-bottom: 15px;
	color: #8a009f;
}
.ct-form .form-group {
	margin-bottom: 28px;
}

.ct-form .form-control {
	min-height: 46px;
	border-color: #dddddd;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
}

.ct-form label {
	color: #8a009f;
	margin-bottom: 13px;
}
.ct-map-sec{
	position: relative;
margin: 45px 0;
}
.ct-map-sec .contact-details{



	background-color: #8a009f;
	padding: 25px 0;

} 
.ct-map-sec .contact-details p{
	color: #ffff;
}
.ct-map-sec .contact-details .fa{
	color: #fff;
	font-size: 20px;
}
.ct-map-sec .map-block iframe {
	width: 100%;
	min-height: 450px;
	
}
.ct-section{
	background: none;
	padding-top: 50px;
}
.ct-sc {margin: 25px 0;}

.ct-sc li{
	float: left;
	padding: 0 8px;
}
.ct-sc li:first-child{
	padding-left: 0;
}
.ct-sc li a{
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #8a009f;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	transition: all .3s;
}
.ct-sc li a:hover{
	color: #fff;
	background: #1b1b1b;
}
.reviews {
	margin: 50px 0;
	position: relative;
}
.testi-img{
	margin-bottom: 15px;
}
.reviews .owl-dots {
	display: none !important;
}

.reviews .sec-heading {
	margin-bottom: 80px;
}

.reviews .owl-nav .owl-prev,
.reviews .owl-nav .owl-next,
.reviews .owl-dot {
	font-family: 'fontAwesome';
}

.reviews .owl-nav {
	float: left;
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 9999;
}

.reviews .owl-carousel .owl-nav button.owl-next,
.reviews .owl-carousel .owl-nav button.owl-prev,
.reviews .owl-carousel button.owl-dot {
	border: none;
	color: #000;
	height: 36px;
	line-height: 36px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 36px;
	right: 0;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.reviewsr .owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

.reviews .owl-carousel .owl-nav .owl-prev span,
.reviews .owl-carousel .owl-nav .owl-next span {
	font-size: 45px;
	line-height: 34px;
}

.reviews .owl-dots {
	display: none;
}

.review .reviewer-img {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 40px;
}

.review-text .name {
	color: #1B1B1B;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
}

.review-text .position {
	color: #2b1702;
	font-size: 17px;
	text-transform: capitalize;
}

.review-text p {
	color: #7a8491;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 25px;
}
footer {
	background-color: #310038;
	padding: 72px 0 50px 0;
}

footer .ft-logo {
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
}

footer .footer-address {
	font-size: 23px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 300;
	letter-spacing: 3px;
}

footer .contact {
	display: block;
	color: #8a009f;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
}

footer div.ft-social-links {

	width: 100%;
	
}
footer div.ft-social-links ul{
	display: inline-block;
	margin: 10px auto 20px auto;
}

footer .ft-social-links li {
	float: left;
	padding: 0 11px;
}

footer .ft-social-links li a {
	height: 36px;
	width: 36px;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	transition: all .3s;
}

footer .ft-social-links li a:hover {
	background-color: #8a009f;
	color: #fff;
}

footer .ft-divider {
	height: 1px;
	background-color: #3a3939;
	width: 100%;
	margin: 70px 0 50px 0;
}

footer .copy {
	font-size: 13px;
	color: #fff;
	font-weight: 300;
}


/*=================Media Queries================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media only screen and (min-width: 991px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-right-2 li {
		padding: 0 6px;
	}
	.navbar-right li a {
		font-size: 13px;
	}
	.slider-text h1 {
		font-size: 60px;
	}
	.slider-text p {
		margin-top: 5px;
	}
	.our-project .img-bg {
		display: none;
	}
}

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

}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media screen and (max-width: 767px) {
	
	.navbar-right li{
		padding: 5px 15px;
	}
	.navbar-right li a{
		line-height: 24px;
	}
	
	.services h2{
		font-size: 30px;
	}
	
	.slider{
		height: 90vh;
	}
	.slider-text{
		padding: 0;
	}
	.slider-text:before, .slider-text:after{
		display: none;
	}
	.slider-text h1{
		font-size: 55px;
	}
	.slider-text p{
		font-size: 12px;
	}
	header .social-nav {
		display: none;
	}


	.our-project img {
		width: 100%;
		margin-top: 20px;
	}

	
	.ct-form {
		margin-top: 45px;
	}
	.abt-section{
		background: none;
		padding-top: 0;
		min-height: 300px;
	}
	
	.pro-item .pro-image{
		width: 40%;
	}
	.pro-item .pro-text{
		width: 60%;
	}
	.gallery .g-img{
		width: 50%;
	}
	.product-gallery .gallery-block{
		width: 100%;
		float: left;
	}
}

@media screen and (min-width: 767px) {}

@media screen and (max-width: 520px) {
	.pro-item .pro-image{
		width: 100%;
	}
	.pro-item .pro-text{
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 320px) and (max-width: 767px) {}