@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #ce1212;
  --color-secondary: #37373f;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #ec2727;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-size: 28px;
  font-weight: 700;
}

h4,
h5,
h4 {
  color: #0e5e78;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h6 {
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 30px 0;
}

.section-bg {
  background-color: rgba(172, 181, 218, 0.1);
  /* background: url(../img/details-2-background.jpg); */

}

.section-bg-1 {
  background: url(../images/bg1.png);
}

.section-bg-2 {
  background: url(../images/Category-bg.png);
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.section-header p {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.section-header p span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fafafa !important;
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
  border-bottom: 1px solid #fafafa;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .header {
    height: 70px;
  }
}

.header.sticked {
  /* border-color: #fff; */
  border-color: #eee;

}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #000;
  margin: 0;
  text-transform: normal;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 12px;
  color: rgba(206, 18, 18, 0.8);
  background: transparent;
  padding: 8px 20px;
  border: 1px solid rgba(206, 18, 18, 0.8);
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 600;
}

@media screen and (max-width:400px) {

  .header .btn-book-a-table,
  .header .btn-book-a-table:focus {
    padding: 8px 10px;
  }
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}

section {
  scroll-margin-top: 90px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

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

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

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

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.btn_get_started {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid rgba(206, 18, 18, 0.8);
  padding: 8px 18px;
  border-radius: 20px;
  color: rgba(206, 18, 18, 0.8);
}

.btn_get_started:hover {
  background-color: rgba(206, 18, 18, 0.8);
  transition: 0.4s ease;
  color: #fff;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0, 0.4);
}

#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  border-radius: 20px;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
  border: 1px solid rgb(225, 223, 223);
  min-height: 488px;
}

#get-started .feature-block:hover {
  border: 1px solid rgba(206, 18, 18, 0.8);
  transition: 0.4s ease;
  cursor: pointer;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0, 0.4);
}

#get-started .feature-block img {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}

#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block h4 {
  margin-bottom: 20px;
}

#get-started .feature-block p {
  margin-bottom: 20px;
  /* color: #707377; */
  color: #232323;
  font-size: 13px;
  text-align: start;
}

#get-started .feature-block a {
  color: #0e5e78;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

#get-started .feature-block a:hover {
  color: rgba(206, 18, 18, 0.8);
}

/* General section */
.bold_text {
  color: #ce1212;
  font-size: 13px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  padding: 120px 0 30px 0;
}

.hero h2 {
  font-size: 34px;
  font-weight: 900;
  opacity: 0.1;

  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: 'Montserrat', sans-serif;

}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.5s;
  background: rgba(206, 18, 18, 0.8);
  color: rgba(206, 18, 18, 0.8);
  /* color: #fff; */
  border: 1px solid rgba(206, 18, 18, 0.8);
  background: transparent;
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  /* background: rgba(206, 18, 18, 0.8); */
  background: transparent;
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
  color: #fff;
  color: rgba(206, 18, 18, 0.8);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--font-secondary);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
  color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}



/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#features .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  border: 1px solid rgb(225, 223, 223);
  transition: all 0.5s ease-in-out 0s;
  border-radius: 20px;
  min-height: 386px !important;
}

#features .feature-block:hover {
  cursor: pointer;
  border: 1px solid rgba(206, 18, 18, 0.8);
}

#features .feature-block img {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
  margin-bottom: 20px;
}

#features .feature-block p {
  margin-bottom: 0;
  color: #000;
  text-align: start;
  font-size: 13px;
}

/* About Us Section
--------------------------------*/
#about-us img {
  max-width: 100%;
}

#about-us .about-content {
  padding-top: 60px;
}

#about-us .about-content h2 {
  color: #252525;
  font-family: "roboto";
  font-size: 39px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#about-us .about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}

#about-us .about-content ul li {
  line-height: 36px;
}

#about-us .about-content ul li .fa {
  padding-right: 20px;
}

