@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
/*Global css*/
* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
	line-height: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}
/*html {
scroll-behavior: smooth;
}*/
body {
	margin: 0px;
	padding: 0px;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	font-family: 'Lato', sans-serif;
}
body, html {
	overflow-x: hidden;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
	transition: all 1s ease 0s;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a {
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.list-unstyled {

    padding-left: 0;
    list-style: none;
    position: absolute;
    font-size: 13px;
    margin-top: -5px;

}
p {
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	color:#16216A;
}
h1 {
	font-size: 24px;
	background-image: url(../img/heading-line.jpg);
	background-position: left bottom;
	font-weight: 700;
	padding-bottom: 20px;
	color: #000000;
	background-repeat: no-repeat;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.logoBox {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	padding: 10px 20px;
}
.logoBox.fixed-head {
	/*background-image: url(../img/repeat-layer.png);*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.logoBox .header-logo {
	width: 100px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.logoBox.fixed-head .header-logo {
	width: 100px;
}
.toggle-menu {
	position: fixed;
	top: 39px;
	right: 20px;
	z-index: 1000;
	cursor: pointer;
	padding: 5px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.toggle-menu.fixed-menu {
	background-image: url(../img/repeat-layer.png);
	background-repeat: repeat;
}
.menu {
	background-color: #2f2f2f;
	padding: 40px 35px;
	width: 320px;
	text-align: right;
	position: fixed;
	z-index: 99999;
	top: 0px;
	right: -320px;
	bottom: 0px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.menu.move-menu {
	right: -10px;
	opacity: 1;
	animation: goleft 1s;
	-webkit-animation: goleft 1s;
	-moz-animation: goleft 1s;
}
@keyframes goleft {
0% {
right:-320px;
}
50% {
right:20px;
}
100% {
right:-10px;
}
}
.close-menu {
	cursor: pointer;
	float: right;
}
.menu ul {
	margin: 60px 0px 0px 0px;
	padding: 0px;
	list-style: none
}
.menu ul li {
	text-transform: uppercase;
	padding: 16px 0px;
}
.menu ul li a {
	font-size: 16px;
	color: #a5a5a5;
	text-decoration: none;
	position: relative;
	letter-spacing: 2px;
}
.menu ul li a span {
	display: block;
	text-align: center;
}
.menu ul li a:hover {
	color: #fff;
}
.menu ul li a:focus {
	color: #fff;
}
.menu img {
	margin-bottom: 45px;
}
.nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 700;
	position: relative;
}
.nav a:hover, .nav a.active {
	color: #fff;
}
.nav a.active span::before {
	width: 100%;
}
.nav a span::before {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #ffffff;
	-moz--transition: width .3s ease;
	-ms--transition: width .3s ease;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-moz--transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}
.social {
	text-align: center;
	padding-top: 3px;
}
.social a {
	display: inline-block;
}
.social i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
#home {
	z-index: 999!important;
    margin-top: -630px;
    position: relative;
}
.wrap-hero-content {
}
.hero-content {
	position: absolute;
	text-align: center;
	min-width: 350px;
	left: 50%;
	top: 50%;
	padding: 0px;
	outline-offset: 8px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
/*
#home h1 {
	letter-spacing: 0.8px;
	font-size: 25px;
	color: #828282;
	font-weight: 400;
	line-height: 36px;
	background-image: none;
	padding: 0;
	margin: 0;
}*/
.menu-title{
	display: inline-block;
    font-size: 24px;
    padding: 10px;
    font-weight: bolder;
    color: #fff;
    text-shadow: 2px 2px #000;
}
.banner-logo {
	width: 150px;
	margin-bottom: 40px;
}
#about{
	margin-top: 230px;
}
.bg-about {
	background-image: url(../img/1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 700px;
	width: 100%;
	height: 100%;
	float: left;
}
.no-pad {
	padding: 0;
}
.owl-nav {
	display: none;
}
.owl-carousel.owl-loaded {
	display: block;
	margin: 20% auto 0;
}
.owl-holder{
    max-width:400px;
    margin:10% auto;
}
}
#gallery {
	background: #f6f6f6;
	padding: 120px 0;
}
#gallery h1 {
	background-position: center bottom;
}
.reset-col > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.modal-body {
	padding: 0;
}
.modal-header {
	border-bottom: none;
}
.modal-footer {
	border-top: none;
}
.close {
	font-size: 29px;
}
.modal-dialog {
	margin: 120px auto 0;
}
.thumbnail {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	border: none;
	margin: 0;
	border-radius: 0;
	height:220px;
}
.thumbnail:hover .textBox {
	opacity: 1;
	transform: scale(1);
}
.thumbnail .textBox {
	opacity: 0;
	background: rgba(242, 242, 242, 0.7);
	-webkit-background: rgba(242, 242, 242, 0.7);
	-moz-background: rgba(242, 242, 242, 0.7);
	bottom: 15px;
	left: 15px;
	right: 15px;
	top: 15px;
	padding-top: 30%;
	position: absolute;
	text-align: center;
	transform: scale(0.2);
	transition: .6s;
	-webkit-transition: .6s;
	-moz-transition: .6s;
}
.thumbnail .textBox p {
	color: #000;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
}
.thumbnail img {
	transition: .6s;
	-webkit-transition: .6s;
	-moz-transition: .6s;

}
.thumbnail:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	opacity: 1;
	filter: inherit;
	-webkit-filter: inherit;
	filter: inherit;
}
#menu {
	padding: 120px 0;
}
#menu h4 {
	color: #828282;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}
