/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */

html, body, #wrapper {
	height: 100%;
	font-family: "Forum", serif;
} 

body > #wrapper {
	height: auto; min-height: 100%; background:#fff ;
}
body
#main{
	width:100%;
	padding:0;
	margin:0 auto;
	padding-top: 95px;
}
*{
	padding:0;
	margin:0;
}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: "Forum", serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}

span{
	display: inline-block;
}

p{
	font-family: "Forum", serif;
	font-size: 16px;
	line-height: 24px;
	color: #808080;
	padding: 0 0 15px 0;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding: 15px 0;
	background:#fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	width: 200px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:0 0 0 0;
}
header nav {
	display: inline-block;
	float: right;
	padding: 0% 0% 0% 0%;
	background-color: transparent;
	margin-top: 0px;
/*	width: 68%;*/
	width: unset;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 10px 0;
}
header.smaller .logo {
	width: 150px;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 0%;
	margin-top: 0%;
}
header .inner_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.width_45{
	width: 45%;
}
.width_55{
	width: 55%;
}
.heading{
	font-size: 50px;
    font-weight: 300;
    line-height: 1.6em;
    color: #774f15;
    font-family: "Imperial Script", cursive;
    letter-spacing: 0.5px;
    padding: 0 0 10px 0;
}
.heading span{
	position: relative;
}
.heading span::after{
	position: absolute;
    content: '';
    background: url(../images/right-line.png) no-repeat;
    background-size: cover;
    background-position: right center;
    width: 50px;
    height: 20px;
    right: -70px;
    bottom: 30px;
}
.heading span::before{
	position: absolute;
    content: '';
    background: url(../images/left-line.png) no-repeat;
    background-size: cover;
    background-position: left center;
    width: 50px;
    height: 20px;
    left: -70px;
    bottom: 30px;
}
.sub_heading{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #808080;
    font-family: "Forum", serif;
    padding: 0 0 10px 0;
    position: relative;
}
.sub_heading span::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: 5px;
    background: #774f15;
    left: calc(50% - 50px);
}
.title{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    color: #a77d35;
    font-family: "Forum", serif;
    text-align: left;
    padding: 0 0 10px 0;
}
.read_more a{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #774f15;
    font-family: "Forum", serif;
    padding: 10px 0;
    transition: .5s;
}
.read_more a:hover{
	transform: translateY(-3px);
}
.ace-responsive-menu > li.active_page a {
    color: #a77d35;
    pointer-events: none;
    user-select: none;
}

.banner .item_box img{
	width: 100%;
    /*height: calc(100vh - 95px);*/
    /*object-fit: cover;*/
}
.banner .owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 3%;
    left: calc(100% - 50%);
}
.banner .owl-theme .owl-dots .owl-dot span{
	background-color: #fff;
}
.banner .owl-theme .owl-dots .owl-dot.active span{
	background-color: #a77d35;
}

.events_cater_section{
	padding: 100px 0;
	text-align: center;
	background: #f9f7f3;
}
.events_cater_section .inner_container .events_cater_boxes{
	padding: 50px 0;
}
.events_cater_section .inner_container .events_cater_boxes .info_box{
	display: flex;
	flex-wrap: wrap;
}
.events_cater_section .inner_container .events_cater_boxes .info_box .col-sm-4{
	padding: 10px;
}
.events_cater_section .inner_container .events_cater_boxes .info_box .item_box{
	position: relative;
    overflow: hidden;
}
.events_cater_section .inner_container .events_cater_boxes .info_box .item_box:hover .text_box {
    opacity: 1;
    background: #0000006b;
}
.events_cater_section .inner_container .events_cater_boxes .info_box .item_box .img_box img {
    transition: all 0.3s;
}
.events_cater_section .inner_container .events_cater_boxes .info_box .item_box:hover .img_box img {
    transform: scale(1.05);
}
.events_cater_section .inner_container .events_cater_boxes .info_box .text_box {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
}
.events_cater_section .inner_container .events_cater_boxes .info_box .text_box .heading{
	color: #c1a376;
	font-size: 50px;
    font-weight: 400;
    padding: 0;
}
.events_cater_section .inner_container .events_cater_boxes .info_box .col-sm-3{
	padding: 10px;
}

