

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

@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');

@import url(line-awesome.css);


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

body {  font-family: 'Commissioner', sans-serif; font-weight:400; font-size: 16px; color:#1C1818;}

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: #016c5c
; outline: none; text-decoration: none;}


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

.order-btn { background: #016c5c; font-family: 'Commissioner', sans-serif; font-size:18px; font-weight:400; color: #ffffff; 
	text-transform:uppercase; display: inline-flex; justify-content: center; align-items: center; 
	padding: 0 25px; min-width: 200px; height: 48px;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; border-radius: 0px;
	/*-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; border:solid 2px #016c5c;}
.order-btn:hover, .order-btn:focus { background:#8ebc9f ; color: #000;  border:solid 2px #8ebc9f;}


h1, h2, h3, h4, h5, h6 { margin: 0 0 16px 0;}
h1, h2, h3, h4 { font-family: 'Abhaya Libre', serif; font-weight:400; text-transform: uppercase;}

p { font-family: 'Commissioner', sans-serif; font-weight:400; font-size:19px; 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: 'Abhaya Libre', serif; font-size:70px; font-weight:400; 
	color:#000; margin: 0; text-align:center; position:relative;}
.section-header h2.clrWhite { color:#ffffff;}
.section-header h2{ text-align:center; /*position:relative;*/ }
 .section-header h2:after { content: "";
/*position:absolute;*/
width: 180px; 
height: 100%; 
background:url(../img/title_decoration.png) no-repeat;
height:60px;
display: block; 
margin: 15px auto;
vertical-align: middle;
background-size: cover;
background-position: center;
background-size: contain;}



/* ----**** [ 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: #111419; line-height: 0;}
.back-to-top:hover { background: rgba(255, 255, 255, 1);}
.back-to-top:hover i { color: #111419;}
.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:#353638; text-decoration:none;
	font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; color:#FFFFFF;	
	position: absolute; width: 100%; top: -36px; height: 36px; display: flex; align-items: center; justify-content: center;}

#header { background: rgb(255 255 255 / 70%); z-index: 997; height:120px; top: 0px; 
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}
#header.header-scrolled { background: #ffffff; border-bottom: 1px solid #ffffff; height: 120px; top:0;
	-webkit-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 40%);}

#header .logo { margin: 0 0 6px 0; padding: 0 0 6px 0; text-align: center; border-bottom:1px solid #000;}
#header .logo img { max-height: 60px;}


/* ----**** [ 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: #5c5f0e; 
	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:#5c5f0e; 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: 'Commissioner', sans-serif; font-weight:400; font-size: 16px; color: #5c5f0e;
	white-space: nowrap; padding: 0 6px; text-transform:uppercase; border-right: 1px solid #5c5f0e; 
	-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:#016c5c;}

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

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

.navbar a.nav-link.order-online-btn { background: #016c5c; color: #ffffff; padding:0 16px; min-width: 120px; justify-content: center; height: 36px;
	-webkit-border-radius:0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius:0; border:2px solid #016c5c; text-transform:uppercase;}
.navbar a.nav-link.order-online-btn:hover { background: #8ebc9f ; color: #000; border:solid 2px #8ebc9f ;}
	
.nav-link:focus, .nav-link:hover{ color:#016c5c;}


/* ----**** [ 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:#ffffff; 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:10px;border-right: 0px solid #5c5f0e;}	
.navbar-mobile ul li a { padding:5px 16px; font-weight:300; color: #000000; justify-content: center; border-right: 0px none;
	-webkit-border-radius: 0px; -moz-border-radius:0px; -ms-border-radius: 0px; border-radius: 0px;}
	
.navbar-mobile ul li a:focus { display:block;  justify-content: start; text-align:left;}
.navbar-mobile ul li a:hover, .navbar-mobile .active, .navbar-mobile ul li:hover > a { background:#016c5c
; color: #ffffff;}

.navbar-mobile a.nav-link.order-online-btn { height: 36px; background:#016c5c
; color: #ffffff; text-align: center;
    justify-content: center; border:solid 2px #016c5c;}
	.navbar-mobile a.nav-link.order-online-btn:focus {
	height: 44px; line-height:44px;border:solid 2px #016c5c;background:#016c5c;}
.navbar-mobile a.nav-link.order-online-btn:hover { background: #8ebc9f ; color: #ffffff; border:solid 2px #8ebc9f ; margin-top:10px;}

.mobile-order-btn { display: none;}
.mobile-order-btn a { background: #016c5c; 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: #1C1818; 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: 200px;}

/*.pogoSlider-slide::after { background: #111419; 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: 'Abhaya Libre', serif; font-weight:700; color:#FFFFFF; font-size:54px; 
	margin: 0 0 24px 0;}
.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 h2 img { -webkit-filter: drop-shadow(5px 5px 5px #222222); filter: drop-shadow(5px 5px 5px #222222);}

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


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

#restaurant-info {font-family: 'Commissioner', sans-serif; background:#016c5c; height: 90px; 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: #fff; 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: 400; color: #ffffff;}	


#home-welcome, #home-specialoffers { position:relative;}
#home-welcome { padding:60px 60px 0 60px;}
#home-specialoffers { padding:60px 60px 60px 60px;}
	
#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: fixed; /*background-position: center;*/ background-size: cover;}
	