#menu i {
	color: #828282;
	font-size: 40px;
}
#menu p a {
	color: #FA4659;
}
#function {
	background: #f6f6f6;
	padding: 160px 0;
}
#function h2 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}
.thum {
	position: relative;
	box-shadow: 0px 0px 0px #818181;
	transition: all 0.2s ease 0s;
	-webkit-transform: translateY(0px) translateX(0px);
}
.thum:before, .thum:after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 100%;
	height: 3px;
	background: #818181;
	-webkit-transform: scaleX(0);
	transition: all 0.2s ease;
}
.thum:before {
	top: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
}
.thum:after {
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 100% 0;
}
.thum:hover {
	/*box-shadow: 5px 5px 0px #818181;
-webkit-transform: translateY(-5px) translateX(-5px);*/
	transition: all 0.2s ease 0.4s;
}
.thum:hover:after, .thum:hover:before {
	-webkit-transform: scaleX(1);
}
.thumText {
	background: #ffffff;
	padding: 30px 35px 45px 35px;
	border: 1px solid rgba(129, 129, 129, 0.1);
}
.thumText:before, .thumText:after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 3px;
	height: 100%;
	background: #818181;
	-webkit-transform: scaleY(0);
	transition: all 0.2s ease 0.2s;
}
.thumText:before {
	top: 0;
	left: 0;
	-webkit-transform-origin: 0 100%;
}
.thumText:after {
	top: 0;
	right: 0;
	-webkit-transform-origin: 0 0;
}
.thumText:hover:after, .thumText:hover:before {
	-webkit-transform: scaleY(1);
}
.formArea {
	position: relative;
	box-shadow: 0px 0px 0px #818181;
	transition: all 0.2s ease 0s;
	-webkit-transform: translateY(0px) translateX(0px);
}
.formArea:before, .formArea:after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 100%;
	height: 3px;
	background: #818181;
	-webkit-transform: scaleX(0);
	transition: all 0.2s ease;
}
.formArea:before {
	top: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
}
.formArea:after {
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 100% 0;
}
.formArea:hover {
	/*box-shadow: 5px 5px 0px #818181;
-webkit-transform: translateY(-5px) translateX(-5px);*/
	transition: all 0.2s ease 0.4s;
}
.formArea:hover:after, .formArea:hover:before {
	-webkit-transform: scaleX(1);
}
.formBox {
	padding: 30px 35px 45px 35px;
}
.formBox:before, .formBox:after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 3px;
	height: 100%;
	background: #818181;
	-webkit-transform: scaleY(0);
	transition: all 0.2s ease 0.2s;
}
.formBox:before {
	top: 0;
	left: 0;
	-webkit-transform-origin: 0 100%;
}
.formBox:after {
	top: 0;
	right: 0;
	-webkit-transform-origin: 0 0;
}
.formBox:hover:after, .formBox:hover:before {
	-webkit-transform: scaleY(1);
}
#dishes {
	padding: 120px 0;
}
/*---------------- a. Skills ----------------*/