.about_us_section{
	background: url('../images/bg/about-us-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 650px;
}
.about_us_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.about_us_section .inner_container .col-sm-7{
	padding: 60px 50px 0;
    background-color: #fff;
    height: 650px;
}

.menu_section{
	padding: 100px 0;
	text-align: center;
	background: #f9f7f3;
}
.menu_section .inner_container .menu_boxes{
	padding: 50px 0;
}

.menu_section .inner_container .menu_boxes .owl-nav [class*=owl-] {
    color: #a77d35;
    background: unset;
    margin: 0;
    border: none;
    outline: none;
    transition: 0.2s all;
    position: absolute;
    top: calc(50% - 25px);
}
.menu_section .inner_container .menu_boxes .owl-nav .owl-next {
    right: -40px;
}
.menu_section .inner_container .menu_boxes .owl-nav .owl-prev {
    left: -40px;
}
.menu_section .inner_container .menu_boxes .owl-nav [class*=owl-] span {
    font-size: 70px;
    font-family: 'Roboto Slab';
    line-height: 0.5em;
}
.menu_section .inner_container .menu_boxes .owl-theme .owl-nav{
	margin: 0;
}

.why_us_section{
	padding: 100px 0;
	text-align: center;
}
.why_us_section .inner_container .why_us_box{
	padding: 50px 0 0;
}
.why_us_section .inner_container .why_us_box .info_box{
	display: flex;
	flex-wrap: wrap;
}
.why_us_section .inner_container .why_us_box .info_box .inner_box{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 50px 0;
    transition: .5s;
}
.why_us_section .inner_container .why_us_box .info_box .inner_box:hover{
	transform: translateY(-5px);
}
.why_us_section .inner_container .why_us_box .info_box .inner_box .img_box{
	width: 30%;
    border: 2px solid #a77d35;
    border-radius: 10px;
    padding: 10px;
}
.why_us_section .inner_container .why_us_box .info_box .inner_box .img_box img{
	transition: .5s;
}
.why_us_section .inner_container .why_us_box .info_box .inner_box:hover .img_box img{
	transform: scale(1.1);
}
.why_us_section .inner_container .why_us_box .info_box .inner_box .text_box{
	width: 70%;
	padding: 0 0 0 10px;
}
.why_us_section .inner_container .why_us_box .info_box .inner_box .text_box p{
	font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #808080;
    text-align: left;
    padding: 0;
}

.customer_speak_section{
	padding: 100px 0;
	background: #a77d35;
	text-align: center;
}
.customer_speak_section .inner_container .info_box{
	display: flex;
	flex-wrap: wrap;
}
.customer_speak_section .inner_container .info_box .item_box{
	width: 50%;
}
.customer_speak_section .inner_container .info_box .item_box .img_box{
	overflow: hidden;
}
.customer_speak_section .inner_container .info_box .item_box .img_box img{
	transition: .5s;
}
.customer_speak_section .inner_container .info_box .item_box .img_box:hover img{
	transform: scale(1.1);
}
.customer_speak_section .inner_container .info_box .inner_box{
	width: 50%;
	text-align: center;
	position: relative;
}
.customer_speak_section .inner_container .info_box .inner_box::after{
	position: absolute;
	content: '';
	background: url('../images/icons/left-comma.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	top: 0;
	left: 10px;
	width: 50px;
	height: 50px;
}
.customer_speak_section .inner_container .info_box .inner_box::before{
	position: absolute;
	content: '';
	background: url('../images/icons/right-comma.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 0;
	right: 10px;
	width: 50px;
	height: 50px;
}
.customer_speak_section .inner_container .info_box .inner_box .heading{
	font-size: 40px;
    color: #fff;
    font-weight: 200;
    padding: 0 0 20px 0;
}
.customer_speak_section .inner_container .info_box .inner_box .title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
}
.customer_speak_section .inner_container .info_box .inner_box .sub_heading {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
    padding: 10px 25px 0;
    color: #fff;
}
.customer_speak_section .inner_container .info_box .inner_box .img_box{
	display: flex;
	justify-content: center;
}
.customer_speak_section .inner_container .info_box .inner_box .img_box img{
	width: 120px;
	transition: .5s;
}
.customer_speak_section .inner_container .info_box .inner_box:hover .img_box img{
	transform: scale(1.1);
}
.customer_speak_section .inner_container .owl-nav [class*=owl-] {
    color: #c1a376;
    background: unset;
    margin: 0;
    border: none;
    outline: none;
    transition: 0.2s all;
    position: absolute;
    top: calc(50% - 25px);
}
.customer_speak_section .inner_container .owl-nav .owl-next {
    right: -40px;
}
.customer_speak_section .inner_container .owl-nav .owl-prev {
    display: none;
}
.customer_speak_section .inner_container .owl-nav [class*=owl-] span {
    font-size: 70px;
    font-family: 'Roboto Slab';
    line-height: 0.5em;
}
.customer_speak_section .inner_container .owl-theme .owl-nav{
	margin: 0;
}

.gallery_section{
	padding: 100px 0;
	text-align: center;
	background: #f9f7f3;
}
.gallery_section .inner_container .gallery_box{
	padding: 50px 0;
}
.gallery_section .inner_container .gallery_box .info_box{
	display: grid;
	grid-template-areas:
		'imgage1 imgage1 imgage1 imgage1 imgage1 imgage2 imgage2 imgage2 imgage3 imgage3 imgage3' 
	    'imgage4 imgage4 imgage4 imgage4 imgage5 imgage5 imgage6 imgage6 imgage3 imgage3 imgage3';
	gap: 20px;
}
.gallery_section .inner_container .gallery_box .info_box .img_box{
	height: 100%;
	overflow: hidden;
}
.gallery_section .inner_container .gallery_box .info_box .img_box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .5s;
}
.gallery_section .inner_container .gallery_box .info_box .img_box:hover img{
	transform: scale(1.05);
}
.gallery_section .inner_container .gallery_box .info_box .item_box1 { 
	grid-area: imgage1; 
}
.gallery_section .inner_container .gallery_box .info_box .item_box2 { 
	grid-area: imgage2; 
}
.gallery_section .inner_container .gallery_box .info_box .item_box3 { 
	grid-area: imgage3; 
}
.gallery_section .inner_container .gallery_box .info_box .item_box4 { 
	grid-area: imgage4; 
}
.gallery_section .inner_container .gallery_box .info_box .item_box5 { 
	grid-area: imgage5; 
}
.gallery_section .inner_container .gallery_box .info_box .item_box6 { 
	grid-area: imgage6; 
}
.gallery_section .inner_container .gallery_box .info_box .col-sm-9{
	padding: 0;
}

.contact_us_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact_us_section .inner_container .inner_box{
	padding: 0 50px;
}
.contact_us_section .inner_container .inner_box ul{
	padding: 10px 0;
}
.contact_us_section .inner_container .inner_box ul li a{
	font-size: 15px;
    font-weight: 500;
    line-height: 1.6em;
    color: #c1a376;
    font-family: "Forum", serif;
    padding: 0 0 5px 0;
    display: flex;
    align-items: center;
    transition: .5s;
}
.contact_us_section .inner_container .inner_box ul li a i{
	color: #a77d35;
	width: 5%;
}
.contact_us_section .inner_container .inner_box ul li a span{
	width: 95%;
}

.about_section{
	padding: 100px 0;
	text-align: center;
	background: #f9f7f3;
}
.about_section .inner_container .sub_heading{
	text-transform: uppercase;
    letter-spacing: 1px;
}
.about_section .inner_container .text_box{
	width: 80%;
    margin: 0 auto;
    padding: 20px 0 0;
}
.about_section .inner_container .text_box p{
	font-size: 16px;
}
.story_section{
	padding: 100px 0 0;
	text-align: center;
}
.story_section .inner_container .story_boxes .info_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.story_section .inner_container .story_boxes .info_box .inner_box{
	padding: 0 40px;
}
.story_section .inner_container .story_boxes .info_box .inner_box .sub_heading{
	text-transform: uppercase;
    letter-spacing: 1px;
}
.story_section .inner_container .story_boxes .info_box .inner_box .text_box{
    padding: 20px 0 0;
}
.story_section .inner_container .story_boxes .info_box .item_box .img_box{
	width: 100%;
	overflow: hidden;
}
.story_section .inner_container .story_boxes .info_box .item_box .img_box img{
	transition: .5s;
}
.story_section .inner_container .story_boxes .info_box .item_box .img_box:hover img{
	transform: scale(1.1);
}
.story_section .inner_container .images_boxes{
	padding: 50px 0;
}
.story_section .inner_container .images_boxes .info_box{
	display: flex;
	flex-wrap: wrap;
}
.story_section .inner_container .images_boxes .info_box .img_box{
	overflow: hidden;
}
.story_section .inner_container .images_boxes .info_box .img_box img{
	transition: .5s;
}
.story_section .inner_container .images_boxes .info_box .img_box:hover img{
	transform: scale(1.1);
}
.founders_section{
	padding: 100px 0;
    text-align: center;
    background: #f9f7f3;
}
.founders_section .inner_container .sub_heading{
	text-transform: uppercase;
    letter-spacing: 1px;
}
.founders_section .inner_container .text_box{
	width: 85%;
    margin: 0 auto;
    padding: 20px 0 0;
}
.founders_section .inner_container .text_box p{
	font-size: 16px;
}
.founders_section .inner_container .founders_boxes{
	padding: 50px 0 0;
}
.founders_section .inner_container .founders_boxes .info_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}
.founders_section .inner_container .founders_boxes .info_box .inner_box{
	background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 3px 3px 10px 0px #c3c3c3;
    margin: 0 10px;
    transition: .5s;
}
.founders_section .inner_container .founders_boxes .info_box .inner_box:hover{
	transform: translateY(-5px);
}
/*.founders_section .inner_container .founders_boxes .info_box .inner_box img {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}*/
.founders_section .inner_container .founders_boxes .info_box .inner_box .title{
	text-align: center;
	color: #774f15;
	padding: 10px 0;
}
.founders_section .inner_container .founders_boxes .info_box .inner_box .sub_title{
	font-family: "Forum", serif;
    font-size: 16px;
    color: #808080;
    padding: 0 0 10px 0;
}


