/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Daito.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; background: #c8ebe8;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.top-header img {
	margin-bottom: -100px; position: relative;
}

.top-header .header-contact-reservation {
	padding: 10px; border-radius: 20px; margin-top: 15px; background: #265a53; color: #fff; width: fit-content; border: 1px solid #fff;
	font-family: font3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
}

.top-header .header-contact-call {
	padding: 10px; border-radius: 20px; margin-top: 15px; background: #fff; color: #265a53; width: fit-content; border: 1px solid #265a53;
	font-family: font3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
}

.top-header  a {
	color: inherit;
}

.top-header i {
	margin: 25px 10px 0px 15px; color: #fff; width: 35px; height: 35px; background: #877cae; border-radius: 100%;
	    padding: 8px 15px 15px 9px; border: 2px solid #fff;
}


.top-header-animate {
	background: rgb(255,255,255);
}


.navbar-scroll {
	padding: 80px 0 0; position: fixed; background: #4c9f94; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}

.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden;
}

.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 500; font-size: 22px; color: rgb(255,255,255); font-family: 'font3'; text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #f3cb3a;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem; font-family: font3;
  letter-spacing: 0.5px; text-transform: uppercase;
}

.hero-content p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.6;
  opacity: 0.95;
}
.hero-content h2 {
  font-size: clamp(2rem, 3vw, 2rem);
  margin-bottom: 1rem; font-family: font3;
  letter-spacing: 0.5px; text-transform: uppercase;
}
.hero-support{
	margin-top:10px; 
	padding: 25px;
	background:#ffffff4a;
	border-radius: 10px; 
	backdrop-filter: blur(4px); 
	
}
@media (max-width:991px){
.hero-video {
    position: relative;
    width: 100%;
    height: 111vh;
    overflow: hidden;
}
	
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-ctas .btn {
  padding: 0.9rem 1.8rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.btn-primary {
    background: #60a680;
    color: #ffffff;
    border: 2px solid #fff;
}

.btn-primary:hover {
  background: #265a53;
}

.btn-secondary {
  border: 2px solid #fff;
  color: #fff; background: #009688;
}

.btn-secondary:hover {
  background: #fff;
  color: #000;
}

.kava-menu {
  padding: 5rem 1.5rem;
      background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 87%) 50%, rgb(255 255 255 / 0%) 100%), url(/img/homepage/bowl-01.jpg);
    background-size: cover;
  color: #1f2f2b;
  font-family: "Georgia", serif;
}