/* Contact Section
--------------------------------*/
#contact {
  background-color: rgba(130, 144, 220, 0.1);
}

#contact .info {
  color: #222;
}

#contact .info i {
  font-size: 22px;
  color: rgba(206, 18, 18, 0.8);
  float: left;
  line-height: 1;

}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding: 20px 0;
}

#contact .small_text {
  font-size: 14px;
  color: #707377;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: rgba(206, 18, 18, 0.8); */
  color: rgba(206, 18, 18, 0.8);
  ;
  /* line-height: 1; */
  padding: 6px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: rgba(206, 18, 18, 0.8);
  ;
  color: #fff;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input:focus,
#contact .php-email-form textarea:focus {
  border-color: rgba(206, 18, 18, 0.8);
}

#contact .php-email-form input {
  padding: 10px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type=submit] {
  border: 1px solid rgba(206, 18, 18, 0.8);
  padding: 8px 18px;
  color: rgba(206, 18, 18, 0.8);
  transition: 0.4s;
  border-radius: 20px;
}

#contact .php-email-form button[type=submit]:hover {
  background: rgba(206, 18, 18, 0.8);
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Pricing Plan  */


.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border: 1px solid rgba(206, 18, 18, 0.8);
  border-radius: 5rem;
  letter-spacing: .1rem;
  color: rgba(206, 18, 18, 0.8);
  font-weight: bold;
  padding: 8px 16px;
  background: transparent;
  opacity: 0.7;
  transition: all 0.2s;

}

.pricing-section {
  width: 100%;
  min-height: 500px;
}

.pricing .card {
  border-radius: 20px;
  min-height: 624px;
}

/* Hover Effects on Card */
.pricing .card:hover {
  border: 1px solid rgba(206, 18, 18, 0.8);
  transition: 0.5s ease;
  cursor: pointer;

}

.pricing .card:hover .btn {
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding-top: 40px;
  border-top: 1px solid rgb(237, 234, 234);
}

.footer .footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 700;
  height: 100%;
  letter-spacing: -1px;
  padding-left: 0;
  padding-top: 0;
  color: #000;
}

.color_span {
  color: #ce1212;
}

.footer .footer-logo p {
  color: #222;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer .list-menu>h4 {
  color: #fff;
  padding-bottom: 20px;
  color: #1d708c;
}

.footer .list-menu ul li a {
  color: #707377;
  font-size: 14px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}

.footer .list-menu ul li a:hover {
  color: #262728;
}

.footer .copyrights {
  background: #fff;
  margin-top: 50px;
  border-top: 1px solid rgb(237, 234, 234);
  text-align: center;
  padding: 25px;
}

.footer .copyrights p,
.footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
}

.footer .copyrights p a,
.footer .copyrights .credits a {
  letter-spacing: 0;
  color: rgba(206, 18, 18, 0.8);
}


#more1 {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

#more4 {
  display: none;
}

.read-more {
  margin-top: 20px;
  /* border-radius: 20px; */
  /* padding: 8px 16px; */
  color: #0e5e78;
  font-size: 13px;
  outline: none;
  font-weight: 600;
  background: none;
  border: none;
  /* border: 1px solid #ccc; */
}

.read-more:hover {
  color: rgba(206, 18, 18, 0.8);
  transition: 0.5s ease;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(229, 229, 229);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #444444;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #444444;
}

.about_image {
  width: 60%;
}

#contact .php-email-form button[type=submit] {
  background: #ffffff;
}

.info a {
  color: #000 !important;
}

.footer-logo .sl {


  display: inline-block;

  margin-right: 5px;

  font-size: 13px;
  margin-bottom: 20px;
}


/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/*                                       Custom Theme For Organization                                 */
/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

/* DRAK GREEN STARTS HERE */
#style_dark_green .header .logo img {
  max-height: 72px;
  margin-right: 6px;
}