.skillbar {
	width: 100%;
	height: 10px;
	background-color: #f6f6f6;
	position: relative;
	margin-bottom: 60px;
	padding: 2px;
	box-sizing: border-box;
}
.skillbar-title {
	position: absolute;
	line-height: 25px;
	top: -35px;
	left: 0;
	padding: 0;
	font-size: 12px !important;
	background: none;
}
.skillbar-title span {
	display: block;
	height: 35px;
	line-height: 35px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.skillbar-bar {
	float: left;
	background-color: #F7901E;
	height: 5px;
	width: 0px;
	position: relative;
}
.containers {
	min-height: 100%;
	height: 100vh;
}
.skill-bar-percent {
	color: #000 !important;
	position: absolute;
	line-height: 18px;
	top: -28px;
	right: -20px;
	width: 40px;
	height: 18px;
	text-align: center;
}
#reservations {
	background: #f6f6f6;
	padding: 120px 0;
}
.form-group, .input-group {
    margin-bottom: 20px;
    width: 100%;
}
.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	font-size: 15px;
	line-height: normal;
	margin-bottom: 0;
	color: #a1a1a1;
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #ccc !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: 400;
}
.btn-default {
	color: #fff;
	background-color: #f7901e;
	border-color: #f7901e;
	padding: 10px 30px;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.input-group-addon {
    position: absolute;
    z-index: 999;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    border-bottom: 1px solid #ccc;
    right: 0;
    width: 37px;
    line-height: 27px;
}
.date input{
	background-image:url(../img/calendar.png);
	background-position:center right;
	background-repeat:no-repeat;
}

.clockpicker input{
	background-image:url(../img/clock.png);
	background-position:center right;
	background-repeat:no-repeat;
}

#testimonial {
	padding: 120px 0 180px;
	background-image: url(../img/testimonial-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel-indicators li {
	margin: 5px;
}
.carousel-indicators .active {
	margin: 5px;
}
#testimonial p {
	color: #e9e9e9;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
#testimonial p strong {
	margin-top: 20px;
	font-size: 18px;
}
#testimonial .owl-carousel.owl-loaded {
	display: block;
	max-width: 100%;
	margin: 0% auto 0;
}
#contact {
	padding: 140px 0;
}
.footer-bottom {
	width: 100%;
	background: #2f2f2f;
	padding: 80px 0;
	color: #636363;
}
.gotop .fa {
	font-size: 32px;
	width: 45px;
	height: 45px;
	line-height: 37px;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	text-align: center;
	border: 2px solid #000;
}
.gotop {
	position: fixed;
	right: 15px;
	bottom: -100px;
	cursor: pointer;
	z-index: 999;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	opacity: 0;
}
.gotop-show {
	bottom: 50px;
	opacity: 1;
}
/*PRELOADING------------ */
#overlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: #000;
	background-image:url(../img/banner-bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	text-align: center;
	overflow: hidden;
}
.loader {
	display: inline-block;
	margin: auto;
	position: fixed;
	z-index: 3;
	/*border: 4px solid #Fff;*/
	padding: 10px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	animation: loader 2s infinite ease;
	left: 0;
	right: 0;
	z-index: 99999;
}
.loader-inner {
	margin: 0 auto;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	/*background-color: #fff;*/
	animation: loader-inner 2s infinite ease-in;
}
/*@keyframes loader {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(180deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(360deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loader-inner {
0% {
height: 0%;
}
25% {
height: 0%;
}
50% {
height: 100%;
}
75% {
height: 100%;
}
100% {
height: 0%;
}
}*/
/* Firefox old*/
@-moz-keyframes blink {
    0% {
       width: 0px;
	height: 0px;
    }
    50% {
       width: 150px;
	height: 150px;
    }
    100% {
         width: 0px;
	height: 0px;
    }
} 