.menu-inner {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.menu-watermark {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 420px;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

.menu-title {
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.15em;
  margin-bottom: 3rem; font-family: font3; text-transform: uppercase; 
  position: relative; color: #265a53;
  z-index: 1;
}

.menu-section {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.menu-section h3 {
     font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: font3;
    letter-spacing: 1px;
    color: #265a53;
}

.menu-footer a {
	color: #224b3e;
}

.menu-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.menu-item span:first-child {
  white-space: nowrap;
}

.dots {
  flex: 1;
  border-bottom: 1px dotted rgba(0,0,0,0.4);
  margin: 0 0.75rem;
}

.price {
  white-space: nowrap;
}

.syrup-list {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

.menu-footer {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}

.menu-footer .phone {
  margin-top: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.menu-download {
  margin-top: 1.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.menu-download a {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1f2f2b;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  padding-bottom: 2px;
  transition: all 0.25s ease;
}

.menu-download a:hover {
  color: #000;
  border-color: #000;
}


.home-split {
	    padding: 50px;
    background-color: #265a53 !important;
    color: #fff;
    background: radial-gradient(circle, #265a537a 34%, #265a53 50%, #265a5300 100%), url(/img/homepage/floral-044.png);
    background-size: 230%;
    background-position: top;
}

.home-split h2 {
	font-family: font3; text-transform: uppercase; letter-spacing: 2px; text-align: center; font-size: 65px;
}

.home1 {
 text-align: center; 
}

.home1 .container-fluid {
	padding: 0px;
}
.home1 .pad {
	padding: 175px 10px 275px 10px; background: #f9f9f9; position: relative; 
	
}
.home1 .home-image {
	height: 100%;background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/kc-03.jpg);
    background-size: cover;border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-left: 10px solid #f3cb3a;
}
.home1 h2 {
	font-family: font3; font-size: 45px;  font-weight: 500; color: #265a53; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px;
}
.home1 h3 {
	font-family: font3;
    text-transform: uppercase;
    font-size: 75px;
    position: relative;
    left: 53%;
    margin-right: -15%;
    margin-bottom: 110px;
    text-align: center;
    color: #265a53;
    padding: 25px;
        background: linear-gradient(270deg, rgb(225 225 225 / 82%) 54%, rgba(255, 255, 255, 0) 54%);
    border-radius: 50px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: #000; line-height: 35px; margin: 0px 50px 0px 50px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 .squish {
	    --bs-gutter-x: 0;
}

.home1 img {
	max-width: 25%;
}

.home-split {
    padding: 50px;
    background-color: #877cae !important;
    color: #fff;
    background: radial-gradient(circle, #877cae82 34%, #877caedb 50%, #265a5300 100%), url(/img/homepage/floral-044.png);
    background-size: 230%;
    background-position: top;

}

.home-split h2 {
	font-family: font3; text-transform: uppercase; letter-spacing: 2px; text-align: center; font-size: 65px;
}

.home2 {
 text-align: center; 
}

.home2 .container-fluid {
	padding: 0px;
}
.home2 .pad {
	padding: 175px 10px 275px 10px; background: #f9f9f9; position: relative; 
	
}
.home2 .home-image {
	height: 100%;background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/kc-04.png);
    background-size: cover;border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-right: 10px solid #f3cb3a;
}
.home2 h2 {
	font-family: font3; font-size: 45px;  font-weight: 500; color: #265a53; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px;
}
.home2 h3 {
	font-family: font3;
    text-transform: uppercase;
    font-size: 75px;
    position: relative;
    left: 53%;
    margin-right: -15%;
    margin-bottom: 110px;
    text-align: center;
    color: #265a53;
    padding: 25px;
        background: linear-gradient(270deg, rgb(225 225 225 / 82%) 54%, rgba(255, 255, 255, 0) 54%);
    border-radius: 50px;
}
.home2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: #000; line-height: 35px; margin: 0px 50px 0px 50px;
}
.home2 span {
	color: rgb(83,82,82);
}
.home2 .squish {
	    --bs-gutter-x: 0;
}

.home2 img {
	max-width: 25%;
}

@media (max-width: 991px){
.home1 p {
    font-size: 17px;
    font-family: 'font2';
    font-weight: 600;
    color: #000;
    line-height: 35px;
    margin: 0px 10px 0px 10px;
}
.home1 h2 {
    font-family: font3;
    font-size: 2rem;
    font-weight: 500;
    color: #265a53;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.home-split h2 {
    font-family: font3;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 2rem;
}
}



.kava-intro {
	    background-position: center;
    padding: 150px 150px 150px 150px;
        background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 87%) 50%, rgb(255 255 255 / 0%) 100%), url(/img/homepage/kava-03.jpg);
    background-size: cover;
}

.kava-intro .intro-content {
	margin-left: 25px;
}

.kava-intro h2 {
	font-family: font3; text-transform: uppercase; letter-spacing: 1px; font-size: 45px; color: #265a53; 
}

.kava-intro h2 span {
	color: #B5972D;text-shadow: 1px 1px 1px #444; text-decoration: underline !important;
}

.kava-intro h3 {
    font-family: font3;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 25px;
    background: #265a53;
    padding: 20px 10px 20px 10px;
    border-radius: 8px;
}

.kava-intro p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; letter-spacing: .5px; line-height: 35px;
}

.kava-intro .reasons {
	position: relative; display: flex; margin-top: 50px; 
}

.kava-intro .reason1 {
	padding: 0px 0px 50px 0px; background: #fff; margin: 0px 15px 0px 15px; text-align: center; border-radius: 10px;
	border: 2px solid #265a53;
}

.kava-intro .reason1:hover {
	transform: translateY(-7px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
	border: 2px solid #B5972D;
}

.kava-intro .reason1:hover h3 {
	background: #B5972D;
}

.kava-intro .reason1 p {
	color: #000; font-size: 15px; line-height: 30px; margin: 50px 15px 20px 15px; padding: 0px;
}


@media (max-width: 991px){
	
.kava-intro {
    background-position: center;
    padding:  50px 10px 50px 10px;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 87%) 50%, rgb(255 255 255 / 0%) 100%), url(/img/homepage/kava-03.jpg);
    background-size: cover;
}
.kava-intro .reasons {
    position: relative;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}
}


.kava-pillars {
    padding: 175px 0px 275px 0px;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 87%) 50%, rgb(255 255 255 / 0%) 100%), url(/img/homepage/kava-02.jpg);
    background-size: 100%; 
    color: #f5f5f5;
    background-attachment: fixed;
    text-align: center;
}