#style_dark_green .section-header p span {
  color: #0f5132;
}


#style_dark_green .header {
  background: #0f5132 !important;
}

#style_dark_green .navbar a,
#style_dark_green .mobile-nav-hide,
#style_dark_green .mobile-nav-show {
  color: #fff;
}

#style_dark_green .navbar .active {
  border-color: #0cffb2;
}

#style_dark_green .navbar>ul>li>a:before {
  background-color: #6be449;
}

#style_dark_green .section-bg {
  background-color: rgb(35 249 178 / 10%);
}

#style_dark_green .about_image {
  width: 60%;
  border-radius: 20px;
  border: 2px solid #0f5132;
}

#style_dark_green .header .btn-book-a-table,
#style_dark_green .header .btn-book-a-table:focus {
  border: 1px solid rgb(6 255 71 / 80%);
  color: rgb(255 255 255);
}

#style_dark_green .header .btn-book-a-table:hover {
  background-color: rgb(6 255 71 / 80%);
}

#style_dark_green #contact {
  background-color: rgb(233 255 253 / 45%);
}

#style_dark_green #contact .social-links a:hover {
  background: #0f5132;
  color: #fff;
}

#style_dark_green #contact .social-links a,
#style_dark_green #contact .info i {
  color: #0f5132;
}

#style_dark_green .navbar ul {
  background: #0f5132;
}

#style_dark_green #contact .php-email-form button[type=submit] {
  border: 1px solid #0f5132;
  padding: 8px 18px;
  color: #0f5132;
}

#style_dark_green #contact .php-email-form button[type=submit]:hover {
  background: #0f5132;
  color: #fff;
}

#style_dark_green .scroll-top {
  background: #0f5132;
}

#style_dark_green .footer .copyrights p a,
.footer .copyrights .credits a {
  color: #0f5132;
}

#style_dark_green .footer-logo .navbar-brand {
  color: #0f5132;
  margin-bottom: 10px;
}

#style_dark_green .footer-logo .sl {
  padding: 2px;
  width: 110px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;

  border-radius: 8px;
  font-size: 13px;
}


#style_dark_green .footer-logo .facebook {
  color: #3b5998;
  border: 1px solid #3b5998;
}

#style_dark_green .footer-logo .instagram {
  color: #8a3ab9;
  border: 1px solid #8a3ab9;
}

#style_dark_green .footer-logo .linkedin {
  color: #0077b5;
  border: 1px solid #0077b5;
}

#style_dark_green .footer-logo .youtube {
  color: #FF0000;
  border: 1px solid #FF0000;
}


#style_dark_green #features .feature-block:hover {
  cursor: pointer;
  border: 1px solid #0f5132;
}


/* DRAK GREEN ENDS HERE */

/* **************************************************************************************************************** */

/* DRAK JADE STARTS HERE */
#style_dark_green .header .logo img {
  max-height: 72px;
  margin-right: 6px;
}

#style_jade_green .section-header p span {
  color: #15b896;
}

#style_jade_green .header {
  background: #15b896 !important;
}

#style_jade_green .navbar a,
#style_jade_green .mobile-nav-hide,
#style_jade_green .mobile-nav-show {
  color: #fff;
}

#style_jade_green .navbar .active {
  border-color: #0cffb2;
}

#style_jade_green .navbar a {
  color: #fff;
}

#style_jade_green .navbar>ul>li>a:before {
  background-color: #ffffff;
}

#style_jade_green .section-bg {
  background-color: rgb(35 249 178 / 10%);
}

#style_jade_green .about_image {
  width: 60%;
  border-radius: 40px;
  border: 2px solid #ffffff;
}

#style_jade_green .header .btn-book-a-table,
#style_jade_green .header .btn-book-a-table:focus {
  border: 1px solid #ffffff;
  color: rgb(255 255 255);
}

#style_jade_green .header .btn-book-a-table:hover {
  background-color: #ffffff;
  color: #15b896;
}