@-webkit-keyframes blink {
   0% {
       width: 0px;
	height: 0px;
    }
    50% {
       width: 150px;
	height: 150px;
    }
    100% {
         width: 0px;
	height: 0px;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
       width: 0px;
	height: 0px;
    }
    50% {
       width: 150px;
	height: 150px;
    }
    100% {
         width: 0px;
	height: 0px;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
   0% {
       width: 0px;
	height: 0px;
    }
    50% {
       width: 150px;
	height: 150px;
    }
    100% {
         width: 0px;
	height: 0px;
    }
} 
.loader {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
}
.white {
	color: #fff;
}
.form-group {
	margin: 0 0 25px 0 !important;
}
h1.text-center {
	background-position: center bottom;
}
.time .datepicker {
	display: none;
}
#myCarousel{
	height: 700px;
	overflow: hidden;
}
.carousel-indicators {
	/*bottom: -100px;*/
	position: absolute;
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
	right: 0;
}
.modal-header {
    padding: 0;
    border-bottom: none;
}
.close {

    font-size: 29px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #fff !important;
    z-index: 999;
    opacity: inherit;
    line-height: 40px;
    border-radius: 50%;

}
.modal-footer {
    text-align: center;
	padding:0;

}
#image-gallery-image {

    padding: 0;

}
#show-previous-image i{
	display:none;
}
#show-next-image i{
	display:none;
}
#show-previous-image {

    position: absolute;
    margin: auto;
    left: 0px;
    right: inherit;
    bottom: 0;
	 top: 0;
	  height: 35px;
	  width:36px;
	  background-image:url(../img/left-btn.jpg);
	background-position:center left;
	background-repeat:no-repeat;


}
#show-next-image {
    position: absolute;
    left: inherit;
    right: 0;
    bottom: 0;
    height: 35px;
    margin: auto;
    top: 0;
	 width:36px;
	background-image:url(../img/right-btn.jpg);
	background-position:center right;
	background-repeat:no-repeat;
}
.brand {
	padding-top:40px;
}
.brand h1{
	color:#e9e9e9;
	background:none;

}
.brand h1 a{
color:gray;
	background:none;
		font-size:14px;
}
.bodySocial i{
	font-size:18px;
	color:#000;
}
.btn-danger {
    margin: 10px 0;
    font-size: 17px !important;
    height: auto;
    padding: 10px 0;

}
.modal-title {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: black;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 0px 1px 20px #000;
    max-width: 270px;
    margin: 0 auto;

}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color:#fff !important;
	opacity: 1;
	display: inline-block;
}
@media (max-width: 1600px) {
	#home {
		height: 800px;
	}
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
#home h1 {
	font-size: 20px;
	line-height: 32px;
}
#home {
    z-index: 999!important;
    margin-top: -630px;
    position: relative;
    margin
}
.bg-about {
	min-height: 600px;
}
.owl-carousel.owl-loaded {
	margin: 13% auto 0;
}
#gallery {
	padding: 80px 0;
}
#menu {
	padding: 80px 0;
}
#dishes {
	padding: 80px 0;
}
#reservations {
	background: #f6f6f6;
	padding: 80px 0;
}
}

@media (max-width: 1200px) {
#contact {
	padding: 80px 0;
}
.footer-bottom {
	padding: 40px 0 30px;
}
}

@media (max-width: 992px) {
.logoBox .header-logo {
	width: 80px;
}
.logoBox.fixed-head .header-logo {
	width: 80px;
}
.logoBox {
	padding: 10px 0px;
}
.toggle-menu {
	top: 22px;
	right: 15px;
}
#home h1 {
	font-size: 17px;
	line-height: 27px;
}
.banner-logo {
	width: 100px;
	margin-bottom: 30px;
}
.hero-content {
	min-width: 300px;
}
#home {
	height: 600px;
}
.menu ul li {
	padding: 15px 0px;
}
.owl-carousel.owl-loaded {
	margin: 40px auto;
}
#about .owl-carousel.owl-loaded {
	padding: 0 15px;
}
#menu i {
	margin-top: 20px;
}
#function {
	padding: 60px 0;
}
.form-control {
	margin-bottom: 0px;
}
#dishes {
	padding: 60px 0 30px;
}
.skillbar {
	margin-bottom: 60px;
}
#testimonial {
	padding: 60px 0;
}
.owl-dots {
	margin: 0px auto 0;
}
#reservations {
	padding: 60px 15px;
}
.input-group {
	margin-bottom: 15px;
}
#contact {
	padding: 60px 0;
}
#menu {
	padding: 60px 0;
}
}

@media (max-width: 767px) {
.bg-about {
	min-height: 422px;
}
.menu {
	width: 220px;
	right: -220px;
}
#about {
	padding: 0 15px;
}
.formBox {
	padding: 15px 15px 10px 15px;
}
.thumText {
	padding: 20px;
}
.popover.clockpicker-popover.left.clockpicker-align-top {
    left:inherit !important;
	right:76px;
}
form{
	position:relative;
	z-index:999;
}









}

@media (max-width: 480px) {
}
 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

@keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
    transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
    transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
    transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
    transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
    transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
    transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
    transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
    transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
    transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
    transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
    transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
    transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
    transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
    transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
    transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
    transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
    transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
    transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}


/***************************gallery end******************/


/*********************blog start**********/

.blog {
  width: 100%;
  float: left;
  background-color: #1a1a1a;
  padding: 60px 0px;
}

.blog h1 {
  text-align: center;
  color: #fff;
  font-size: 73px;
  text-transform: lowercase;
  font-family: 'maridavidregular';
  line-height: 44px;
}

.blog h1 span {
  color: #f5d736;
}

.blog figure {
  width: 100%;
  text-align: center;
}

.blog figure img {
  margin-right: 10%;
}

.blog-left-2 h4 {
  font-size: 16.80px;
  font-family: "Source Sans Pro", sans-serif;
  color: #f5d735;
  line-height: 22px;
  margin-bottom: 5px;
}

.blog-left-2 p {
  font-size: 14px;
  color: #dbdbdb;
  margin-bottom: 5px;
  line-height: 22px;
  font-family: 'MetaPro-Normal';
}

.blog-left-2 p a {
  color: #f5d735;
  font-family: 'MetaPro-Normal';
  text-decoration: none;
}

.blog-left-2 em {
  font-family: 'MetaPro-Normal';
  font-size: 14px;
  color: #dbdbdb;
  margin-bottom: 5px;
  line-height: 22px;
}

.blog-left-2 {
  padding: 10px 25px;
  background: #131313;
}

.blog-left-1 figure {
  width: 100%;
  height: 213px;
}

.blog-left-1 figure img {
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  margin-right: 0px;
}

.col-xs-12.col-md-4.col-lg-4.col-lg-4.new-space {
  padding: 0px;
}

.col-xs-12.col-md-8.col-lg-8.col-lg-8.no-space {
  padding: 0px;
}

.blog-left-start {
  padding-top: 30px;
}


/********************blog end**************/


/*********************instagram start********/

.instagram {
  width: 100%;
  float: left;
  background-color: #111111;
  padding: 60px 0px;
}

.instagram h1 {
  text-align: center;
  color: white;
  font-size: 73px;
  text-transform: uppercase;
  font-family: 'type';
  line-height: 44px;
}

.instagram h1 span {
  color: #f5d736;
}

.instagram figure {
  width: 100%;
  text-align: center;
}

.instagram figure img {
  margin-right: 13%;
}

.in-images {
  padding-top: 25px;
}

.in-images ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.in-images ul li {
  float: left;
  width: 12.5%;
}

.in-images ul li a figure {
  width: 100%;
  height: 165px;
}

.in-images ul li a figure img {
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  margin-right: 0%;
}


/*****************instagram end************/


/*****************footer logo start************/