.kava-pillars h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1rem; color: #265a53; font-family: font3; text-transform: uppercase; letter-spacing: 1px;
}

.section-intro {
  max-width: 700px;
  margin: 0 auto 3.5rem;
  font-size: 1.05rem; color: #000;
  line-height: 1.7;
  opacity: 0.9;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.pillar {
     padding: 2.5rem 2rem;
    border-radius: 16px;
    background: #265a53;;
}

.pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.pillar h3 {
  font-size: 25px; font-family: font3; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 10px;
  color: #f3cb3a;
  letter-spacing: 0.05em;
}

.pillar p {
  font-size: 0.95rem;
  line-height: 1.65;
  opacity: 0.95;
}

.pillar i {
	font-size: 45px; color: #fff; margin-bottom: 25px;
}

.kava-reviews {
  padding: 150px 0px 150px 0px;
      background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 39%) 50%, rgb(255 255 255 / 0%) 100%), url(/img/homepage/kc-08.webp);
    background-size: 100%;
    color: #f5f5f5;
    background-attachment: fixed;
  text-align: center;
}

.kava-reviews h2 {
  font-size: 45px; font-family: font3; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

.reviews-intro {
  max-width: 600px;
  margin: 0 auto 3rem;
  opacity: 0.85;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* Tablet */
@media (max-width: 992px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}


.review-card {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 2rem; color: #000;
  text-align: left;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.avatar {
  width: 48px;
  height: 48px;
  background: #265a53;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-header h4 {
  margin: 0; font-family: font3; text-transform: uppercase; letter-spacing: 1px; color: #265a53;
  font-size: 1rem;
}

.stars {
  color: #f3cb3a;
  font-size: 0.9rem;
}

.review-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.review-card a {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
 color: #265a53; font-weight: 600;
  text-decoration: none;
}

.review-card a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.reviews-action {
  margin-top: 3rem;
}

.reviews-action button,
.reviews-action a {
  background: #fff;
  font-weight: 600;
  border: 2px solid #265a53;
  color: #265a53;
  padding: 0.75rem 2rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
}

.reviews-action button:hover,
.reviews-action a:hover {
  background: #183833;
  color: #fff;
}



.kava-food-drive{
	background: black;
	padding: 100px 10px; 
}

.kava-food-drive h2 {
    font-size: 2.5rem;
    font-family: font3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
	text-align: center;
	color:white;
}

.kava-food-drive h3 {
    font-size: 1.8rem;
    font-family: font3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
	text-align: center;
	color:white;
}

.kava-food-drive p{
    font-size: 1.05rem;
    color: white;
	
}


.kava-food-drive .mini-img{
	
	max-width: 50%;
}
.drive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: stretch;
    max-width: max-content;
    text-align: center;
    justify-content: center;
}
.drive-grid .donation{
    margin-top: 10px;
    padding: 10px;
    background: #ffffff4a;
    border-radius: 5px;
    font-size: 1.2rem;
    font-family: font3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	
}

.drive-grid .donation p{
	
}
.drive-text {
    text-align: center;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
/**** About Section ****/


/* =========================
   ABOUT US PAGE STYLES
========================= */

/* Variables */
:root {
  --primary: #6f8f72;
  --dark: #1f2a24;
  --light: #f6f7f5;
  --accent: #c8b27c;
  --overlay: rgba(0, 0, 0, 0.55);
}


/* =========================
   HERO & BACKGROUND SECTIONS
========================= */

.about-hero {
  position: relative;
  background-size: cover !important;
  background-position: center;
  background-attachment: fixed !important;
  min-height: 60vh;
   background-repeat: no-repeat;
  display: flex;
  align-items: center;
   background: linear-gradient(to right, #00000073, #00000073), url(/img/homepage/kava-08.jpg);
}


.about-visit {
  position: relative;
  background-size: cover !important;
  background-position: bottom !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #00000073, #00000073), url(/img/homepage/kava-01.jpg);
}



.about-hero h1
{
  color: #fff;
  font-family: font3; text-transform: uppercase; letter-spacing: 1px; 
  font-size: 3rem;
  margin-bottom: 15px;
}

.about-visit h2 {
  color: #fff; font-family: font3; text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 15px;
}

.about-hero p {
  color: #fff;
  max-width: 650px;
  font-size: 1.15rem;
}


.about-visit p
{
  color: #eaeaea;
  max-width: 650px;
  font-size: 1.15rem;
}


@media (max-width: 991px){
 
.about-hero {
    position: relative;
    background-size: cover !important;
    background-position: center;
    background-attachment: fixed !important;
    min-height: 60vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #00000073, #00000073), url(/img/homepage/kava-08.jpg);
    background-position: 50%;
}
 
}

/* =========================
   WHO WE ARE
========================= */

.about-who-we-are {
  background: var(--light); padding: 150px 0px 150px 0px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}

.about-text h2 {
  margin-bottom: 20px; font-family: font3; text-transform: uppercase; letter-spacing: 1px; font-size: 40px;
  color: #265a53;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.45);
}

/* =========================
   WHAT IS KAVA
========================= */

.about-kava {
  background: #fff; padding: 200px 0px 200px 0px;
         background: radial-gradient(circle, rgb(0 0 0) 0%, rgb(0 0 0 / 87%) 50%, rgb(255 255 255 / 0%) 100%), url(/img/homepage/kava-02.jpg);
    background-size: cover; background-attachment: fixed; color: #fff;
}

.about-kava h2 {
  text-align: center; font-family: font3; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 30px; font-size: 50px;
}

.about-kava p {
  max-width: 800px;
  margin: 0 auto 20px auto;
  text-align: center;
}

/* =========================
   BENEFITS / PILLARS
========================= */

/* =========================
   BENEFITS / PILLARS
========================= */

.about-benefits {
  background: var(--light); padding: 150px 0px 150px 0px;
}

.about-benefits h2 {
  text-align: center; font-family: font3; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 50px; font-size: 45px; color: #224b3e;
}

.about-benefits i {
	font-size: 45px; margin-bottom: 25px; color: #f3cb3a;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.about-pillar {
  background: #fff;
  padding: 35px 30px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.about-pillar h3 {
  margin-bottom: 15px; text-transform: uppercase; font-family: font3; letter-spacing: .5px; font-size: 25px;
  color: #224b3e;
}


/* =========================
   VISIT CTA
========================= */

.about-visit {
  text-align: center;
}

.about-visit p {
  margin: 0 auto 30px auto;
}

.btn-primary {
  display: inline-block;
  padding: 14px 36px;
      background: #f3cb3a;
    font-weight: 600;
    color: #224b3e;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #224b3e;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
  background: #5c7a60;
  transform: translateY(-2px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-hero h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  section {
    padding: 60px 0;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .about-hero h1,
  .about-visit h2 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
  }
}


/**** Services Section ****/


/* =========================
   MENU HERO SECTION
========================= */

.menu-hero {
  position: relative;
      background: linear-gradient(to right, #00000073, #00000073), url(/img/homepage/kava-07.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 55vh;
  display: flex;
  align-items: center;
  padding: 100px 0px 300px 0px;
  text-align: center;
}

.menu-hero-overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  padding: 120px 0;
}

.menu-hero h1 {
  color: #fff; font-family: font3; text-transform: uppercase; letter-spacing: 1px;
  font-size: 65px;
  margin-bottom: 10px;
}

.menu-hero h2 {
  color: #e6e6e6;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.menu-hero p {
  color: #ddd;

  font-size: 1.1rem;
  line-height: 1.7;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .menu-hero h1 {
    font-size: 2.2rem;
  }

  .menu-hero h2 {
    font-size: 1.2rem;
  }

  .menu-hero-overlay {
    padding: 90px 0;
  }
}

@media (max-width: 690px) {
  .menu-hero {
    min-height: 50vh;
	    padding: 100px 0px 100px 0px;
  }

  .menu-hero p {
    font-size: 1rem;
  }
}


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Contact Section ****/


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0; text-align: center; background: #f9f9f9;
}

.contact-section .contact-content {
	margin-top: 75px;
}

.contact-section h3 {
	font-family: font3; text-transform: uppercase; letter-spacing: 1px; font-size: 50px; color: #265a53;
}

.contact-section h4 {
	 text-transform: uppercase;  font-size: 20px; line-height: 50px;
}

.contact-section h4 strong {
	font-family: font3;  font-size: 25px;letter-spacing: 1px; color: #265a53;
}

.contact-section h2 {
    font-size: 2rem;
    font-family: font3;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 25px;
    background: #265a53;
    margin-bottom: 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.contact-section a {
	color: inherit;
}

.contact-section img {
	border-radius: 15px;
}

/* =========================
   CONTACT HERO
========================= */

.contact-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      rgba(20, 30, 25, 0.75),
      rgba(20, 30, 25, 0.75)
    ),
    url('/img/homepage/kava-03.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
}

.contact-hero h1 {
  color: #fff; font-family: font3; text-transform: uppercase; letter-spacing: 1px;
  font-size: 65px;
  margin-bottom: 15px;
}

.contact-hero p {
  color: #e0e0e0;
  font-size: 1.2rem;
}


/* =========================
   WHY YOU SHOULD KAVA
========================= */

.why-kava {
      background: linear-gradient(rgba(20, 30, 25, 0.75), rgba(20, 30, 25, 0.75)), url(/img/homepage/kava-05.jpg);
    background-size: cover;
    background-position: center;
  padding: 200px 0 250px 0px;
}

.why-kava h2 {
  text-align: center;
  margin-bottom: 60px; font-family: font3; text-transform: uppercase; letter-spacing: 1px; font-size: 45px;color: #fff;
}

.why-kava-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.why-kava-card {
  position: relative;
  background: #fff;
  padding: 45px 35px;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}

/* Gradient border reveal */
.why-kava-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, #6f8f72, #c8b27c);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Glow effect */
.why-kava-card::after {
  content: "";
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(111,143,114,0.35), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Hover interaction */
.why-kava-card:hover {
  transform: rotateX(6deg) rotateY(-6deg) scale(1.05);
}

.why-kava-card:hover::before,
.why-kava-card:hover::after {
  opacity: 1;
}

/* Icon animation */
.why-kava-card i {
  font-size: 2.8rem;
  color: #6f8f72;
  margin-bottom: 20px;
  display: inline-block;
  transition: transform 0.6s ease, color 0.3s ease;
}

.why-kava-card:hover i {
  transform: rotate(12deg) scale(1.2);
  color: #c8b27c;
}

.why-kava-card h3 {
  margin-bottom: 15px; font-family: font3; font-size: 20px; text-transform: uppercase; letter-spacing: .5px;
  color: #224b3e;
}

.why-kava-card p {
  font-size: 1.05rem;
}


/* =========================
   FULL SCREEN MAP
========================= */

.contact-map {
  width: 100%;
  height: 100vh;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
  .why-kava-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .why-kava-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero h1 {
    font-size: 2.3rem;
  }
}


/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 295px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: #c8ebe8;  font-size: 18px; font-weight: 400;
}
.footer-section .upper-footer {
	 background: #265a53;
}

.footer-section .upper-footer h5 {
	font-family: font3; text-transform: uppercase; color: #fff;padding: 50px; margin: 0px; text-align: center;
}
.footer-section .upper-footer h5:hover {
	background: #c8ebe8; color: #265a53;
}

.footer-section .h-card {
	text-align: center; margin-top: 100px;
}

.footer-section .spanna {
	margin-top: 75px;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	 font-size: 17px; font-family: 'font2';
}
.footer-section a {
	 font-size: 15px; color: #224b3e; font-weight: 600; letter-spacing: 1px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}

.service-cities h4 {
	font-size: 20px; font-family: font3; text-transform: uppercase; 
}
.service-cities h3 {
	font-size: 30px; font-family: font3; text-transform: uppercase; margin-top: 100px;
}
.bottom-footer {
	padding: 25px 0px 15px 0px; background: #f3cb3a;
}

.bottom-footer a {
	color: #000; font-weight: 500;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}

.bottom-footer .vms-link-wrapper img  {
filter: invert(100%);
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #000; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; 
}





/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	
	.top-header i {
    margin: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #877cae;
    border-radius: 100%;
    padding: 8px 15px 15px 9px;
    border: 2px solid #fff;
	margin-top:25px;
}
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 768px) {

}
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 991px) {

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1rem; font-family:  ; text-align: center;
}
.navbar-sidebar {
	padding-top: 140px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index:2; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0; font-family: font3;  color:black;
	        font-size: 1.4rem;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 65px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
 
.top-header img {
    margin-bottom: -0px;
    position: relative;
	max-width: 110px;
}
/**** About Section ****/


/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.kava-reviews {
    padding: 150px 0px 150px 0px;
    background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 39%) 50%, rgb(255 255 255 / 0%) 100%), url(/img/homepage/kc-08.webp);
    background-size: cover;
    color: #f5f5f5;
    background-attachment: fixed;
    text-align: center;
}
/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}
.contact-section h4 {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 50px;
}
/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: black;
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: black;
}
.contact-section h2 {
    font-size: 2rem;
    font-family: font3;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 25px;
    background: #265a53;
    margin-bottom: -25px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
/**** Misc. Section ****/
.btn {
	/*background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;*/
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}