



/*------------------ # Design Fonts ------------------*/



@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');



@import url(line-awesome.css);





/* ----**** [ general css ] ****---- */



body { font-family: "Montserrat", sans-serif; font-weight:400; font-size: 16px; color: #000000;}



body.innerpage { height: auto;}



a { color: #000000; text-decoration: none;

	transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s;}

a:hover, a:active, a:focus { color: #ff0000; outline: none; text-decoration: none;}





/* ----**** [ order button css ] ****---- */



.order-btn { background: #f05e69; font-size:16px; font-weight: 700; color: #ffffff; 

	text-transform:uppercase; display: inline-flex; justify-content: center; align-items: center; 

  border: 1.5px solid #ffffff; letter-spacing: 1px; padding: 10px 22px; min-width: 240px; height: 48px;

	/*-webkit-border-radius: 50px 0 50px 0; -moz-border-radius: 50px 0 50px 0; -ms-border-radius: 50px 0 50px 0; border-radius: 50px 0 50px 0;*/

	/*-webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px;*/

	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;}

.order-btn:hover, .order-btn:focus { background: #6dbe57; color: #ffffff;}





h1, h2, h3, h4, h5, h6 { margin: 0 0 16px 0;}

h1, h2, h3, h4 { font-family: "Style Script", cursive; text-transform: capitalize;  font-weight:400;}



p { font-family: "Montserrat", sans-serif; font-weight:400; font-size:16px; margin:0 0 16px 0; color: #000000;}



section { padding:80px 0;}	





/* ----**** [ sections header ] ****---- */



.section-header { margin-bottom:36px; text-align:center;}

.section-header h2 { font-family: "Style Script", cursive; font-size: 40px; font-weight:400;

    text-transform: capitalize; color:#000000; margin: 0;}

.section-header h2.clrWhite { color:#FFFFFF;}

.section-header h2.clrBlack { color:#000000;}





/* ----**** [ back-to-top button ] ****---- */



.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 996;

	background: rgba(255, 255, 255, 0.50); width: 40px; height: 40px; visibility: hidden; opacity: 0;

	-webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px;

	-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s;}

	

.back-to-top i { font-size: 28px; color: #000000; line-height: 0;}

.back-to-top:hover { background: rgba(255, 255, 255, 1);}

.back-to-top:hover i { color: #000000;}

.back-to-top.active { visibility: visible; opacity: 1;}





/* Prelaoder */

#preloader {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 9999;

  overflow: hidden;

  background: #fff;

}



#preloader:before {

  content: "";

  position: fixed;

  top: calc(50% - 30px);

  left: calc(50% - 30px);

  border: 6px solid #f2f2f2;

  border-top: 6px solid #18d26e;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  -webkit-animation: animate-preloader 1s linear infinite;

  animation: animate-preloader 1s linear infinite;

}



@-webkit-keyframes animate-preloader {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



@keyframes animate-preloader {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}





/* ----**** [ header section ] ****---- */



.top-area { position: relative; width: 100%; height: 100%;}



#header .website-note { background:#ff0000; text-decoration:none;

	font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 16px; color:#ffffff;	

	position: absolute; width: 100%; top: -36px; height: 36px; display: flex; align-items: center; justify-content: center;}



#header { background:#ffffff; z-index: 997; height:100px; top: 36px; 

	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}

	

#header .header-inner { display: flex; justify-content: space-between; align-items: center;}

	

#header.header-scrolled { background:#ffffff; border-bottom: 1px solid rgba(231, 231, 231, 1); height: 80px; top:0;

	box-shadow: 1px 0 10px rgb(0 0 0 / 10%); -webkit-box-shadow: 1px 0 10px rgb(0 0 0 / 10%); -moz-box-shadow: 1px 0 10px rgb(0 0 0 / 10%);}



#header .logo { margin: 0; padding: 0; text-align: center; /*border-bottom: 1px solid #e2e2e2;*/}

#header .logo img { max-height: 70px;}





/* ----**** [ desktop navigation section ] ****---- */



.nav-wrapper { display: flex; gap: 12px; justify-content: center; align-items: center;}

.nav-wrapper ul.header-social { display: flex; padding: 0; margin: 0; list-style-type: none;}

.nav-wrapper ul.header-social li {}

.nav-wrapper ul.header-social li a { height: 32px; width: 32px; font-size: 22px; color:#000000; 

	display: flex; align-items: center; justify-content: center;}

.nav-wrapper ul.header-social li a i.la-facebook-f { font-size: 20px;}

.nav-wrapper ul.header-social li a:hover { background: #f05e69; color: #FFFFFF;}



.navbar { padding: 0; justify-content: center;}



.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center;}

.navbar ul li { position: relative; }



.navbar ul li a { display: flex; align-items: center; justify-content: space-between; 

	font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.75px;

  text-transform: none; color: #000000; text-transform: uppercase;

	white-space: nowrap; padding: 0 10px; /*border-right: 1px solid #000;*/

	-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;}

.navbar ul li a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color:#f05e69;}



.navbar ul li a i { margin: 0 12px 0 0; font-size: 28px;}



.navbar ul li:nth-last-child(2) a, .navbar a.nav-link.order-online-btn { border-right: 0px none;}



.navbar a.nav-link.order-online-btn { display: flex; background: #6dbe57; color: #FFFFFF; 

	padding:0 12px; min-width: 120px; justify-content: center; height: 40px; border: 1.5px solid #000000;

	/*-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;*/}

.navbar a.nav-link.order-online-btn:hover { background: #f05e69; color: #ffffff;}

	

.nav-link:focus, .nav-link:hover{ color:rgba(98, 107, 82, 1);}





/* ----**** [ mobile navigation section ] ****---- */



.mobile-nav-toggle { color: #000000; font-size: 36px; cursor: pointer; display: none; line-height: 0;

  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s;}

.mobile-nav-toggle.bi-x { color: #FFFFFF;}



@media (max-width: 991px) {

	

  .mobile-nav-toggle { display: block;}

  .navbar ul { display: none;}

  

}



.navbar-mobile { background: rgba(20, 33, 56, 0.65); overflow: hidden;

	position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 999;

	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;}

  

.navbar-mobile .mobile-nav-toggle { position: absolute; top: 16px; right: 24px; font-size: 36px;}



.navbar-mobile ul { background:#000000; display: block; overflow-y: auto;

	position: absolute; top: 48px; right: 24px; bottom: 24px; left: 24px; padding: 16px;

	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;}	

.navbar-mobile ul li { text-align:center; margin:0;}	

.navbar-mobile ul li a { font-size: 16px; padding: 8px 16px; 

  font-weight:700; color:#ffffff; justify-content: center; border-right: 0px none;

	/*-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;*/}

	

.navbar-mobile ul li a:focus { display:block;}

.navbar-mobile ul li a:hover, .navbar-mobile .active, .navbar-mobile ul li:hover > a { background: #FFFFFF; color:#ff0000;}



/* .navbar-mobile a.nav-link.order-online-btn { height: 44px; background: #CE1F1E; color: #FFFFFF;}

.navbar-mobile a.nav-link.order-online-btn:hover { background: #CE1F1E; color: #FFFFFF;} */



.mobile-order-btn { display: none;}

.mobile-order-btn a { background: #ce202f; font-size:16px; font-weight:500; height: 36px; line-height: 36px;

	display: inline-block; color: #FFFFFF; text-align:center; padding: 0 10px; 

	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;

	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;}

.mobile-order-btn a:hover { background: #000000; color: #FFFFFF;}





/* ----**** [ slider section ] ****---- */



.slider-area .pogoSlider--navBottom .pogoSlider-nav { display:none;}



html, body { height: 100%}



.pogoSlider { width: 100%; height: 100%; overflow: hidden; position: relative; text-align: center; padding-bottom: 0!important;}



.pogoSlider-slide { position: absolute; width: 100%; height: 100%; opacity: 0; overflow: hidden;

    -webkit-box-align: center; -ms-flex-align: center; align-items: center;

    -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;

    display: -webkit-box; display: -ms-flexbox; display: flex;

    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;

    -webkit-box-orient: vertical; -webkit-box-direction: normal;

    -ms-flex-direction: column; flex-direction: column; padding-top: 100px;}



/*.pogoSlider-slide::after { background: #000000; width: 100%; height: 100%;

    content: ""; position: absolute; left: 0; opacity: 0.25; top: 0; z-index: -1;}*/	

	

	

.slider-area { position: relative; width: 100%; height: 100%;}

.slider-area h1 { font-family: "Bebas Neue", sans-serif; color:rgba(253, 247, 238, 1); 

  font-size:48px; font-weight: 400; letter-spacing: 4px; margin: 0 0 12px 0;}



.slider-area h2 { font-family: "Bebas Neue", sans-serif; color:rgba(253, 247, 238, 1); 

  font-size:40px; font-weight: 400; letter-spacing: 4px; margin: 0 0 24px 0;}



.slider-area h2 { text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);}



.slider-area h1 { text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);}

.slider-area .logo img { -webkit-filter: drop-shadow(5px 5px 5px #222222); filter: drop-shadow(5px 5px 5px #222222); margin-bottom: 14px;}



.slider-area .order-btn { height: 56px; font-size:20px;}



.slider-area .download-app { display: flex; margin: 24px 0 0 0; justify-content: center;}

.slider-area .download-app .download-btn { margin:0 10px;}





/* ----**** [ restaurant info section ] ****---- */



#restaurant-info { background: #6dbe57; height: 80px; text-align: center;

    display: flex; align-items: center; gap:24px; justify-content: center;}

#restaurant-info a { display: flex; justify-content: center; align-items: center;}

#restaurant-info a i { color: #ffffff; font-size:32px; margin: 0 10px 0 0;

	display: flex; align-items: center; justify-content: center;}

#restaurant-info a span { font-size: 18px; font-weight: 500; color: #ffffff;}	





#home-welcome, #home-specialoffers { padding:0; position:relative; background: rgb(253, 247, 238);}



#home-welcome { padding:100px 6% 80px 5%;}

#home-specialoffers { padding:0 5% 60px 5%;}

	

#home-welcome:before, #home-specialoffers:before { content: ""; width: 100%; height: 100%;

    position: absolute; top: 0; left: 0; right: 0; z-index: -1; display: block; 

    background-attachment: scroll; /*background-position: center;*/ background-size: cover;}

	

/* #home-welcome:before { background-image: url("../img/bg/about_back.jpg"); background-position: center;}

		

#home-specialoffers:before { background-image: url("../img/bg/order_back.jpg"); background-position: left top;} */

		

.welcome-inner, .specialoffers-inner { display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-items: stretch; 

	-webkit-align-content: stretch; overflow: hidden;}



.welcome-inner { /*max-width: 1280px;*/ margin: 0 auto;}

	

.welcome-img, .specialoffers-img { position: relative;

    background-repeat: no-repeat; background-size: cover; background-position: center;}





/* ----**** [ home welcome section ] ****---- */



#home-welcome .welcome-img, #home-welcome .welcome-text { width:50% !important;}

 #home-welcome .welcome-text {width:50% !important; margin:0 auto;}



.welcome-img { background-size: auto; border-radius:100px;}



#home-welcome .welcome-text { padding:60px 0 60px 60px; text-align:center;}

#home-welcome .welcome-text h4 { font-size: 30px;}

#home-welcome .welcome-text p { font-size: 18px; font-weight: 400;}

#home-welcome .welcome-text p strong { display:block; font-weight: 400;}

#home-welcome .welcome-text p span { display:block; font-weight: 600;}

#home-welcome .welcome-text p span { margin:24px 0 0 0;}

#home-welcome .welcome-text p span a { border-bottom: 1px solid #000000;}

#home-welcome .welcome-text p span a:hover { border-bottom: 1px solid #f05e69; color: #f05e69;}





/* ----**** [ home our story section ] ****---- */





#home-specialoffers .specialoffers-img, #home-specialoffers .specialoffers-info { width:50%;}

#home-specialoffers .specialoffers-info { padding:100px;/* background: #fcee78;*/}



.specialoffers-img { width:50%!important; margin: 0 auto; border-radius: 100px;}



.specialoffers-info { text-align:left;}

.specialoffers-info .section-header { text-align: left;}

.specialoffers-info ul { list-style-type:none; margin:0; padding:0;}

.specialoffers-info ul li { font-size:18px; font-weight:600; margin-bottom: 8px; color: #000000;}

.specialoffers-info ul li span { padding-right: 12px;}

.specialoffers-info ul li:first-child { font-family: "Style Script", cursive; margin-bottom: 16px; font-size:30px; 

	font-weight:400; color: #000000;}

.specialoffers-info ul li:last-child { margin-bottom: 0;}



.specialoffers-info ul.offer-imgs { border: 0px none; display: flex; padding: 0;

    justify-content: space-evenly; align-items: center;}

.specialoffers-info ul.offer-imgs  li { margin:0; }



.specialoffers-btn { margin-block-start: 36px;}





/* ----**** [ home google reviews section ] ****---- */



#home-google-reviews { position:relative; background: #ffffff;}



#home-google-reviews .container { width: 60%;}	

#home-google-reviews .google-review-inner { display: flex; gap: 24px;}

#home-google-reviews .google-review-inner .review-quote { font-size: 48px; color:#6dbe57; display: flex;}



#home-google-reviews .google-review-inner .review-quote.quote-left { align-items: self-start;}

#home-google-reviews .google-review-inner .review-quote.quote-right { align-items: self-end;}



#home-google-reviews .google-review-item .item-text { min-height:180px; text-align: center; padding: 20px;

    background: #FFFFFF;}

	

.google-review-item p { font-size: 16px; line-height: 26px; margin: 0; color:#000000; min-height: 148px;}

.google-review-item h4 { font-size: 24px; font-weight: 600; color:#000000; display: flex; gap: 12px;

    justify-content: center; text-transform: capitalize; align-items: center; margin: 0 0 16px 0;}	

.google-review-item span { display: flex; align-items: center; gap: 6px;}

.google-review-item span i { font-size:16px; color:#f05e69;}



/*#home-google-reviews .owl-carousel .owl-controls { margin-top: -30px; position: absolute; top: 50%; width: 100%;}

#home-google-reviews .owl-carousel .owl-nav>button { color: #fff; width: 36px; height: 36px; 

	text-align: center; display: inline-block; font-size: 36px; opacity: 0;

    padding-top: 4px; position: absolute; top: 50%;

    -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}

#home-google-reviews .owl-carousel .owl-nav>button:focus { border:0px none; outline:none;}

#home-google-reviews .google-reviews-carousel:hover .owl-nav>button { opacity: 1;}

#home-google-reviews .owl-carousel .owl-nav>button.owl-next { right: -200px;}

#home-google-reviews .owl-carousel .owl-nav>button.owl-prev { left: -200px;}*/



#home-google-reviews .owl-nav, #home-google-reviews .owl-dots { margin-top: 5px;}

#home-google-reviews .owl-dots { width: 100%; margin: 24px auto 0 auto; text-align: center;}

#home-google-reviews .owl-dot { display: inline-block; margin: 0 5px; width: 15px; height: 15px; background: rgba(64, 33, 59, .50);

	-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%;}

#home-google-reviews .owl-dot:focus { outline:none;}	

#home-google-reviews .owl-dot.active { background-color: rgba(98, 107, 82, 1);}





/* Gallery Section

--------------------------------*/





#gallery { background:#f05e69;}



.columnmain { display: flex; flex-wrap: wrap; gap: 30px; }



.columnmain .column1, 

.columnmain .column2, 

.columnmain .column3,

.columnmain .column4 { width: 100%; display: flex; justify-content: space-between; gap: 30px;}



#gallery .columnmain .column1 a.glightbox img { width: 100%; height: 100%;}

#gallery .columnmain .column1 a.glightbox{ width: 25%;}

#gallery .columnmain .column1 a.glightbox img { max-width: 100%;}



#gallery a.glightbox { display: block; padding: 0; overflow: hidden;

	-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;}



#gallery a.glightbox img {

	-webkit-transition: all ease-in-out 0.4s; -moz-transition: all ease-in-out 0.4s; -ms-transition: all ease-in-out 0.4s; 

	transition: all ease-in-out 0.4s;

	-webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px;}

#gallery a.glightbox:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); 

	transform: scale(1.1);}





.gallery-desktop { /*display:block;*/}

.gallery-desktop .col-12 { padding:0;}

.gallery-mobile { display:none;}



#gallery .owl-carousel .owl-controls { margin-top: -30px; position: absolute; top: 50%; width: 100%;}

#gallery .owl-carousel .owl-nav>button { background: #f6343f; color: #fff; width: 40px; height: 40px; 

	text-align: center; display: inline-block; font-size: 28px; margin-top: -20px; opacity: 0; padding-top: 4px; position: absolute; top: 50%;

    -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}

#gallery .owl-carousel .owl-nav>button:focus { border:0px none; outline:none;}

#gallery .gallery-slider:hover .owl-nav>button { opacity: 1;}



#gallery .owl-carousel .owl-nav>button.owl-next { right: 0;}

#gallery .owl-carousel .owl-nav>button.owl-prev { left: 0;}



#gallery .owl-dots { margin-top: 24px; text-align: center;}

#gallery .owl-dots .owl-dot { display: inline-block; margin: 0 4px;

	width: 12px; height: 12px; background: #ddd;

	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%;}

#gallery .owl-dots .owl-dot:focus { outline:none;}

#gallery .owl-dots .owl-dot.active { background-color: #ce202f;}







/* ----**** [ home map section ] ****---- */



#home-map { padding:0;}







/* ----**** [ home footer section ] ****---- */





#footer { position: relative; background: #000000; /*background: url("../img/bg/footer-bg.jpg") no-repeat center center;

	-webkit-background-size: cover!important; -moz-background-size: cover!important; background-size: cover!important; 

	-ms-background-size: cover!important;*/}

		



#footer .footer-top { padding: 60px 0; position: relative;}



#footer .footer-top h3 { display: flex; align-items: center; gap: 16px; margin: 0 0 24px 0;}

#footer .footer-top h3 i { background:#ffffff; color: #353638; width: 36px; height: 36px; display:none!important;

	display: flex; align-items: center; justify-content: center; font-size: 26px;}

#footer .footer-top h3 span { font-family: "Montserrat", sans-serif; font-size:24px; color: #ffffff; font-weight: 600;}



#footer .footer-top ul { list-style: none; padding: 0; margin:0;}



#footer .footer-top .footer-address ul li { display:block;}

#footer .footer-top .footer-address ul li a { font-size:18px; color: #ffffff;}

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



#footer .footer-top .footer-phone ul li { display:block;}

#footer .footer-top .footer-phone ul li a { font-size:18px; color: #ffffff; border-bottom:1px solid transparent;}

#footer .footer-top .footer-phone ul li a:hover { color: #ffffff; border-bottom:1px solid #ffffff;}



#footer .footer-top .footer-social { margin: 0 0 36px 0;}



#footer .footer-top .footer-social ul { display: flex; gap: 12px;}

#footer .footer-top .footer-social ul li a { width: 32px; height: 32px; 

	display: flex; align-items: center; justify-content: center;

	background:transparent; color: #ffffff; font-size: 22px;}

#footer .footer-top .footer-social ul li a i.la-facebook-f { font-size: 20px;}	

#footer .footer-top .footer-social ul li a:hover { background:#f05e69; color: #FFFFFF;}



#footer .footer-top .footer-hours ul li { font-size:18px; color: #ffffff; display:block; margin: 0 0 12px 0;}

#footer .footer-top .footer-hours ul li:last-child { margin:0;}



#footer .footer-top .footer-logo { margin: 0 0 36px 0;}

#footer .footer-top .footer-logo ul li img { max-height: 110px;}



#footer .footer-btm { border-top: 1px solid #FFFFFF; padding: 16px 0; position: relative; background:#000000;}

#footer .footer-btm p { color: #FFFFFF; font-size:16px; margin: 0; display: flex; justify-content: space-between; align-items: center;}
#footer .footer-btm p span img { max-height: 48px;}
#footer .footer-btm p strong, #footer .footer-btm p strong b { font-weight: 400;}
/*#footer .footer-btm p strong b { border-right: 1px solid #FFFFFF; margin: 0 12px 0 0; padding: 0 12px 0 0;}*/
#footer .footer-btm p a { color: #FFFFFF; border-bottom:1px solid transparent;}
#footer .footer-btm p a:hover { color: #FFFFFF; border-bottom:1px solid #FFFFFF;}

#footer .footer-btm { padding: 20px 0;}
#footer .footer-btm .footer-wrap { display: flex; justify-content: space-between; align-items: center;}
#footer .footer-btm .footer-left { display: flex; align-items: center;}
#footer .footer-btm .footer-logo img { height: 42px; margin-right: 15px;}
#footer .footer-btm .footer-menu { margin:0; padding: 0;}
#footer .footer-btm .footer-menu li { display: inline;}
#footer .footer-btm .footer-menu li a { margin-right: 10px; font-size: 16px; color: #ffffff; text-decoration: none; border-bottom: solid 1px transparent; font-weight: 500;}
#footer .footer-btm .footer-menu a:hover { border-bottom: solid 1px #ffffff;}
#footer .footer-btm .footer-right { font-size: 16px; color: #ffffff; white-space: nowrap; font-weight: 500;}
#footer .footer-btm .footer-right a { color: #ffffff; text-decoration: none; font-weight: 500; border-bottom: solid 1px transparent;}
#footer .footer-btm .footer-right a:hover { border-bottom: solid 1px #ffffff;}
#footer .footer-btm .footer-right .sep { margin: 0 4px; color: #ffffff;}









/* ----**** [ website acs section ] ****---- */

	

body.innerpage {}





.website-acs { padding:80px 0 80px 0; background: #FFFFFF;}



/*.website-acs .website-info-block { background: #FFFFFF; padding: 30px;  

	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}*/

	

.website-acs .section-header h2 { font-size: 36px; color: #000000;}

.website-acs .website-info-block p { font-size: 18px; line-height: 28px; font-weight: 400; color:#000000;}	

.website-acs .website-info-block p:last-child { margin:0;}

.website-acs .website-info-block p a { font-weight: 400; color: #CE1F1E; text-decoration:underline;}



.website-acs h4{ color: #000000; font-weight: 700;}

.website-acs hr{ color: #000000;}







/* ----**** [ breadcrumbs section ] ****---- */



.breadcrumbs { background: rgba(109, 190, 87, 0.1); padding: 0; text-align:center; padding: 25px 0; margin-top: 100px;

	display: flex; align-items: center; justify-content: center;}

.breadcrumbs h1 { font-size: 22px; margin-bottom: 6px; font-weight: 600; color:#000000;}



/* .breadcrumbs { background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65)), url("../img/bg/bg-img3.webp") center center fixed;

	 overflow: hidden; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;} */



.breadcrumbs ol{ display: flex; flex-wrap:wrap; list-style: none; padding: 0; margin: 0; font-size: 16px; font-weight: 500;}

.breadcrumbs ol li a{ color: #f05e69;}



.breadcrumbs ol li+li{ padding-left: 10px; color: #000000;}

.breadcrumbs ol li+li::before{ content: "/"; display: inline-block; padding-right: 10px; color: color-mix(in srgb, #484a4d, transparent 70%);}







/* ----**** [ locations section ] ****---- */





.locations-main .location-block { padding:0 0 40px 0;}

.locations-main .location-block h2 { font-size:36px; font-weight:500;}

.locations-main .location-block h2 span { display:block; font-size:22px; font-family: 'Inter'; font-weight:500; margin:5px 0 0 0; color: #ce202f;}



.locations-main .location-block p { font-size: 20px; margin:0 0 14px 0;}

.locations-main .location-block a.order-btn:hover { background: #161616; color: #FFFFFF;}



.locations-main .location-block ul { padding:0; margin:10px 0 0 0; list-style-type:none;}

.locations-main .location-block ul li { display:inline-block; margin: 0 10px 0 0;}

.locations-main .location-block ul li a { background: #686868; font-size:22px; display:block;

    color: #FFFFFF; width: 38px; height: 38px; line-height: 38px; text-align: center;

	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}

#blog .container {

    width: 60%;

}

.post-details p{

    font-size: 16px;

}





.mobile-view-btn-only{  

	width: 100%;

	position: fixed; 

	bottom: 0;

	left: 0;

	text-align: center;

	z-index: 9999;

	border-radius: 0;

	padding: 8px;

	background: #F6F6F6;

	display: flex;

	gap: 6px;

	display: none;

}

.mobile-view-btn-only a.mobile-view-order-btn {

	background:#f05e69;     

	font-family: "Montserrat", sans-serif;

	/*border-radius:10px;*/

	font-size:16px; 

	font-weight: 700; 

	color: #FFFFFF; 

	text-transform:uppercase; 

	display: inline-flex; 

	justify-content: center; 

	align-items:center;

	padding: 0 16px; 

	width: 100%; 

	height: 44px;

	-webkit-transition: all ease-in-out 0.3s; 

	-moz-transition: all ease-in-out 0.3s;  

	transition: all ease-in-out 0.3s;

}

.mobile-view-btn-only a.mobile-view-order-btn:hover, .mobile-view-btn-only a.mobile-view-order-btn:focus { 

	background:#f05e69; 

	color:#FFFFFF;

}



.mobile-view-btn-only a.mobile-view-order-btn.apple-btn{ background: #000000; Color: #FFFFFF;}

.mobile-view-btn-only a.mobile-view-order-btn.apple-btn:hover{ background: #000000;}





/*.mobile-view-btn-only a.mobile-view-order-btn.catering-btn{ background: #000000; Color: #FFFFFF;}

.mobile-view-btn-only a.mobile-view-order-btn.catering-btn:hover{ background: #000000;}*/


/* ----**** [ food menu wrapper section ] ****---- */

.food-menu-inner { }
.menu-description { width: 80%; margin: 0 auto; padding-bottom: 0; text-align: center; }
.menu-description p { font-weight: 600; padding: 0;}

.food-menu-grid { display: flex; flex-direction: column;}
.food-menu-grid.widthFull { display: inline;}
.food-menu-grid.widthFull .food-menu-grid-item  { width: 100%;}

.food-menu-grid .food-menu-grid-item { width: 100%; margin-bottom: 36px;}
.food-menu-grid .food-menu-grid-item:last-child { margin-bottom: 0;}

.food-menu-grid-item-content .food-menu-description p { margin-bottom: 16px; text-align: center; color: rgba(0, 0, 0, 0.60);}
.food-menu-grid-item-content .food-menu-content { display: flex; flex-direction: row; flex-wrap: wrap; row-gap: 20px;}

.food-menu-grid-item-content h3 { font-size:24px; color: #000; margin: 0 0 24px 0; font-weight: 600;}

.food-item-holder { border-left: 1px solid #000; padding: 20px; width: 50%;}
.food-item-holder .food-item-title { display: inline-block; font-size: 18px; font-weight: 500;}
.food-item-holder .food-price { display: inline-block; padding: 0 10px 0 5px; float: right; font-size: 15px; font-weight: 600; display: none;}
.food-item-holder .food-price.multiple-price { width: 100%; text-align: right; margin-top: -3px;}
.food-item-holder .food-item-description { padding-top: 5px; padding-right: 20px; color: rgba(0, 0, 0, 0.60); font-size: 16px;}
.food-item-holder .food-item-photo-holder { padding-bottom: 15px;}

#gallery .gallery-text{ padding: 0px 0 40px 0;}
#gallery .gallery-text h3{ font-weight: 600; color: #FFFFFF;}
#gallery .gallery-text p{ font-size: 18px; color: #FFFFFF;}

#contact-us-info h3{ text-align: center; font-size: 36px; font-weight: 600;}
#contact-us-info p{ font-size: 18px; font-weight: 500; color: #000000; text-align: center; margin-bottom: 30px;}
#contact-us-info a{ color: #b32926;}

#notfound {
  position: relative;
  height: 100vh;
  background-color: #fafbfd;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.notfound .notfound-bg > div {
  width: 100%;
  background: #fff;
  border-radius: 90px;
  height: 125px;
}

.notfound .notfound-bg > div:nth-child(1) {
  -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
          box-shadow: 5px 5px 0px 0px #f3f3f3;
}

.notfound .notfound-bg > div:nth-child(2) {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
          box-shadow: 5px 5px 0px 0px #f3f3f3;
  position: relative;
  z-index: 10;
}

.notfound .notfound-bg > div:nth-child(3) {
  -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
          box-shadow: 5px 5px 0px 0px #f3f3f3;
  position: relative;
  z-index: 90;
}

.notfound h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 86px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  color: #151515;
}

.notfound h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  margin: 0;
  font-weight: 700;
  color: #151515;
  margin-bottom: 18px;
}

.notfound-social {
  margin-top: 20px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #dedede;
  margin: 3px;
  padding: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  background-color: #18e06f;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-bg {
      width: 287px;
      margin: auto;
    }

    .notfound .notfound-bg > div {
      height: 85px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound h1 {
    font-size: 68px;
  }

  .notfound h2 {
    font-size: 18px;
  }
}


.innerPage-wrapper .section-header h2{ font-family: "Bebas Neue", sans-serif; color: #f05e69;}


.employment-application {
            max-width: 1100px;
            margin: 40px auto;
            background: #fff;
            padding: 40px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
        }

        .application-header {
            border-bottom: 2px solid #222;
            padding-bottom: 20px;
            margin-bottom: 25px;
        }

        .application-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .fasttaco-logo {
            text-align: center;
        }

        .fasttaco-logo h2 {
            font-size: 40px;
            font-weight: 700;
            font-style: italic;
            margin: 0;
        }

        .fasttaco-logo h3 {
            font-size: 23px;
            font-weight: 700;
            margin: 0;
        }

        .equal-opportunity {
            font-size: 10px;
            line-height: 1.4;
        }

        .section-title {
            font-size: 20px;
            font-weight: 700;
            border-bottom: 2px solid #222;
            padding-bottom: 7px;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .sub-title {
            font-size: 16px;
            font-weight: 700;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .form-label {
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .form-control,
        .form-select {
            min-height: 40px;
            border-radius: 2px;
        }

        textarea.form-control {
            min-height: 80px;
            resize: vertical;
        }

        .form-check-label {
            font-size: 13px;
            font-weight: 700;
        }

        .form-check-input {
            cursor: pointer;
        }

        .form-box {
            border: 1px solid #999;
            padding: 15px;
            margin-bottom: 15px;
        }

        .availability-wrapper {
            overflow-x: auto;
            border: 1px solid #999;
        }

        .availability-row {
            min-width: 850px;
        }

        .availability-heading,
        .availability-field {
            border: 1px solid #999;
            border-top: 0;
            padding: 8px;
        }
 
        .availability-field {
          border-left: 0;
        }
        .availability-heading {
            background: #f1f1f1;
            font-size: 12px;
            font-weight: 700;
            text-align: center;
            border-left: 0;
     
        }

        .availability-field .form-control {
            font-size: 12px;
            padding: 5px;
            min-height: 36px;
        }


        /*.employment-box,
        .reference-box {
            border: 1px solid #999;
            padding: 15px;
            margin-bottom: 20px;
        }*/

        .education-type {
            background: #f1f1f1;
            border: 1px solid #999;
            min-height: 100%;
            padding: 12px;
            font-weight: 700;
        }

        .graduated-title {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        /*.employment-heading {
            background: #f1f1f1;
            padding: 10px 12px;
            border-bottom: 1px solid #999;
            margin: -15px -15px 20px;
            font-weight: 700;
        }
*/
        .reference-header {
            background: #f1f1f1;
            border: 1px solid #999;
            padding: 10px;
            font-weight: 700;
            font-size: 12px;
        }

        .reference-field {
            border: 1px solid #999;
            border-top: 0;
            padding: 8px;
        }


        .legal-text {
            font-size: 13px;
            line-height: 1.5;
        }

        .small-note {
            font-size: 10px;
            line-height: 1.4;
        }

        /*.agreement-box {
            border: 1px solid #999;
            padding: 20px;
            font-size: 13px;
            line-height: 1.6;
        }*/

        .signature-line .form-control {
            border: 0;
            border-bottom: 1px solid #222;
            border-radius: 0;
            padding-left: 0;
        }

        .signature-line .form-control:focus {
            box-shadow: none;
            border-color: #222;
        }

        .submit-button {
            min-width: 250px;
            padding: 12px 25px;
        }

.form-container {
  background: #f5f5f5;
  padding:25px;
  border-radius: 10px;
  border:solid 1px #e6e6e6;
  margin: 0 0 25px 0;
}
.form-container h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px; 
  text-align: left; 
  margin:0 0 20px 0;
}
.form-container .field-row {
  margin: 0 0 15px 0;
}
.form-container .form-control {
  background: #ffffff;
  border-radius: 6px;
}

.form-control:focus{ border: 1px solid #6dbe57; box-shadow: none;}

.availabilityHead {
  height: 53px;
      display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.form-container p {line-height: 22px; font-size: 14px;}
.form-container small {font-size: 11px;color: #2c2c2c;}
.form-container h3 {
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin: 30px 0 25px 0;
    padding:10px 15px; 
    font-weight: 600; 
    border: solid 1px #c0c0c0;
    text-align: left;
    background: #f0f0f0;
}


.form-container .graduatedCheck {margin-right:25px;}

.form-container .borderB {border-bottom:solid 1px #999999; padding: 0 0 10px 0; margin: 25px 0 15px 0;}

.form-container .field-row:last-child {margin: 0;}

.form-container .skills .field-row:nth-child(2) {margin: 0 15px;}

.form-container p.form-label {font-size: 13px;font-weight: 600;}
.form-container .employer {justify-content:flex-start;}

.form-container .pastEmpoyer {margin: 0 0 0 25px;}

.form-container .fromDiv {margin: 0 15px 0 0; width: 50%;}
.form-container .toDiv {width: 50%;}

.form-container .employment-history-Block {
  padding: 15px;
  border: solid 1px #c8c8c8;
  margin: 0 0 20px 0;
  background: #ffffff;
}

.form-container .references-Block {
  padding: 15px;
  border: solid 1px #c8c8c8;
  margin: 0 0 0 0;
  background: #ffffff;
}
.form-container .agreement-box {margin: 0 0 25px 0;}
.form-container .signature-block {margin: 20px 0 0 0;     align-items: end;}
.form-container .signLine {border-bottom: solid 1px #000000; width: 100%; height: 30px; margin:0 20px 0 0;}

.form-container .dateLine {border-bottom: solid 1px #000000; width: 100%; height: 30px;}

.form-container .signature-block .signature {margin: 0 25px 0 0; width: 60%;     white-space: nowrap;}

.form-container .signature-block .date {width: 40%;}

.form-container .form-label { font-size: 14px; }
.form-container .form-label.skillLbl { font-size: 13px; }

.form-container .small-note {font-weight: 700;}

.formBlock .field-row.row {
    margin-left: -12px;
    margin-right: -12px;
    row-gap: 4px;
}

.formBlock .field-row.row > .col-6 {
    padding-left: 12px;
    padding-right: 12px;

}

.formBlock .field-row.row > .col-6 .form-control {
    width: 100%;
}

.formBlock .education-box > .row > .field-row.row,
.formBlock .references-Block > .field-row.row {
    margin-left: -12px;
    margin-right: -12px;
}

.formBlock .employment-history-Block > .field-row.row {
    margin-left: -12px;
    margin-right: -12px;
}

.formBlock .employment-history-Block > .field-row.row > .col-6,
.formBlock .references-Block > .field-row.row > .col-6 {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 15px;
}

.formBlock .skills .field-row.row {
    margin: 0;
    width: 100%;
}

.formBlock .skills .field-row.row > .col-6 {
    padding-left: 8px;
    padding-right: 8px;
}



.availability-row .col:last-child .availability-heading, .col:last-child .availability-field {border-right: 0;}

.availability-row .row:last-child .availability-heading, .availability-row .row:last-child .availability-field {border-bottom: 0;}


.formBlock .field-row.row .percent {
    position: absolute;
    right: -5px;
    top: 0px;
    height: 100%;
}
.form-container .references-Block.centerBorder {border-left:0; border-right: 0;}

.daysHours {margin:25px 0 10px 0;}