#style_jade_green #contact {
  background-color: rgb(233 255 253 / 45%);
}

#style_jade_green #contact .social-links a:hover {
  background: #15b896;
  color: #fff;
}

#style_jade_green #contact .social-links a,
#style_jade_green #contact .info i {
  color: #15b896;
}

#style_jade_green .navbar ul {
  background: #15b896;
}

#style_jade_green #contact .php-email-form button[type=submit] {
  border: 1px solid #0f5132;
  padding: 8px 18px;
  color: #15b896;
}

#style_jade_green #contact .php-email-form button[type=submit]:hover {
  background: #15b896;
  color: #fff;
}

#style_jade_green .scroll-top {
  background: #15b896;
}

#style_jade_green .footer .copyrights p a,
.footer .copyrights .credits a {
  color: #15b896;
}

#style_jade_green .footer-logo .navbar-brand {
  color: #15b896;
  margin-bottom: 10px;
}

#style_jade_green .footer-logo .sl {
  padding: 2px;
  width: 110px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;

  border-radius: 8px;
  font-size: 13px;
}


#style_jade_green .footer-logo .facebook {
  color: #3b5998;
  border: 1px solid #3b5998;
}

#style_jade_green .footer-logo .instagram {
  color: #8a3ab9;
  border: 1px solid #8a3ab9;
}

#style_jade_green .footer-logo .linkedin {
  color: #0077b5;
  border: 1px solid #0077b5;
}

#style_jade_green .footer-logo .youtube {
  color: #FF0000;
  border: 1px solid #FF0000;
}


#style_jade_green #features .feature-block:hover {
  cursor: pointer;
  border: 1px solid #15b896;
}


/* DRAK JADE GREEN ENDS HERE */


/* **************************************************************************************************************** */


/* SHADE OF CYAN STARTS HERE */
#style_dark_green .header .logo img {
  max-height: 72px;
  margin-right: 6px;
}

#style_shade_cyan .section-header p span {
  color: #0dcaf0;
}

#style_shade_cyan .navbar a,
#style_shade_cyan .mobile-nav-hide,
#style_shade_cyan .mobile-nav-show {
  color: #fff;
}

#style_shade_cyan .navbar .active {
  border-color: #0cffb2;
}

#style_shade_cyan .header {
  background: #0dcaf0 !important;
}

#style_shade_cyan .navbar a {
  color: #fff;
}

#style_shade_cyan .navbar>ul>li>a:before {
  background-color: #ffffff;
}

#style_shade_cyan .section-bg {
  background-color: #00d4ff1f;
}

#style_shade_cyan .about_image {
  width: 60%;
  border-radius: 40px;
  border: 2px solid #ffffff;
}

#style_shade_cyan .header .btn-book-a-table,
#style_shade_cyan .header .btn-book-a-table:focus {
  border: 1px solid #ffffff;
  color: rgb(255 255 255);
}

#style_shade_cyan .header .btn-book-a-table:hover {
  background-color: #ffffff;
  color: #0dcaf0;
}

#style_shade_cyan #contact {
  background-color: rgb(233 255 253 / 45%);
}

#style_shade_cyan #contact .social-links a:hover {
  background: #0dcaf0;
  color: #fff;
}

#style_shade_cyan #contact .social-links a,
#style_shade_cyan #contact .info i {
  color: #0dcaf0;
}

#style_shade_cyan .navbar ul {
  background: #0dcaf0;
}

#style_shade_cyan #contact .php-email-form button[type=submit] {
  border: 1px solid #0dcaf0;
  padding: 8px 18px;
  color: #0dcaf0;
}

#style_shade_cyan #contact .php-email-form button[type=submit]:hover {
  background: #0dcaf0;
  color: #fff;
}

#style_shade_cyan .scroll-top {
  background: #0dcaf0;
}