.footer-logo-main {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.footer-logo {
  width: 100%;
  float: left;
  background-color: #111111;
  padding: 60px 0px;
}

.footer-logo ul li a figure {
  width: 100%;
  height: 165px;
}

.footer-logo ul li a figure img {
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  margin-right: 0%;
}

.footer-address {
  float: right;
  padding: 0px 35px;
}

.footer-address-2 {
  float: left;
  padding: 0px 35px;
}

.footer-adderess-main {
  padding-top: 40px;
}

.footer-address-2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-address-2 ul li {
  float: none;
  color: #f5f5f5;
  text-align: center;
  font-size: 16px;
  font-family: 'MetaPro-Normal';
}

.footer-address-2 ul li a {
  float: none;
  text-align: center;
  color: #f5f5f5;
  font-family: 'MetaPro-Normal';
  font-size: 16px;
  text-decoration: none;
}

.footer-address-2 ul li a:hover {
  color: #f4d636;
}

.footer-address ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-address ul li {
  float: none;
  color: #f5f5f5;
  text-align: center;
  font-size: 16px;
  font-family: 'MetaPro-Normal';
}

.footer-address ul li a {
  float: none;
  text-align: center;
  color: #f5f5f5;
  font-family: 'MetaPro-Normal';
  font-size: 16px;
  text-decoration: none;
}

.footer-address ul li a:hover {
  color: #f4d636;
}


/*****************footer logo end************/


/**************footer bottom start************/

.footer-bottom {
  width: 100%;
  float: left;
  background-color: #1a1a1a;
  padding: 10px 0px;
}

.bottom-left p {
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-family: 'MetaPro-Normal';
}

.bottom-left p a {
  text-align: left;
  font-size: 16px;
  color: #ddd;
  font-family: 'MetaPro-Normal';
  text-decoration: none;
}

.bottom-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bottom-right ul li {
  float: left;
}

.bottom-right ul li :hover {
  border-bottom: 1px solid#f4d636;
}

.bottom-right ul li a {
  text-align: left;
  color: #fff;
  font-size: 16px;
  padding: 0px 10px;
  font-family: 'MetaPro-Normal';
  text-decoration: none;
}

.footer-bottom-main {
  padding-top: 10px;
}


/**************footer bottom end************/


/***********bs slider start************/

@media (max-width: 1366px) {
  .slide-text {
    max-width: 1100px;
  }
}

@media (max-width: 1440px) {
  .slide-text {
    max-width: 1300px;
  }
}

.slide_style_left h1 {
  font-size: 58px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 1.2px;
  font-family: 'maridavidregular';
}


.slide_style_left p {
  font-size: 22px;
  color: #fff;
  font-family: 'MetaPro-Normal';
}

.slide_style_left h1 span {
  font-size: 58px;
  color: #f4d636;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 1.2px;
  font-family: 'maridavidregular';
}

.slide_style_left a button {
  background: #f4d636;
  padding: 12px 35px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 28px;
  font-size: 18px;
  font-family: 'MetaPro-Normal', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #231f20;
  border: 1px solid #f4d636;
  margin-right: 5px;
}

.slide_style_left a button:hover {
  background-color: transparent;
  color: #fff;
}




/**************bs slider end***********/




.blog_area{
	background:#131313;
	margin-bottom:30px;
}
.blog_area .blog_left{ max-width:170px; width:100%; float:left;}
.blog_area .blog_left img{ width:100%; height:auto;}
.blog_area .blog_right{ padding:10px 25px 10px 195px;}
.blog_area .blog_right h4 {
    font-size: 16.80px;
    font-family: "Source Sans Pro", sans-serif;
    color: #f5d735;
    line-height: 22px;
    margin-bottom: 5px;
}
.blog_area .blog_right em {
  font-family: 'MetaPro-Normal';
  font-size: 14px;
  color: #dbdbdb;
  margin-bottom: 5px;
  line-height: 22px;
}
.blog_area .blog_right p {
  font-size: 14px;
  color: #dbdbdb;
  margin-bottom: 5px;
  line-height: 22px;
  font-family: 'MetaPro-Normal';
}
.blog_area .blog_right p a {
  color: #f5d735;
  font-family: 'MetaPro-Normal';
  text-decoration: none;
}


 .navbar > .container .navbar-brand, .navbar >  .container-fluid .navbar-brand{
	 margin-left:0;
}
.navbar-header a figure {
	width: 100%;
	height: auto;
	margin: 10px 0;
}


/*contact css start*/
/*new css by kd begin*/
.top-section{
	margin: 0px;
    padding: 0px;
    background-color: #fff;
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    height: 100%;
}
.bannerlogo{
	display: none;
}
.circle {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    margin: 70px auto;
    background-color: antiquewhite;
}
.circle h1 {
    font-size: 24px;
    background-image: none;
    background-position: left bottom;
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    background-repeat: no-repeat;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.logo {
    width: 190px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}
.seperator {
    width: 110px;
    line-height: 10px;
    height: auto;
    margin: 8px 0px;
    padding: 0px;
}
.blec {
    font-family: 'Anton', sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 10px;
}
.red {
    color: #E82C2E;
    font-family: 'Anton', sans-serif;
    padding: 0px 6px;
    font-size: 22px;
}
.phone {
    font-family: 'Anton', sans-serif;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 10px;
    color: #E82C2E;
}
.address {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 10px;
}
.email {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 10px;
    color: #007BC3;
}
.downloadmenu {
    font-family: 'Anton', sans-serif;
    font-size: 19px;
    color: #000;
    line-height: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.downloadmenu:hover {
    color: #007BC3;
}
.circle-menu{
	list-style: none;
	margin-bottom: 25px;
}
.circle-menu li{
	display: inline-block;
}
.circle-menu li a{
	font-family: 'Anton', sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 10px;
}
.scroll-down{
	margin-top: 50px;
	font-family: 'Anton', sans-serif;
}
/*mouse*/
.mouse-icon {
	position: absolute;
	border: 2px solid #2f2f2f;
	background: #ffffff;
	opacity: 0.8;
	border-radius: 13px;
	height: 40px;
	width: 30px;
	margin: 0 auto;
	display: block;
	left: 0;
	right: 0;
	bottom: 22px;
	z-index: 100;
}
.mouse-icon .scroll {
	-webkit-animation-name: scrolling;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: scrolling;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}
.mouse-icon .scroll {
	position: relative;
	border-radius: 10px;
	background: #2f2f2f;
	width: 4px;
	height: 8px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}
@-webkit-keyframes scrolling {
	0% {
		top:2px;
		opacity: 0;
	}
	30% {
		top:8px;
		opacity: 1;
	}
	100% {
		top:16px;
		opacity: 0;
	}
}
@keyframes scrolling {
	0% {
		top:2px;
		opacity: 0;
	}
	30% {
		top:8px;
		opacity: 1;
	}
	100% {
		top:16px;
		opacity: 0;
	}
}
/*new css*/
.navbar-brand {
    font-size: 24px;
}
.navbar-container {
    padding: 20px 0 20px 0;
}
.navbar.navbar-fixed-top.fixed-theme {
    background: rgba(251, 249, 249, 0.8);
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.navbar-brand.fixed-theme {
    font-size: 18px;
}
.navbar-container.fixed-theme {
    padding: 0;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
#brand img{
	width: auto;
    height: 80px;
    margin-top: -28px;
}
.inner-img{
	height: 400px;
	overflow: hidden;
}
.inner-img img{
	width: 100%;
}
/*menu page css*/
.menu-page-title{
    padding: 80px 0px 0px 0px;
}
.menu-section {
    padding: 20px 0px;
    width: 100%;
}
.menu-section-row {
    padding: 30px 0px;
}
.menu-1 {
    width: 100%;
    margin: 0 auto;
    /*width: 50%;
    float: left;*/
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    list-style: none;
}
.h5{font-family:'Source Sans Pro', sans-serif;}
.menu-1 a {
    height: 100%;
    color: #fbcd65;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 70px;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-position: center;
    letter-spacing: 2px;
    background-color: #dce3db;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 130px;
    vertical-align: middle;
    font-size: 1.18182em;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    /* background: url(../img/rgbapng/00000033-5.png?1462937517); */
    background: rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px #000000;
}
.menu-1 a span {
    border: 3px solid #efc360;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.6);
}
.menu-1 a:hover{
	background: transparent;
}
.starter-content ul {
    list-style-type: none;
    padding: 0;
    margin: 25px 0 50px;
}
.starter-content ul li {
    margin-bottom: 20px!important;
    background-color: #1c276d;
    padding-left: 15px;
    padding-right: 15px;
    color: #521c21;
    padding-bottom: 15px;
    width: 90%;
    margin: 0 auto;
}
.main-li {
    border-bottom: 2px dotted#fbcd65;
    margin-bottom: 25px;
}
.title-main {
    font-weight: 600!important;
    font-size: 45px!important;
    color: #fbcd65!important;
    text-align: center!important;
    padding: 15px 0px!important;
 
}
.starter-content ul li h3.menu-title {
    display: table-cell;
    float: left;
    font-weight: 400;
    font-size: 30px;
    color: #f6f0f2;

}
.starter-content ul li h3.price-tag.text-right {
    text-align: right;
    padding: 10px 0px;
    color: #fbcd65;

}
.main-li p {
    color: #f6f0f2;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 12px;

}
.main-li p span {
    color: #e87926;
    font-weight: bold;
}
.tagline{
    color: #e87926;
    font-weight: bold;
    text-align: center;
    margin-top: -25px;
}
.tagline-inside{
    color: #e87926;
    font-weight: bold;
    text-align: center;
}
.price-tag span{
	color: #e87926;
    font-weight: bold;
}
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 25px;
    margin-bottom: 8px;
    background-color: #dc383800;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: white;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: black;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 40px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 400;
}
.navbar-nav > li > a {
    color: #000;
    font-weight: 600;
    padding: 20px;
    margin: 0px 5px;
}
.nav-menu{
	float: right;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background: rgba(251, 249, 249, 0.8);
}
.navbar-nav > li > a:hover {
	background:black;
}
.navbar-container.fixed-theme {
	padding: 15px;
}
.second{
	color: #fff;
}
.about-para{
    padding:180px;
    text-align: justify;
}