#home-welcome:before { background-image: url("../img/bg/about_us_back.jpg"); background-position: top left;}
		
#home-specialoffers:before { background-image: url("../img/bg/special_offers_back.jpg"); background-position: top left;}

.welcome-inner, .specialoffers-inner { display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-items: stretch; 
	-webkit-align-content: stretch; overflow: hidden;}
	
	
.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%;}
#home-welcome .welcome-text { padding:36px 48px; text-align:center;}

#home-welcome .welcome-text p { font-size: 19px; font-weight: 400; color:#333!important;}
#home-welcome .welcome-text p strong { display:block; font-weight: 400;}
#home-welcome .welcome-text p span { display:block; font-weight:400;}
#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 #016c5c; color:#016c5c;}


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


#home-specialoffers .specialoffers-img, #home-specialoffers .specialoffers-info { width:50%;}
#home-specialoffers .specialoffers-info { padding:36px 48px;}

.specialoffers-info { text-align:center;}
.specialoffers-info ul { list-style-type:none; margin:0; padding:0; text-align:center;}
.specialoffers-info ul li { 'Commissioner', sans-serif; font-size:18px; font-weight:500; margin-bottom: 8px;}
.specialoffers-info ul li span { padding-right: 12px;}
.specialoffers-info ul li:first-child { font-family: 'Rouge Script', cursive;font-size:45px; color:#016c5c; margin-bottom: 16px; font-weight:500;}
.specialoffers-info ul li:last-child { margin-bottom: 0;}
.specialoffers-info .section-header h2:after { background-image:url(../img/title_decoration.png);}

.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 { font-family: 'Commissioner', sans-serif; margin-block-start: 36px;}
.specialoffers-btn .order-btn {font-family: 'Commissioner', sans-serif;  padding: 0 30px; height: 40px; background:#016c5c
; color:#ffffff; border: 2px solid #016c5c;text-transform:lowercase;}
.specialoffers-btn .order-btn:hover, .specialoffers-btn .order-btn:focus { background:#8ebc9f; color: #000; border: 2px solid #8ebc9f;}


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

#home-google-reviews { position:relative; /*background: url(../img/bg/reviews_back.jpg) no-repeat center top scroll;*/ 
	background-color: #fff; 
	-webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover; text-align:center;}

#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:#8ebc9f ; 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;}
	
.google-review-item p { font-size: 18px; line-height:28px; margin: 0; color:#000; min-height: 148px; font-weight:300; line-height:32px;}
.google-review-item h4 { font-family: 'Commissioner', sans-serif; font-size: 18px; font-weight:400; color:#000; display: flex; gap: 12px;
    justify-content: center; text-transform: inherit; align-items: center; margin: 0 0 24px 0;}	
.google-review-item span { display: flex; align-items: center; gap: 6px;}
.google-review-item span i { font-size:16px; color:#016c5c;}
#home-google-reviews .section-header h2 {text-align:center;color:#000;}
#home-google-reviews .section-header h2:after {display:none;}

/*#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: 0 auto; text-align: center;}
#home-google-reviews .owl-dot { display: inline-block; margin: 0 5px; width: 15px; height: 15px; background: #000;border: 1px solid #000;opacity: 0.5;
	-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:hover, #home-google-reviews .owl-dot.active { background-color:#000;  opacity: 1;   }


/* Gallery Section
--------------------------------*/


#gallery { padding: 0;}

.columnmain { display: flex; justify-content: center;}

.columnmain.oneclmn, .columnmain.twoclmn { justify-content: space-between;}

.columnmain.oneclmn .column1 { width: 40%;}
.columnmain.oneclmn .column2 { width: 60%;}

.columnmain.twoclmn .column1 { width: 40%;}
.columnmain.twoclmn .column2 { width: 60%;}

#gallery .columnmain.oneclmn .column1 a.glightbox img { width: 100%; height: 100%;}
#gallery .columnmain.oneclmn .column2 .gallery-row1 a.glightbox{ width: 33.33%;}
#gallery .columnmain.oneclmn .column2 .gallery-row1 a.glightbox img { max-width: 100%;}
#gallery .columnmain.oneclmn .column2 .gallery-row2 a.glightbox{ width: 33.33%;}
#gallery .columnmain.oneclmn .column2 .gallery-row2 a.glightbox img { max-width: 100%;}

#gallery .columnmain.twoclmn .column1 a.glightbox img { width: 100%; height: 100%;}
#gallery .columnmain.twoclmn .column2 .gallery-row1 a.glightbox{ width: 33.33%;}
#gallery .columnmain.twoclmn .column2 .gallery-row1 a.glightbox img { max-width: 100%;}
#gallery .columnmain.twoclmn .column2 .gallery-row2 a.glightbox{ width: 33.33%;}
#gallery .columnmain.twoclmn .column2 .gallery-row2 a.glightbox img { max-width: 100%;}


.column2 img { max-width: 288px;}

.gallery-row1 { display: flex;}
.gallery-row2 { display: flex;}

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

#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;}
#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: 25px; text-align: center;}
#gallery .owl-dots .owl-dot { display: inline-block; margin: 0 5px;
	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: #000;}



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

#home-map { padding:0;}



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


#footer { position: relative; background-color:#045161;}		

#footer .footer-top { padding: 60px 0; /*background: url(../img/bg/section_back.jpg) no-repeat;*/ 
	background-position: center; background-size: cover;}

#footer .footer-top h3 { display: flex; align-items: center; gap: 16px; margin: 0 0 24px 0;}
#footer .footer-top h3 i { background:#FFFFFF; color: #142535; width: 36px; height: 36px; display:none!important;
	display: flex; align-items: center; justify-content: center; font-size: 26px;}
#footer .footer-top h3 span { font-size:26px; color:#fff; font-weight: 500;font-family: 'Abhaya Libre', serif;text-transform:uppercase;}

#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-family: 'Commissioner', sans-serif;
 font-size:17px; color: #FFFFFF; font-weight:400;}
#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:16px; color: #FFFFFF; border-bottom:1px solid transparent; font-weight:400;}
#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:#FFFFFF; color: #000000;}

#footer .footer-top .footer-hours ul li { font-size:16px; color: #FFFFFF; display:block; margin: 0 0 12px 0; font-weight:400;}
#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-top .footer-note { text-align: center; margin: 36px 0 0 0;}
#footer .footer-top .footer-note p { font-size: 16px; font-weight: 400; margin:0; color: #FFFFFF;}
#footer .footer-top .footer-note p a { color: #FFFFFF; border-bottom:1px solid transparent;}
#footer .footer-top .footer-note p a:hover { color: #FFFFFF; border-bottom:1px solid #FFFFFF;}

#footer .footer-btm { background:#045161;; border-top: 2px solid #016c5c
; padding: 16px 0; position: relative;}

#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;}




/* ----**** [ website acs section ] ****---- */
	
body.innerpage #header { background: rgb(255 255 255 / 100%);}


.website-acs { padding: 60px 0;}
	
.website-acs .website-info-block p { font-size: 16px; line-height: 28px; font-weight: 500; color:#000000;}	
.website-acs .website-info-block p:last-child { margin:0;}
.website-acs .website-info-block p a { font-weight: 600; color: #ee0727; text-decoration:underline;}


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

.breadcrumbs { background: #016c5c
; padding: 0; text-align:center; min-height: 160px; margin-top: 120px; 
	display: flex; align-items: center; justify-content: center;}
.breadcrumbs h2 { font-weight:600; font-size: 48px; margin-bottom: 0; color:#FFFFFF;}


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

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