#style_shade_cyan .footer .copyrights p a,
.footer .copyrights .credits a {
  color: #0dcaf0;
}

#style_shade_cyan .footer-logo .navbar-brand {
  color: #0dcaf0;
  margin-bottom: 10px;
}

#style_shade_cyan .footer-logo .sl {
  padding: 2px;
  width: 110px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;

  border-radius: 8px;
  font-size: 13px;
}


#style_shade_cyan .footer-logo .facebook {
  color: #3b5998;
  border: 1px solid #3b5998;
}

#style_shade_cyan .footer-logo .instagram {
  color: #8a3ab9;
  border: 1px solid #8a3ab9;
}

#style_shade_cyan .footer-logo .linkedin {
  color: #0077b5;
  border: 1px solid #0077b5;
}

#style_shade_cyan .footer-logo .youtube {
  color: #FF0000;
  border: 1px solid #FF0000;
}



#style_shade_cyan #features .feature-block:hover {
  cursor: pointer;
  border: 1px solid #0dcaf0;
}


/* SHADE OF CYAN ENDS HERE */


/* **************************************************************************************************************** */


/* Dark red STARTS HERE */

/* #790000  */
#style_dark_green .header .logo img {
  max-height: 56px;
  margin-right: 6px;
}

#style_dark_red .section-header p span {
  color: #790000;
}

#style_dark_red .navbar a,
#style_dark_red .mobile-nav-hide,
#style_dark_red .mobile-nav-show {
  color: #fff;
}

#style_dark_red .navbar .active {
  border-color: #ffadad;
}

#style_dark_red .header {
  background: #790000 !important;
}

#style_dark_red .navbar a {
  color: #fff;
}

#style_dark_red .navbar>ul>li>a:before {
  background-color: #ffffff;
}

#style_dark_red .section-bg {
  background-color: #7900001c;
}

#style_dark_red h4,
h5,
h4 {
  color: #790000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

#style_dark_red .about_image {
  width: 60%;
  border-radius: 15px;
  border: 2px solid #790000;
}

#style_dark_red .header .btn-book-a-table,
#style_dark_red .header .btn-book-a-table:focus {
  border: 1px solid #ffffff;
  color: rgb(255 255 255);
}

#style_dark_red .header .btn-book-a-table:hover {
  background-color: #ffffff;
  color: #790000;
}

#style_dark_red #contact {
  background-color: rgb(255 233 233 / 45%);
}

#style_dark_red #contact .social-links a:hover {
  background: #790000;
  color: #fff;
}

#style_dark_red #contact .social-links a,
#style_dark_red #contact .info i {
  color: #790000;
}

#style_dark_red .navbar ul {
  background: #790000;
}

#style_dark_red #contact .php-email-form button[type=submit] {
  border: 1px solid #790000;
  padding: 8px 18px;
  color: #790000;
}

#style_dark_red #contact .php-email-form button[type=submit]:hover {
  background: #790000;
  color: #fff;
}

#style_dark_red .scroll-top {
  background: #790000;
}

#style_dark_red .footer .copyrights p a,
.footer .copyrights .credits a {
  color: #790000;
}

#style_dark_red .footer-logo .navbar-brand {
  color: #790000;
  margin-bottom: 10px;
}

#style_dark_red .footer-logo .sl {
  padding: 2px;
  width: 110px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;

  border-radius: 8px;
  font-size: 13px;
}


#style_dark_red .footer-logo .facebook {
  color: #3b5998;
  border: 1px solid #3b5998;
}

#style_dark_red .footer-logo .instagram {
  color: #8a3ab9;
  border: 1px solid #8a3ab9;
}

#style_dark_red .footer-logo .linkedin {
  color: #0077b5;
  border: 1px solid #0077b5;
}

#style_dark_red .footer-logo .youtube {
  color: #FF0000;
  border: 1px solid #FF0000;
}



