@font-face {
font-family: A;
src: url('../fonts/Montserrat-Light.ttf');
	}

@font-face {
font-family: B;
src: url('../fonts/Montserrat-Regular.ttf');
	}

@font-face {
font-family: C;
src: url('../fonts/Montserrat-Medium.ttf');
	}

@font-face {
font-family: D;
src: url('../fonts/Montserrat-Bold.ttf');
	}

@font-face {
font-family: E;
src: url('../fonts/HelveticaBold.ttf');
}

@font-face {
font-family: F;
src: url('../fonts/Swz721t.TTF');
	}

@font-face {
font-family: G;
src: url('../fonts/OpenSansRegular.ttf');
	}


body {
	margin:0 auto;
	padding: 0;
	background-color: #49494a;
	}

/* scrol bar */
::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar-track {background: #3e3d3d;}
::-webkit-scrollbar-thumb {background: #303030;}
::-webkit-scrollbar-thumb:hover {background: #b88e52;}

/* select color */
::selection {background:#b88e52; color: #fff}
::-moz-selection {background:#b88e52; color: #fff}

.noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	box-shadow: none;
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

.noBlue:hover {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	box-shadow: none;
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

.noBlue:focus {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	box-shadow: none;
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

/*--------------------------------------------------------------------------------------------------------------------------- Header */

.headerSEC {
    }

headerSEC {
	position: fixed;
	width: 100%;
	z-index: 10;
	background-color: #49494a;
	height: 120px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC.smaller {
	height: 60px;
	background-color: #49494a;
	}

headerSEC .container-fluid {
	padding: 0 80px 0 80px;
	margin: 0 0 0 0;
	}

headerSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

headerSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	line-height: 120px;
	float: left;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC.smaller .col1 {
	line-height: 55px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .col1 img {
	height: 74px;
	width: auto;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .col1 img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC.smaller .col1 img {
	height: 34px;
	width: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 120px;
	float: left;
	direction: ltr;
	text-align: right;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC.smaller .col2 {
	line-height: 60px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .menuLink {
	position: relative;
	font-family: B;
	color:#fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-right: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC.smaller .menuLink {
	font-size: 11px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .menuLink:hover {
	color: #b88e52;
	}

headerSEC .menuLink:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: -40px;
	right: 0;
	background: #b88e52;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}

headerSEC.smaller .menuLink:after {
	margin-top: -16px;
	}

headerSEC .menuLink:hover:after{
	width: 100%;
	left: 0;
	background: #b88e52;
	}

headerSEC .menuLink2 {
	position: relative;
	background-color: #b88e52;
	padding: 8px 40px;
	border-radius: 20px;
	font-family: B;
	color:#fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
headerSEC.smaller .menuLink2 {
	padding: 5px 30px;
	font-size: 11px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .menuLink2:hover {
	background-color: #fff;
	color:#b88e52;
	}

headerSEC .menuLink3 {
	position: relative;
	background-color: transparent;
	border: 1px solid #b88e52;
	padding: 8px 30px 6px 30px;
	border-radius: 20px;
	font-family: B;
	color:#fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
headerSEC.smaller .menuLink3 {
	padding: 5px 20px 2px 20px;
	font-size: 11px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .menuLink3:hover {
	border: 1px solid #b88e52;
	background-color: #b88e52;
	color:#fff;
	}


@media (min-width: 913px) and (max-width: 1199.98px) { 
	headerSEC .menuLink {margin-right: 30px;}
	}

/*---------------------------------------------------------------------------------------------------------------------------- small */

.headerSECs {
	width: 100%;
	z-index: 10;
	position: absolute;
	background-color: #49494a;
	height: 150px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

.headerSECs .col1 {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	text-align: center;
	}
.headerSECs .col1 img {
	height: 90px;
	width: auto;
	float: none;
	margin: 0 auto;
	}

.headerSECs .menuDiv {
	padding: 54px 0 0 20px;
	margin: 0 0 0 0;
	position: absolute;
	text-align: left;
	z-index: 11;
	}

.headerSECs .menuDiv button:hover {
	background-color: transparent;
	}
.headerSECs .menuDiv a {
	}
.headerSECs .menuDiv i {
	color: #b88e52;
	font-size: 42px;
	}
.headerSECs .offcanvas-header {
	text-align: right;
	direction: rtl;
	float: right;
	background-color: #49494a;
	}
.headerSECs .closeBu {
	margin-top: 50px;
	margin-right: 20px;
	font-size: 22px;
	padding-bottom: 13px;
	padding-top: 2px;
	opacity: 1;
	background-color: #b88e52;
	}
.headerSECs .offcanvas-header i {
	font-size: 20px;
	color: #fff;
	}
.headerSECs .offcanvas-body {
	padding: 20px 0 0 40px;
	line-height: 40px;
	background-color: #49494a;
	}
.headerSECs .offcanvas-body a {
	font-family: B;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}


.headerSECs .offcanvas-body .menuLink2 {
	position: relative;
	background-color: #b88e52;
	padding: 2px 15px 0 15px;
	border-radius: 30px;
	font-family: B;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.headerSECs .offcanvas-body .menuLink2:hover {
	background-color: #fff;
	color:#b88e52;
	}

.headerSECs .offcanvas-body button {
	font-family: B;
	color: #fff;
	background-color: transparent;
	padding-left: 0px;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

/*---------------------------------------------------------------------------------------------------------------------- main Header */

.mainHeaderSEC {
	}
.mainHeaderSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow-x: hidden;
	}
.mainHeaderSEC .r1 {
	padding: 200px 0 100px 0;
	margin: 0 0 0 0;
	background-color: #e6e6e6;
	}

.mainHeaderSEC .col1 {	
	padding: 0 30px 0 0;
	margin: 0 0 0 0;
	}
.mainHeaderSEC .r2 {	
	padding: 0 0 0 100px;
	margin: 0 0 0 0;
	}
.mainHeaderSEC .col1a {	
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 38px;
	color:#201F1F;
	letter-spacing: 0.5px;
	text-align: left;
	line-height: 44px;
	}
.mainHeaderSEC .col1a span {	
	font-family: D;
	font-size: 38px;
	color:#B88E52;
	letter-spacing: 0.5px;
	}
.mainHeaderSEC .col1b {	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 16px;
	color:#201F1F;
	letter-spacing: 0.5px;
	line-height: 22px;
	}
.mainHeaderSEC .col1c {	
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	}

.mainHeaderSEC .col1c a {
	background-color: #b88e52;
	border: 1px #b88e52 solid;
	padding: 8px 60px;
	border-radius: 20px;
	font-family: B;
	color:#fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.mainHeaderSEC .col1c a:hover {
	background-color: transparent;
	color:#b88e52;
	}

.mainHeaderSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.mainHeaderSEC .col2 img {
	float: none;
	margin: 0 auto 0 auto;
	width: 90%;
	height: auto;
	}

@media (max-width: 575.98px) { 
	.mainHeaderSEC .r1 {padding: 190px 0 50px 0;flex-direction: column-reverse;}
	.mainHeaderSEC .col1 {padding: 0 0 0 0;}
	.mainHeaderSEC .r2 {padding: 0 0 0 0;}
	.mainHeaderSEC .col1a {padding: 0 20px 5px 20px;text-align: center;}
	.mainHeaderSEC .col1b {padding: 0 20px 0 20px;text-align: center;}
	.mainHeaderSEC .col1c {text-align: center;}
	.mainHeaderSEC .col1c a {float: none;margin: 0 auto;}
	.mainHeaderSEC .col2 {padding: 0 0 30px 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.mainHeaderSEC .r1 {padding: 200px 0 50px 0;}
	.mainHeaderSEC .r2 {padding: 0 40px 0 40px;}
	.mainHeaderSEC .col1a {font-size: 34px;line-height: 40px;}
	.mainHeaderSEC .col1a span {font-size: 34px;}
	.mainHeaderSEC .col1b {line-height: 21px;}
	.mainHeaderSEC .col1c a {padding: 6px 40px;}
	.mainHeaderSEC .col2 {padding: 0 30px 0 0;}
	.mainHeaderSEC .col2 img {width: 100%;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) { 
	.mainHeaderSEC .r1 {padding: 200px 0 50px 0;}
	.mainHeaderSEC .r2 {padding: 0 40px 0 40px;}
	.mainHeaderSEC .col1a {font-size: 34px;line-height: 40px;}
	.mainHeaderSEC .col1a span {font-size: 34px;}
	.mainHeaderSEC .col1b {line-height: 21px;}
	.mainHeaderSEC .col1c a {padding: 6px 40px;}
	.mainHeaderSEC .col2 {padding: 0 30px 0 0;}
	.mainHeaderSEC .col2 img {width: 100%;}
	}

/*---------------------------------------------------------------------------------------------------------------------------- about */

.aboutSEC {
	background-color: #323131;
	}
.aboutSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutSEC .row {
	padding: 50px 0 50px 0;
	margin: 0 0 0 0;
	}

.aboutSEC .r1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.aboutSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	}
.aboutSEC .col1 img {
	float: left;
	}

.aboutSEC .col2 {
	padding: 54px 80px 0 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family: A;
	font-size: 46px;
	color:#fff;
	letter-spacing: 0.5px;
	}
.aboutSEC .col2 span {
	font-family: D;
	color:#B88E52;
	}
.aboutSEC .col2 p {
	font-family: A;
	color:#fff;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 15px;
	line-height: 20px;
	}

.aboutSEC .r2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.aboutSEC .col3 {
	padding: 54px 0 0 80px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: A;
	font-size: 46px;
	color:#fff;
	letter-spacing: 0.5px;
	}
.aboutSEC .col3 span {
	font-family: D;
	color:#B88E52;
	}
.aboutSEC .col3 p {
	font-family: A;
	color:#fff;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 15px;
	line-height: 20px;
	}

.aboutSEC .col4 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
	}
.aboutSEC .col4 img {
	float: right;
	}


@media (max-width: 575.98px) { 
	.aboutSEC .row {padding: 30px 0 30px 0;}
	.aboutSEC .col1 img {height: 200px;width: auto;}
	.aboutSEC .col2 {padding: 30px 20px 0 20px;font-size: 42px;}
	.aboutSEC .col2 p {margin-top: 5px;}
	.aboutSEC .r2 {flex-direction: column-reverse;}
	.aboutSEC .col3 {padding: 30px 20px 0 20px;font-size: 38px;}
	.aboutSEC .col3 p {margin-top: 5px;}
	.aboutSEC .col4 img {height: 250px;width: auto;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutSEC .row {padding: 30px 0 30px 0;}
	.aboutSEC .col1 img {height: 200px;width: auto;}
	.aboutSEC .col2 {padding: 30px 25px 0 25px;font-size: 42px;}
	.aboutSEC .col2 p {margin-top: 5px;}
	.aboutSEC .col3 {padding: 30px 25px 0 25px;font-size: 38px;}
	.aboutSEC .col3 p {margin-top: 5px;}
	.aboutSEC .col4 img {height: 250px;width: auto;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) { 
	.aboutSEC .row {padding: 30px 0 30px 0;}
	.aboutSEC .col1 img {height: 200px;width: auto;}
	.aboutSEC .col2 {padding: 30px 50px 0 0;font-size: 42px;}
	.aboutSEC .col2 p {margin-top: 5px;}
	.aboutSEC .col3 {padding: 30px 0px 0 50px;font-size: 38px;}
	.aboutSEC .col3 p {margin-top: 5px;}
	.aboutSEC .col4 img {height: 250px;width: auto;}
	}

/*----------------------------------------------------------------------------------------------------------------------------- work */

.ourWorkSEC {
	background-color: #ececec;
	}
.ourWorkSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.ourWorkSEC .row {
	padding: 50px 0 25px 0;
	margin: 0 0 0 0;
	}

.ourWorkSEC .col1 {
	padding: 0 0 0 80px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: A;
	font-size: 38px;
	color:#201F1F;
	letter-spacing: 0.5px;
	}
.ourWorkSEC .col1 span {
	font-family: D;
	color:#B88E52;
	}

.ourWorkSEC .col2 {
	padding: 25px 0 0 0;
	margin: 0 0 0 0;
	}
.ourWorkSEC .col2 .r2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.ourWorkSEC .col2 .col21 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.ourWorkSEC .col2 .col21 img {
	width: 100%;
	height: auto;
	}

/*.ourWorkSEC .col2 {
	padding: 25px 0 0 0;
	margin: 0 0 0 0;
	}
	.ourWorkSEC .slider {width: 100%;}
	.ourWorkSEC .slick-slide { margin: 0px 0px; }
	.ourWorkSEC .slick-slide img { width: 100%; }
	.ourWorkSEC .slick-prev:before,
	.ourWorkSEC .slick-next:before { color: black; }
	.ourWorkSEC .slick-slide {transition: all ease-in-out .3s; opacity: .2;}
	.ourWorkSEC .slick-active {opacity: 1; }
	.ourWorkSEC .slick-current {opacity: 1;}*/

@media (max-width: 575.98px) { 
	.ourWorkSEC .row {padding: 25px 0 25px 0;}
	.ourWorkSEC .col1 {padding: 0 25px 0 25px;line-height: 50px; font-size: 34px;}	
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.ourWorkSEC .row {padding: 25px 0 25px 0;}
	.ourWorkSEC .col1 {padding: 0 25px 0 25px;line-height: 50px;font-size: 34px;}	
	}

/*----------------------------------------------------------------------------------------------------------------------------- menu */

.ourMenuSEC {
	background-color: #ececec;
	}
.ourMenuSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.ourMenuSEC .row {
	padding: 25px 0 50px 0;
	margin: 0 0 0 0;
	}

.ourMenuSEC .col1 {
	padding: 0 0 0 80px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: A;
	font-size: 38px;
	color:#201F1F;
	letter-spacing: 0.5px;
	}
.ourMenuSEC .col1 span {
	font-family: D;
	color:#B88E52;
	}

.ourMenuSEC .col2 {
	padding: 0 100px 0 100px;
	margin: 0 0 0 0;
	}
.ourMenuSEC .col21 {
	padding: 25px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	float: left;
	}
.ourMenuSEC .col21 img {
	float: none;
	margin: 0 auto;
	}

.ourMenuSEC .col3 {
	padding: 50px 80px 0 80px;
	margin: 0 0 0 0;
	text-align: center;
	}
.ourMenuSEC .col3 a {
	background-color: #b88e52;
	border: 1px #b88e52 solid;
	padding: 8px 100px;
	border-radius: 20px;
	font-family: B;
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.ourMenuSEC .col3 a:hover {
	background-color: transparent;
	color:#b88e52;
	}

.ourMenuSEC .col4 {
	padding: 40px 80px 0 80px;
	margin: 0 0 0 0;
	}

/*accordion 1*/
.ourMenuSEC .acr1 .accordion-item {
	background-color: transparent;
	}
.ourMenuSEC .col4 .acr1 .accordion-button {
    font-family: B;
	background-color: #b88e52;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	}
.ourMenuSEC .col4 .acr1 .accordion-body {
	padding-right: 0px!important;
	padding-left: 0px!important;
	}
.ourMenuSEC .col4 .acr1 .accordion-button:focus {
    border-color: transparent!important;
	}

/*accordion 2*/
.ourMenuSEC .acr2 .accordion-item {
	background-color: transparent;
	}
.ourMenuSEC .col4 .acr2 .accordion-button {
    font-family: B;
	background-color: transparent;
	color: #b88e52;
	font-size: 18px;
	letter-spacing: 0.5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	}
.ourMenuSEC .col4 .acr2 .accordion-body {
    font-family: B;
	color: #201F1F;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 0px!important;
	}
.ourMenuSEC .col4 .acr2 .accordion-body .colin1 {
    padding: 0 0 20px 25px;
	margin: 0 0 0 0;
	}
.ourMenuSEC .col4 .acr2 .accordion-button:focus {
    border-color: transparent!important;
	}


	
@media (max-width: 575.98px) { 	
	.ourMenuSEC .col1 {padding: 0 25px 0 25px;text-align: center; font-size: 34px;}
	.ourMenuSEC .col2 {padding: 0 0 0 0;}
	.ourMenuSEC .col21 {padding: 25px 0 0 0;text-align: center;float: none;}
	.ourMenuSEC .col3 {padding: 30px 25px 0 25px;}
	.ourMenuSEC .col3 a {padding: 6px 60px;}
	.ourMenuSEC .col4 {padding: 20px 20px 0 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.ourMenuSEC .col2 {padding: 0 10px 0 10px;}
	.ourMenuSEC .col4 {padding: 20px 20px 0 20px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) { 
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------------- parallax */

.hParallax {
	}
.hParallax .container-fluid{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hParallax .row{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hParallax .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 450px;
	}
.hParallax .col1a {
	padding: 125px 130px 0 130px;
	margin: 0 0 0 0;
	text-align: center;
	font-family: C;
	color: #B88E52;
	font-size: 40px;
	letter-spacing: 0.5px;
	}
.hParallax .col1a p {
	font-family: A;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 30px;
	}
.hParallax .col1 .jarallax-img {
	}
	
@media (max-width: 575.98px) { 	
	.hParallax .col1a {padding: 60px 25px 20px 25px;font-size: 30px;}
	.hParallax .col1a p {font-size: 14px;margin: 30px;}
	}

/*--------------------------------------------------------------------------------------------------------------------------- assist */

.assistSEC {
	background-color: #343333;
	}
.assistSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.assistSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.assistSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	}
.assistSEC .col1 img {
	float: left;
	}

.assistSEC .col2 {
	padding: 110px 80px 0 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family: D;
	font-size: 30px;
	color:#B88E52;
	letter-spacing: 1px;
	}
.assistSEC .col2 p {
	font-family: A;
	color:#fff;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 15px;
	line-height: 20px;
	}
	
@media (max-width: 575.98px) { 
	.assistSEC .col1 img {height: 320px;width: auto;}
	.assistSEC .col2 {padding: 40px 25px 25px 25px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.assistSEC .col1 img {height: auto;width: 450px;}
	.assistSEC .col2 {padding: 60px 25px 25px 25px;font-size: 26px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------------- contacts */

.contactsSEC {
	background-color: #ececec;
	}
.contactsSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.contactsSEC .row {
	padding: 50px 0 50px 0;
	margin: 0 0 0 0;
	}

.contactsSEC .col1 {
	padding: 0 0 0 80px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: A;
	font-size: 36px;
	color:#201F1F;
	letter-spacing: 0.5px;
	}
.contactsSEC .col1 span {
	font-family: D;
	color:#B88E52;
	}

.contactsSEC .col2 {
	padding: 40px 200px 0 200px;
	margin: 0 0 0 0;
	text-align: center;
	}

.contactsSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #B88E52;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	color: #201F1F;
	font-family: B;
	font-size: 14px;
	letter-spacing: 0.2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

.contactsSEC .cFormF:focus {
	background:rgba(255,255,255,0.3);
	border-bottom: 1px solid #B88E52;
	padding-left: 10px;
	}

.contactsSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #B88E52;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	color: #201F1F;
	font-family: B;
	font-size: 14px;
	letter-spacing: 0.2px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.contactsSEC .cFormF2:focus {
	background:rgba(255,255,255,0.3);
	border-bottom: 1px solid #B88E52;
	padding-left: 10px;
	}

.contactsSEC .colBu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.contactsSEC .FormBu {
	padding: 4px 120px;
	margin: 0 auto;
	float: none;
	margin-top: 40px;
	background-color: #B88E52;
	border: 1px solid #B88E52;
	border-radius: 20px;
	font-family: B;
	color:rgba(255,255,255,1);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.contactsSEC .FormBu:hover {
	background-color:transparent;
	color:#201F1F;
	border-bottom: 1px solid #B88E52;
	}

.contactsSEC .rCol {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	}

@media (max-width: 575.98px) { 
	.contactsSEC .row {padding: 30px 0 30px 0;}
	.contactsSEC .col1 {padding: 0 0 0 0;text-align: center; font-size: 30px;}
	.contactsSEC .col2 {padding: 40px 25px 0 25px;}
	.contactsSEC .rCol {float: none;padding-left: 0px;padding-right: 0px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.contactsSEC .row {padding: 30px 0 30px 0;}
	.contactsSEC .col1 {padding: 0 0 0 0;text-align: center; font-size: 30px;}
	.contactsSEC .col2 {padding: 40px 25px 0 25px;}
	.contactsSEC .rCol {float: none;padding-left: 0px;padding-right: 0px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) { 
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*--------------------------------------------------------------------------------------------------------------- contact us sent */

.contactsSentSEC {
	}

.contactsSentSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.contactsSentSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	align-items: center;
	}

.contactsSentSEC .col1  {
	font-family: A;
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	letter-spacing: 0.5px;
	}

.contactsSentSEC .menuLink2 button {
	background-color: #B38950;
	border: 1px solid #B38950;
	border-radius: 20px;
	font-family: B;
	padding: 8px 24px 7px 24px;
	color:rgba(255,255,255,1);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: -4px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.contactsSentSEC .menuLink2 button:hover {
	background-color:transparent;
	color:#B38950;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

@media (max-width: 575.98px) { 
	.contactsSentSEC .row {padding: 0 25px 0 25px;}
	}

@media (min-width: 576px) and (max-width: 912.98px) { 
	.contactsSentSEC .row {padding: 0 25px 0 25px;}
	}

@media (min-width: 913px) and (max-width: 1199.98px) { 
	.contactsSentSEC .row {padding: 0 25px 0 25px;}
	}

@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}


/*------------------------------------------------------------------------------------------------------------------------ footer */

.footerSEC {
	background-color: #201F1F;
	}

.footerSEC .container-fluid {
	padding: 80px 80px;
	margin: 0 auto;
	}

.footerSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.footerSEC .col1 {
	padding: 7px 0 0 0;
	margin: 0 0 0 0;
	}

.footerSEC .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	}

.footerSEC .col1_1 i {
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	font-family: A;
	color: #B38950;
	font-size: 20px;
	vertical-align: -1px;
	}

.footerSEC .col1_2 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	}

.footerSEC .col1_2 i {
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	font-family: A;
	color: #B38950;
	font-size: 20px;
	}

.footerSEC .col1 img {
	height: 80px;
	width: auto;
	}

.footerSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}

.footerSEC .col2_3 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	}

.footerSEC .col2_4 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	}

.footerSEC .col2_4 i {
	margin-right: 50px;
	color: #B38950;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.footerSEC .col2_4 i:hover {
	color: #fff;
	}

.footerSEC .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.footerSEC .col3_1 {
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	color: #fff;
	font-family: A;
	letter-spacing: 0.5px;
	font-size: 14px;
	}

.footerSEC .col3 .formCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.footerSEC .col3 .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	color: #fff;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

.footerSEC .col3 .cFormF:focus {
	background:#212121;
	border-bottom: 1px solid #B38950;
	padding-left: 10px;
	}

.footerSEC .col3 .FormBu {
	width:100%;
	background-color: #B38950;
	border: 1px solid #B38950;
	border-radius: 20px;
	font-family: B;
	padding: 8px 24px 7px 24px;
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.footerSEC .col3 .FormBu:hover {
	background-color:transparent;
	color:#B38950;
	}

@media (max-width: 575.98px) { 
	.footerSEC .container-fluid {padding: 40px 30px;}
	.footerSEC .col1 {padding: 0 0 0 0;text-align: center;}
	.footerSEC .col1 img {height: 60px;}
	.footerSEC .col2 {padding: 30px 0 0 0}
	.footerSEC .col2_1 {text-align: center; font-size: 14px; padding: 30px 0 0 0;}
	.footerSEC .col2_1 i {font-size: 16px; padding: 0 3px 0 0;}
	.footerSEC .col2_2 {text-align: center;font-size: 14px; padding: 6px 0 0 0;}
	.footerSEC .col2_2 i {font-size: 16px; padding: 0 3px 0 0;}
	.footerSEC .col2_3 {text-align: center;font-size: 14px;padding: 6px 0 0 0;}
	.footerSEC .col2_3 i {font-size: 16px;padding: 0 3px 0 0;}
	.footerSEC .col2_4 {text-align: center;padding: 10px 0 0 0;}
	.footerSEC .col2_4 i {font-size: 18px;}
	.footerSEC .col3 {padding: 30px 0 0 0;text-align: center;}
	.footerSEC .col3_1 {font-size: 12px;}
	.footerSEC .col3 .cFormF {width: 95%;margin: 0 auto 15px auto;}
	.footerSEC .col3 .FormBu {font-size: 12px; width:60%;}
	}

@media (min-width: 576px) and (max-width: 912.98px) { 
	.footerSEC .container-fluid {padding: 40px 30px;}
	.footerSEC .col1 {padding: 0 0 0 0;text-align: center;}
	.footerSEC .col1 img {height: 60px;}
	.footerSEC .col2 {padding: 30px 0 0 0}
	.footerSEC .col2_1 {text-align: center; font-size: 14px; padding: 30px 0 0 0;}
	.footerSEC .col2_1 i {font-size: 16px; padding: 0 3px 0 0;}
	.footerSEC .col2_2 {text-align: center;font-size: 14px; padding: 6px 0 0 0;}
	.footerSEC .col2_2 i {font-size: 16px; padding: 0 3px 0 0;}
	.footerSEC .col2_3 {text-align: center;font-size: 14px;padding: 6px 0 0 0;}
	.footerSEC .col2_3 i {font-size: 16px;padding: 0 3px 0 0;}
	.footerSEC .col2_4 {text-align: center;padding: 10px 0 0 0;}
	.footerSEC .col2_4 i {font-size: 18px;}
	.footerSEC .col3 {padding: 30px 0 0 0;text-align: center;}
	.footerSEC .col3_1 {font-size: 12px;}
	.footerSEC .col3 .cFormF {width: 70%;margin: 0 auto 15px auto;}
	.footerSEC .col3 .FormBu {font-size: 12px; width:40%;}
	}

@media (min-width: 913px) and (max-width: 1199.98px) { 
	.footerSEC .container-fluid {padding: 40px 30px;}
	.footerSEC .col1 {padding: 0 0 0 0;text-align: center;}
	.footerSEC .col1 img {height: 60px;}
	.footerSEC .col2 {padding: 30px 0 0 0}
	.footerSEC .col2_1 {text-align: center; font-size: 14px; padding: 30px 0 0 0;}
	.footerSEC .col2_1 i {font-size: 16px; padding: 0 3px 0 0;}
	.footerSEC .col2_2 {text-align: center;font-size: 14px; padding: 6px 0 0 0;}
	.footerSEC .col2_2 i {font-size: 16px; padding: 0 3px 0 0;}
	.footerSEC .col2_3 {text-align: center;font-size: 14px;padding: 6px 0 0 0;}
	.footerSEC .col2_3 i {font-size: 16px;padding: 0 3px 0 0;}
	.footerSEC .col2_4 {text-align: center;padding: 10px 0 0 0;}
	.footerSEC .col2_4 i {font-size: 18px;}
	.footerSEC .col3 {padding: 30px 0 0 0;text-align: center;}
	.footerSEC .col3_1 {font-size: 12px;}
	.footerSEC .col3 .cFormF {width: 95%;margin: 0 auto 15px auto;}
	.footerSEC .col3 .FormBu {font-size: 12px; width:60%;}
	}

@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}




/* ------------------------------------------------------------------------------------------------------------------------ login -- */

.loginSEC {
	}

.loginSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.loginSEC .row {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 500px;
	height: 100vh;
	}

.loginSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.loginSEC .col1 img {
	float: none;
	margin: 0 auto 30px auto;
	width: 250px;
	height: auto;
	}
.loginSEC .col1 form {
	padding: 30px 30px 10px 30px;
	margin: 0 0 0 0;
	background-color: rgba(255,255,255,0.05);
	border-radius: 4px;
	}


.loginSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #B88E52;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	color:#FFFFFF;
	font-family: B;
	font-size: 14px;
	letter-spacing: 0.2px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

.loginSEC .cFormF:focus {
	background:#464646;
	border-bottom: 1px solid #B88E52;
	padding-left: 10px;
	}

.loginSEC .FormBu {
	padding: 8px 120px 4px 120px;
	margin: 0 auto;
	float: none;
	width: 100%;
	margin-top: 15px;
	background-color: #B88E52;
	border: 1px solid #B88E52;
	border-radius: 4px;
	font-family: B;
	color:rgba(255,255,255,1);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.loginSEC .FormBu:hover {
	background-color:transparent;
	color:rgba(255,255,255,1);
	border-bottom: 1px solid #B88E52;
	}

/* ------------------------------------------------------------------------------------------------------------------ user logout -- */

.userSEC {
	z-index: 2;
	position: absolute;
	width: 100%;
	}

.userSEC .userDiv {
	right: 0px;
	padding: 6px 20px 6px 20px;
	margin: 20px 20px 0 0;
	position: absolute;
	background-color:rgba(2,2,2,0.8);
	border-radius: 30px;
	text-align: center;
	direction: ltr;
	font-family: G;
	font-size: 14px;
	letter-spacing: 0.5px;
	color:#ECECEC;
	}
.userSEC .userDiv a {
	text-decoration: none;
	font-family: G;
	font-size: 14px;
	letter-spacing: 0.5px;
	color:#b88e52;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.userSEC .userDiv a:hover {
	color:#d9b27a;
	}

/* --------------------------------------------------------------------------------------------------------------------- register -- */

.registerSEC {
	}

.registerSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.registerSEC .row {
	padding: 0 25px 0 25px;
	margin: 0 auto;
	max-width: 500px;
	height: 100vh;
	}

.registerSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.registerSEC .col1 img {
	float: none;
	margin: 0 auto 30px auto;
	width: 250px;
	height: auto;
	}
.registerSEC .col1 form {
	padding: 30px 30px 10px 30px;
	margin: 0 0 0 0;
	background-color: rgba(255,255,255,0.05);
	border-radius: 4px;
	}


.registerSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #B88E52;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	color:#FFFFFF;
	font-family: B;
	font-size: 14px;
	letter-spacing: 0.2px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

.registerSEC .cFormF:focus {
	background:#464646;
	border-bottom: 1px solid #B88E52;
	padding-left: 10px;
	}

.registerSEC .FormBu {
	padding: 8px 120px 4px 120px;
	margin: 0 auto;
	float: none;
	width: 100%;
	margin-top: 15px;
	background-color: #B88E52;
	border: 1px solid #B88E52;
	border-radius: 4px;
	font-family: B;
	color:rgba(255,255,255,1);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.registerSEC .FormBu:hover {
	background-color:transparent;
	color:rgba(255,255,255,1);
	border-bottom: 1px solid #B88E52;
	}

/*------------------------------------------------------------------------------------------------------------------------ food menu */

.foodMenu {
	z-index: 1;
	position: absolute;
	width: 100%;
	}

.foodMenu .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.foodMenu .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.foodMenu .col1 {
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.foodMenu .col1 img {
	width: 350px;
	height: auto;
	float: none;
	margin: 0 auto;
	text-align: center;
	}

.foodMenu .col2 {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	font-family: C;
	font-size: 38px;
	color:#fff;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 44px;
	}
.foodMenu .col2 span {
	font-family: D;
	color:#b88e52;
	}

.foodMenu .col3 {
	padding: 0 0 0 0;
	margin: 25px 0 0 0;
	height: 50px;
	background-color: rgba(39,39,39,0.8);
	}
.foodMenu .col3a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.foodMenu .col3b {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.foodMenu .col3c {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.foodMenu .col3d {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.foodMenu .col4 {
	padding: 40px 30px 40px 30px;
	margin: 0 0 0 0;
	min-height: 500px;
	background-color:rgba(15,15,15,0.9);
	}

.foodMenu .col4a {
	padding: 25px 30px;
	margin: 0 0 0 0;
	}

.foodMenu .col4a1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 20px;
	font-family: C;
	color: #b88e52;
	letter-spacing: 0.5px;
	}
.foodMenu .col4a2 {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	font-size: 13px;
	font-family: A;
	color:#E7E7E7;
	letter-spacing: 0.5px;
	}
.foodMenu .col4a3 {
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	font-size: 14px;
	font-family: D;
	color: #fff;
	letter-spacing: 1px;
	}
.foodMenu .col4a3 i {
	font-size: 14px;
	font-family: D;
	color: #b88e52;
	}

@media (max-width: 575.98px) { 
	.foodMenu .col1 {padding: 70px 0 0 0;}
	.foodMenu .col1 img {width: 300px;}
	.foodMenu .col3 {padding: 0 20px 0 20px;height: auto;}
	.foodMenu .select {width: 100%;}
	.foodMenu .col4 {padding: 20px 20px 20px 20px;min-height: auto;}
	.foodMenu .col4a {padding: 15px 10px; border-bottom: 1px solid #313131}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}