.upcoming_events_parallax {
    background: url('../images/bg/upcoming-events-bg.jpg');
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	text-align: center;
	position: relative;
}
.upcoming_events_parallax::after {
	position: absolute;
	content: '';
    opacity: 1;
    background: #0000006b;
    width: 100%;
    height: 100%;
}
.upcoming_events_parallax .inner_container .heading{
	font-size: 35px;
    color: #fff;
    font-family: "Forum", serif;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.upcoming_events_parallax .inner_container .sub_heading {
	color: #fff;
    position: relative;
    z-index: 1;
}
.upcoming_events_parallax .inner_container .know_more a{
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Forum", serif;
    color: #ffffff;
    border-radius: 50px;
    margin: 20px 0 0;
    padding: 20px 40px;
    letter-spacing: 1px;
    background: #774f15;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.upcoming_events_parallax .inner_container .know_more a:hover{
	background: #c1a376;
	transform: translateY(-5px);
}

.customer_speak{
	padding: 100px 0;
	background: #f2e9dd;
	text-align: center;
}
.customer_speak .inner_container{
	position: relative;
}
.customer_speak .inner_container::after{
	position: absolute;
    content: '';
    background: url(../images/icons/left-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: 10px;
    left: 40px;
    width: 100%;
    height: 165px;
    z-index: 1;
}
.customer_speak .inner_container::before{
	position: absolute;
    content: '';
    background: url(../images/icons/right-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    top: 10px;
    right: 40px;
    width: 100%;
    height: 160px;
    z-index: 3;
}
.customer_speak .inner_container .info_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.customer_speak .inner_container .info_box .item_box{
	width: 50%;
}
.customer_speak .inner_container .info_box .item_box .img_box{
	width: 100%;
	overflow: hidden;
}
.customer_speak .inner_container .info_box .item_box .img_box img{
	transition: .5s;
}
.customer_speak .inner_container .info_box:hover .item_box .img_box img{
	transform: scale(1.1);
}
.customer_speak .inner_container .info_box .inner_box{
	width: 50%;
	text-align: center;
	transition: .5s;
}
.customer_speak .inner_container .info_box::after{
	position: absolute;
    content: '';
    background: url(../images/icons/customer-left-comma.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    top: -10px;
    left: 10px;
    width: 80px;
    height: 80px;
}
.customer_speak .inner_container .info_box::before{
	position: absolute;
	content: '';
	background: url('../images/icons/customer-right-comma.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 0;
	right: 10px;
	width: 80px;
	height: 80px;
}
.customer_speak .inner_container .info_box .inner_box .heading{
	font-size: 28px;
    font-weight: 400;
    color: #a77d35;
    padding: 0 0 10px 0;
}
.customer_speak .inner_container .info_box .inner_box .title {
    font-size: 18px;
    color: #a77d35;
    text-align: center;
    padding: 10px 0 0;
}
.customer_speak .inner_container .info_box .inner_box .sub_heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 10px 59px 0;
    color: #808080;
}
.customer_speak .inner_container .info_box .inner_box .img_box{
	display: flex;
	justify-content: center;
}
.customer_speak .inner_container .info_box .inner_box .img_box img{
	width: 120px;
	transition: .5s;
}
.customer_speak .inner_container .info_box .inner_box:hover .img_box img{
	transform: scale(1.1);
}
.customer_speak .inner_container .owl-nav [class*=owl-] {
    color: #c1a376;
    background: unset;
    margin: 0;
    border: none;
    outline: none;
    transition: 0.2s all;
    position: absolute;
    top: calc(50% - 25px);
}
.customer_speak .inner_container .owl-nav .owl-next {
    right: 30px;
}
.customer_speak .inner_container .owl-nav .owl-prev {
    left: 30px;
}
.customer_speak .inner_container .owl-nav [class*=owl-] span {
    font-size: 70px;
    font-family: 'Roboto Slab';
    line-height: 0.5em;
}
.customer_speak .inner_container .owl-theme .owl-nav{
	margin: 0;
}

.google_review {
    padding: 100px 0;
    text-align: center;
    background: #f9f7f3;
}
.google_review .inner_container{
	width: 80%;
	margin: 0 auto;
}
.google_review .inner_container .google_review_box{
	padding: 50px 0 0;
}
.google_review .inner_container .google_review_box .inner_box{
	background: #f2e9dd;
    padding: 50px 30px;
    border-radius: 10px;
}
.google_review .inner_container .google_review_box .inner_box .img_box{
	display: flex;
	justify-content: center;
}
.google_review .inner_container .google_review_box .inner_box .img_box img{
	width: 120px;
}
.google_review .inner_container .google_review_box .inner_box .title{
	position: relative;
	font-size: 18px;
    text-align: center;
    padding: 15px 0;
}
.google_review .inner_container .google_review_box .inner_box .title span::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    bottom: 5px;
    left: calc(50% - 100px);
    background: #a77d35;
}
.google_review .inner_container .google_review_box .inner_box .sub_heading{
    font-size: 18px;
    font-weight: 500;
    color: #a77d35;
    padding: 20px 0 0;
}
.google_review .inner_container .google_review_box .google_review_slider.owl-theme .owl-nav {
    margin-top: 0px;
}
.google_review .inner_container .google_review_box .google_review_slider .owl-nav [class*=owl-] {
    color: #a77d35;
    background: unset;
    margin: 0;
    border: none;
    outline: none;
    transition: 0.2s all;
    position: absolute;
    top: calc(50% - 25px);
}
.google_review .inner_container .google_review_box .google_review_slider .owl-nav [class*=owl-] span{
    font-size: 70px;
    font-family: 'Roboto Slab';
    line-height: 0.5em;
}
.google_review .inner_container .google_review_box .google_review_slider .owl-nav .owl-next {
    right: -100px;
}
.google_review .inner_container .google_review_box .google_review_slider .owl-nav .owl-prev {
    left: -100px;
}

.connect_with_us{
	padding: 100px 0;
	background: #f9f7f3;
}
.connect_with_us .inner_container .heading{
	text-align: center;
}
.connect_with_us .inner_container .connect_with_us_boxes {
	padding: 50px 0 0;
}
.connect_with_us .inner_container .connect_with_us_boxes .info_box{
	display: flex;
	flex-wrap: wrap;
}
.connect_with_us .inner_container .inner_box{
	padding: 0 50px 0 0;
}
.connect_with_us .inner_container .inner_box .title{
	padding: 0 0 10px 0;
}
.connect_with_us .inner_container .inner_box .social_link {
    padding: 10px 0;
}
.connect_with_us .inner_container .inner_box .social_link li {
    font-size: 16px;
    line-height: 1.4em;
    padding: 0 0 20px 0;
    color: #c1a376;
    font-family: "Forum", serif;
    display: flex;
    align-items: center;
    transition: .5s;
}
.connect_with_us .inner_container .inner_box .social_link li a{
	transition: .5s;
}
.connect_with_us .inner_container .inner_box .social_link li a:hover {
    transform: translateY(-3px);
    color: #774f15;
}
.connect_with_us .inner_container .inner_box .social_link li a i {
    color: #c1a376;
    transition: .5s;
}
.connect_with_us .inner_container .inner_box .social_link li a:hover i {
    color: #774f15;
}
.connect_with_us .inner_container .inner_box .social_link li a span{
	padding: 0 10px;
	color: #808080;
}
.connect_with_us .inner_container .inner_box .social_icon ul {
    display: flex;
    flex-wrap: wrap;
}
.connect_with_us .inner_container .inner_box .social_icon ul li a i {
    font-size: 18px;
    color: #c1a376;
    border: 2px solid #c1a376;
    margin: 0 10px 0 0;
    transition: .5s;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.connect_with_us .inner_container .inner_box .social_icon ul li a i:hover {
    transform: translateY(-3px);
}
form .form_group {
    margin: 0 0 20px 0;
}
form .error.form_error {
    color: #ff0000;
    font-weight: 600;
    font-size: 12px;
    margin: -3px 0 2px 0;
}
form .form_group input[type='text'] {
    font-size: 15px;
    font-weight: 500;
    border: unset;
    background: #fff;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    outline: none;
    border-radius: 5px;
    color: #000;
}
form .form_group textarea {
    font-size: 15px;
    font-weight: 500;
    border: unset;
    background: #fff;
    width: 100%;
    height: 80px;
    padding: 20px 20px;
    outline: none;
    border-radius: 5px;
}
form .form_submit{
	text-align: center;
}
form .form_submit button {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #c1a376;
    letter-spacing: 1px;
    border: none;
    outline: none;
    font-family: "Forum", serif;
    padding: 10px 30px;
    margin: 20px 0 0;
    transition: .5s;
    border-radius: 10px;
}
form .form_submit button:hover{
	transform: translateY(-3px);
	background: #774f15;
}

.connect_with_us .inner_container .form_box{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 2px solid #a77d35;
    padding: 50px 50px;
}

/*.map_wrapper{
	padding: 0 0 50px 0;
}*/


/*catering_services*/
.catering_services{
    padding: 100px 0;
    text-align: center;
}

.catering_services .inner_container .catering_services_wrapper .inner_services_boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes .col-sm-7 .item_box{
    transition: .5s;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes:hover .col-sm-7 .item_box {
    box-shadow: 8px 8px #774f15;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes .col-sm-7 .item_box .img_box{
	width: 100%;
	overflow: hidden;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes .col-sm-7 .item_box .img_box img{
	width: 100%;
	transition: .5s;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes:hover .col-sm-7 .item_box .img_box img{
	transform: scale(1.1);
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes .col-sm-5{
    z-index: 1;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes .col-sm-5 .inner_box {
    background: #fef6e6;
    padding: 50px 55px 80px;
    margin: 0px 0 0 -80px;
    position: relative;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes .col-sm-5 .inner_box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/bg/shadow.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes .col-sm-5 .inner_box .heading{
	font-size: 45px;
	line-height: 1.2em;
    color: #774f15;
    padding: 0 0 15px 0;
    text-align: left;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes .col-sm-5 .inner_box p{
	text-align: left;
	font-size: 16px;
	padding: 0;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes:nth-child(even) {
    flex-direction: row-reverse;
}
.catering_services .inner_container .catering_services_wrapper .inner_services_boxes:nth-child(even) .col-sm-5 .inner_box{
    margin: 0 -80px 0 0;
}

/*gallery*/
.gallery{
    background: #f9f7f3;
    padding: 50px 0;
    text-align: center;
}
.gallery .inner_conatiner .heading{
	padding: 0 0 50px 0;
}
.gallery .inner_conatiner .inner_box .col-sm-3{
	padding: 10px;
}
.gallery .inner_conatiner .inner_box .img_box{
	width: 100%;
	overflow: hidden;
}
.gallery .inner_conatiner .inner_box .img_box img{
	transition: .5s;
}
.gallery .inner_conatiner .inner_box .img_box:hover img{
	transform: scale(1.1);
}
.gallery .inner_conatiner .tab-wrapper .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .inner_conatiner .tab-wrapper .tabs .tab-link {
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
    color: #774f15;
    font-family: "Forum", serif;
    font-weight: 500;
    list-style: none;
    padding: 0 15px;
    cursor: pointer;
    transition: all ease 0.5s;
    text-transform: uppercase;
}
.gallery .inner_conatiner .tab-wrapper .tabs .tab-link.active span{
  background: #774f15;
  color: #fff;
  font-family: "Forum", serif;
  padding: 10px 20px;
}
.gallery .inner_conatiner .content-wrapper{
  padding: 50px 0 0;
}
.gallery .inner_conatiner .content-wrapper .tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
.gallery .inner_conatiner .content-wrapper .tab-content.active {
  display: block;
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.gallery .inner_conatiner .content-wrapper  .tab-content .inner_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.gallery .inner_conatiner .content-wrapper  .tab-content .inner_box .col-sm-4 img{
    width: 300px;
    transition: .5s;
}
.gallery .inner_conatiner .content-wrapper  .tab-content .inner_box .col-sm-4:hover img{
    transform: scale(1.1);
}
.gallery .inner_conatiner .content-wrapper  .tab-content .inner_box .col-sm-4 .title{
    font-size: 21px;
    line-height: 1.4em;
    text-align: center;
    color: #000;
    font-family: "Imperial Script", cursive;
    font-weight: 500;
    padding: 20px 0 40px;
}  
.gallery .inner_conatiner .content-wrapper  .tab-content .download_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} 
.gallery .inner_conatiner .content-wrapper  .tab-content .download_brochure span {
    font-family: "Imperial Script", cursive;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    color: #FFFFFF;
    background: url(../images/bg/dark-green-bg.png) no-repeat center;
    padding: 25px;
    background-size: contain;
    margin: 20px 20px 0;
    transition: .5s;
}
.gallery .inner_conatiner .content-wrapper  .tab-content .download_brochure span:hover{
    transform: translateY(-5px);
}

/*video_wrapper*/
.video_wrapper{
	padding: 50px 0;
	text-align: center;
}
.video_wrapper .inner_conatiner .heading{
	padding: 0;
}
.video_wrapper .inner_conatiner .video_wrapper_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 50px 0 0;
}
/*.video_wrapper .inner_conatiner .video_wrapper_box .title{
	letter-spacing: 1px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}*/
.video_wrapper .inner_conatiner .video_wrapper_box .inner_box{
	/*background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    margin: 0 0 30px 0;
    transition: .5s;
}
.video_wrapper .inner_conatiner .video_wrapper_box .inner_box:hover{
	transform: translateY(-5px);
}
.video_wrapper .inner_conatiner .video_wrapper_box .inner_box a{
	width: 100%;
}

/*venue_section*/
.venue_section .inner_container .inner_venue_boxes{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f9f7f3;
}
.venue_section .inner_container .inner_venue_boxes:nth-child(even) {
    flex-direction: row-reverse;
    background: unset;
}
.venue_section .inner_container .inner_venue_boxes .col-sm-7{
	padding: 0;
}
.venue_section .inner_container .inner_venue_boxes .col-sm-5{
	padding: 0;
}
.venue_section .inner_container .inner_venue_boxes .col-sm-5 .img_box{
	width: 100%;
	overflow: hidden;
}
.venue_section .inner_container .inner_venue_boxes .col-sm-5 .img_box img{
	transition: .5s;
}
.venue_section .inner_container .inner_venue_boxes:hover .col-sm-5 .img_box img{
	transform: scale(1.1);
}
.venue_section .inner_container .inner_venue_boxes .inner_box{
	padding: 0 50px 0 100px;
}
.venue_section .inner_container .inner_venue_boxes:nth-child(even) .inner_box{
	padding: 0 100px 0 60px;
}
.venue_section .inner_container .inner_venue_boxes .inner_box .heading{
	font-size: 42px;
	font-family: "Forum", serif;
    line-height: 1em;
    padding: 0 0 15px 0;
}
.venue_section .inner_container .inner_venue_boxes .inner_box .sub_heading{
	width: 25%;
    text-align: center;
    padding: 0;
    border: 1px solid #808080;
    color: #808080;
}
.venue_section .inner_container .inner_venue_boxes .inner_box ul{
	list-style: disc;
    margin: 15px 20px 0;
}
.venue_section .inner_container .inner_venue_boxes .inner_box ul li{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #808080;
    font-family: "Forum", serif;
    padding: 0 0 5px 0;
}
.venue_section .inner_container .inner_venue_boxes .inner_box ul li span{
	color: #774f15;
	font-weight: 500;
}
.venue_section .inner_container .inner_venue_boxes .inner_box p{
	color: #808080;
    font-size: 16px;
    padding: 0 0 15px 0;
    font-family: "Forum", serif;
}
footer{
	padding: 80px 0;
	background: #ad7d2c;
}
footer .inner_container{
	display: flex;
	flex-wrap: wrap;
}
footer .inner_container .col-sm-5{
	border-right: 1px solid #774f15;
}
footer .inner_container .col-sm-5 .info_box .img_box{
	padding: 0 0 30px 0;
}
footer .inner_container .col-sm-5 .info_box .img_box img{
	width: 250px;
}
footer .inner_container .col-sm-5 .info_box p{
	color: #fff;
	padding: 0 50px 0 0;
}
footer .inner_container .col-sm-2{
	border-right: 1px solid #774f15;
}
footer .inner_container .col-sm-5:last-child{
	border: unset;
}
footer .inner_container .info_box ul{
	padding: 0 0 0 20px;
}
footer .inner_container .info_box ul li{
	display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6em;
    color: #fff;
    padding: 0 0 5px 0;
}
footer .inner_container ul li a{
	font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    color: #fff;
    font-family: "Forum", serif;
    transition: .5s;
}
footer .inner_container ul li a span{
	padding: 0 10px;
}
footer .inner_container ul li a:hover{
	transform: translateY(-3px);
}
footer .inner_container	.follow_us{
	padding: 10px 0 0 20px;
    display: flex;
    align-items: center;
}
footer .inner_container	.follow_us .text{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
    font-family: "Forum", serif;
}
footer .inner_container	.follow_us ul{
	display: flex;
	padding: 0 0 0 5px;
}
footer .inner_container	.follow_us ul li{
	padding: 0 5px;
}
.error {
    font-size: 14px;
    color: #000;
}
[type=submit][disabled]{
    position: relative;
}
[type=submit][disabled]::before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: inherit;
    color: #fff;
    z-index: 10;
    border-radius:inherit;
}
[type=submit][disabled]::after{
    position: absolute;
    content: '';
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*Thank You Page*/
.thankyou_page{
    min-height: calc(100vh - 140px - 277px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou_page .inner_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10% 0;
}
.thankyou_page .inner_container .line1{
    display: inline-block;
    position: relative;
    color: #774f15;
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
    font-family: "Imperial Script", cursive;
    text-transform: capitalize;
    padding: 0 0 20px 0;
}
.thankyou_page .inner_container .line2{
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
    font-family: "Imperial Script", cursive;
    text-align: center;
    color: #c1a376;
}


.whatsapp_link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    z-index: 999;
    transform: rotate(360deg);
}
.whatsapp_link .whatsapp_bg {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    background: #25D366;
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
}
.whatsapp_link .whatsapp_bg a i{
	font-size: 35px;
    color: #fff;
    margin: 8px 0 0px 13px;
}



.body_overlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}
.request_overlay_box_wrapper{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.request_overlay_box {
    width: 370px;
    margin: auto;
    background: #f1f1f1;
    padding: 30px 20px;
    box-shadow: 5px 2px 23px -15px;
    position: relative;
}
.request_overlay_box .title{
	font-size: 28px;
    font-weight: 500;
    padding: 0 0 15px 10px;
}
.close_overlay {
  position: absolute;
  right: -5px;
  top: -25px;
  width: 32px;
  height: 32px;
}
.close_overlay:hover {
  opacity: 1;
}
.close_overlay:before, .close_overlay:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.close_overlay:before {
  transform: rotate(45deg);
}
.close_overlay:after {
  transform: rotate(-45deg);
}

/*career_section*/
.career_section{
	padding: 5vw 0;
}
.career_section .inner_container .heading{
	padding: 0 0 30px 0;
	text-align: center;
	margin: 0 0 10px 0;
}

.career_section .inner_container .text{
	text-align: center;
	font-size: 21px;
}
.career_section .inner_container .title{
	color: #000;
	padding: 10px 0 30px 0;
}
.careers_wrapper .inner_container .accordion ..lilo-accordion-content p{
	text-align: left;
	font-size: 18px;
}

/*blogs_page*/
.blogs_page{
	padding: 5vw 0;
}
.blogs_page .inner_container .heading{
	text-align: center;
}
.blogs_page .inner_container .blogs_list{
	padding: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.blogs_page .inner_container .blogs_list .col-sm-4{
	margin: 0 0 50px 0;
}
.blogs_page .inner_container .blogs_list .inner_box{
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 100%;
    height: 100%;
}
.blogs_page .inner_container .blogs_list .inner_box .text_box{
	padding: 15px;
}
.blogs_page .inner_container .blogs_list .inner_box .title{
	font-size: 21px;
    line-height: 1.4em;
    color: #000;
    transition: all 0.3s;
}
.blogs_page .inner_container .blogs_list .inner_box p{
	padding: 0;
}
.blogs_page .inner_container .blogs_list .inner_box:hover .title{
	color: #774f15;
}
.blogs_page .inner_container .blogs_list .inner_box .read_more a{
	text-decoration: underline;
	font-size: 16px;
}
.blogs_page .inner_container .blogs_list .inner_box:hover .read_more a{
	text-decoration: unset;
}

.inner_blog_page{
	padding: 5vw 0;
}
.inner_blog_page .inner_container .heading{
	line-height: 1em;
}
.inner_blog_page .inner_container .blog_img{
	padding: 30px 0;
}
.inner_blog_page .inner_container p{
	padding: 0 0 10px 0;
}
.inner_blog_page .inner_container ul{
	padding: 0 0 10px 30px;
	list-style: disc;
}
.inner_blog_page .inner_container ul li{
	font-family: "Forum", serif;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    padding: 0 0 5px 0;
}
.inner_blog_page .inner_container .other_blogs .title {
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 15px;
    background: #a77d35;
    color: #fff;
    font-weight: 500;
}
.inner_blog_page .inner_container .other_blogs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.inner_blog_page .inner_container .other_blogs ul li {
    border: 1px solid #f1f1f1;
    padding: 15px;
    border-top: 0;
}
.inner_blog_page .inner_container .other_blogs ul li a{
	color: #808080;
	transition: all 0.3s;
}
.inner_blog_page .inner_container .other_blogs ul li a:hover{
	color: #a77d35;
}
.single_blog_page .inner_container .other_blogs ul li.active_blog {
    display: none;
}