#style_dark_red #features .feature-block:hover {
  cursor: pointer;
  border: 1px solid #790000;
}

#style_dark_red #features .feature-block h4 {
  margin-bottom: 20px;
  color: #790000;
}



#style_dark_red .about-us-image {
  width: 69%;
  border-radius: 12px;
}



#style_dark_red #features .feature-block img {
  height: 223px;
  margin-bottom: 30px;
  width: 182px;
  border-radius: 16px;
}


/* Dark red ENDS HERE */


/* **************************************************************************************************************** */


/* Lab Best Website Starts HERE */

/* #790000  */
#lab_theme .header .logo img {
  max-height: 56px;
  margin-right: 6px;
}

#lab_theme .section-header p span {
  color: #7f8dff;
}

#lab_theme .navbar a,
#lab_theme .mobile-nav-hide,
#lab_theme .mobile-nav-show {
  color: black;
}

#lab_theme .navbar .active {
  color: #7f8dff;
}

#lab_theme .header {
  background: #ffffff !important;
}

#lab_theme .navbar a {
  color: black;
}

#lab_theme .navbar>ul>li>a:before {
  background-color: #ffffff;
}

#lab_theme .section-bg {
  background-color: #00fff312;
}

#lab_theme h4,
#lab_theme h5 {
  color: #7f8dff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

#lab_theme .about_image {
  width: 60%;
  border-radius: 15px;
  border: 2px solid #7f8dff;
}

#lab_theme .header .btn-book-a-table,
#lab_theme .header .btn-book-a-table:focus {
  border: 1px solid #7f8dff;
  color: #7f8dff;
}

#lab_theme .header .btn-book-a-table:hover {
  background-color: #7f8dff;
  color: #fff;
}

#lab_theme #contact {
   background-color: rgb(255 255 255 / 45%);
}

#lab_theme #contact .social-links a:hover {
  background: #7f8dff;
  color: #fff;
}

#lab_theme #contact .social-links a,
#lab_theme #contact .info i {
  color: #7f8dff;
}

#lab_theme .navbar ul {
  background: #fff;
}

#lab_theme #contact .php-email-form button[type=submit] {
  border: 1px solid #7f8dff;
  padding: 8px 18px;
  color: #7f8dff;
}

#lab_theme #contact .php-email-form button[type=submit]:hover {
  background: #7f8dff;
  color: #fff;
}

#lab_theme .scroll-top {
  background: #7f8dff;
}

#lab_theme .footer .copyrights p a,
.footer .copyrights .credits a {
  color: #7f8dff;
}

#lab_theme .footer-logo .navbar-brand {
  color: #7f8dff;
  margin-bottom: 10px;
}

#lab_theme .footer-logo .sl {
  padding: 2px;
  width: 110px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;

  border-radius: 8px;
  font-size: 13px;
}


#lab_theme .footer-logo .facebook {
  color: #3b5998;
  border: 1px solid #3b5998;
}

#lab_theme .footer-logo .instagram {
  color: #8a3ab9;
  border: 1px solid #8a3ab9;
}

#lab_theme .footer-logo .linkedin {
  color: #0077b5;
  border: 1px solid #0077b5;
}

#lab_theme .footer-logo .youtube {
  color: #FF0000;
  border: 1px solid #FF0000;
}



#lab_theme #features .feature-block:hover {
  cursor: pointer;
  border: 1px solid #7f8dff;
}

#lab_theme #features .feature-block h4 {
  margin-bottom: 20px;
  color: #7f8dff;
}



#lab_theme .about-us-image {
  width: 69%;
  border-radius: 12px;
}

#lab_theme .theme_lab_about_h4 {
	font-size: 27px !important;
}



#lab_theme #features .feature-block img {
  height: 223px;
  margin-bottom: 30px;
  width: 182px;
  border-radius: 16px;
}

/* Lab Best Website ends HERE */


/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/*                                       Custom Theme For Organization                                 */
/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */