/**
* Template Name: Restaurantly - v3.3.0
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.ft-rht h6{font-size: 12px; color: #fff;}
@media only screen and (max-width: 800px){
.ft-rht h6{font-size: 10px;}
.ft-rht{text-align: center !important;}
}
.ft-rht img{width: 25px;}
.ft-rht{text-align: right;}
.ft-rht a:hover{color:#8bc049;}
body {
  font-family: 'Manrope', sans-serif;
  background: #ffffff;
  color: #fff;
}

a {
  color: #8bc049;
  text-decoration: none;
}

.read a {
  color: #8bc049 !important;
  text-decoration: none;
}

.read a:hover {
  color: #0a253a !important;
  text-decoration: none;
}

a:hover {
  color: #0a253a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Manrope', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
tr.first button {
    background-color: #0a253a;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
}
.row.pay img {
    margin: 5px 10px;
}
.row.pay {
    text-align: right;
}
.rtt {
    margin-top: 30px;
}
.tags{}
.tags ul{padding-left: 20px;}
.tags ul li{margin: 20px 0px; list-style: circle;}
.or-re{background-color: #fff;padding: 5px;}
.or-re h3{font-size: 20px;border-left: 4px solid #8bc049;padding-left: 10px;font-weight: 600;}
.or-re p{font-size: 14px;}



.rtt .heading {
  font-size: 22px;
  margin-right: 25px;
  font-weight: 600;
}

.rtt .fa {
  font-size: 25px;
}

.rtt .checked {
  color: orange;
}

/* Three column layout */
.rtt .side {
  float: left;
  width: 15%;
  margin-top:10px;
}

.rtt .middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.rtt .right {
  text-align: right;
}

/* Clear floats after the columns */
.rtt .row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.rtt .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.rtt .bar-5 {width: 60%; height: 18px; background-color: #4CAF50;}
.rtt .bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.rtt .bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.rtt .bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.rtt .bar-1 {width: 15%; height: 18px; background-color: #f44336;}
.rt-bg{padding: 30px;}
.clin{}
.clin span{font-size: 14px!important;}

.tr-ading input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.tr-ading input[type=submit] {
  background-color: #0a253a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  outline: none;
}

.tr-ading input[type=submit]:hover {
  background-color: #8bc049;
}
.tr-ading{margin-top: 30px;}
.tr-ading textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.tr-ading label{font-size: 13px;}
.tr-ading select {
    margin-bottom: 15px;
}

.rtt .heading {
  font-size: 22px;
  margin-right: 25px;
  font-weight: 600;
}

.rtt .fa {
  font-size: 25px;
}

.rtt .checked {
  color: orange;
}

.showing input {
    width: 50%;
    margin: 0 auto;
}
.shp{ text-align: center;}
.shp .pagination {
  display: inline-block;
}

.shp .pagination a {
  color: #fff;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.shp .pagination a.active {
  background-color: #8bc049;
  color: white;
  border-radius: 5px;
}

.shp .pagination a:hover:not(.active) {background-color: #ddd;border-radius: 5px;}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #cda45e;
  border-bottom-color: #cda45e;
  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);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #ffffff;
}

.back-to-top i {
  font-size: 28px;
  color: #ffffff !important;
  line-height: 0;
}

.back-to-top:hover {
  background: #0a253a;
  color: #ffffff;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li + li {
  padding-left: 10px;
}

#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #0a253a;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled {
  top: 0;
  background: #0a253a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.book-a-table-btn:hover {
  background: #cda45e;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  border-left: 1px solid #8bc04a;
}
.navbar li:first-child {
    border-left: unset;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px 0px 15px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #b0ccda;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  color: #444444;
}

.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: #cda45e;
}

.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 (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1083af;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #cda45e;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}






/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../../../images/user/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #cda45e;
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu, #hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}


#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background:url(../../../images/user/ptn.jpg);
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #cda45e;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #e6e7e7;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 75px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
  color: #0a253a;
  font-weight: 800;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  color: #0c0b09;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #ccd1d4;
  background-size: cover;
  position: relative;
}

.about:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-img {
  /* position: relative; */
  /* transition: .5s; */
}

.about .about-img img {
  max-width: 100%;
  position: relative;
  width: 100%;
  display: block;
}

.about .about-img::before {
  content: '';
}

.about .about-img::after {
  content: '';
}

.about .about-img:hover {
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  font-weight: 900;
  font-size: 45px;
  color: #031f35;
  text-transform: uppercase;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.about .content p {color: #031f35;font-weight: 500;font-size: 16px;}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #cda45e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;




















  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: "Playfair Display", serif;
}

.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #cda45e;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................"
 "...................................................................."
 "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #1a1814;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;

}

.menu .menu-content a:hover {
  color: #cda45e;
}

.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #cda45e;
}

.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #cda45e;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #cda45e;
}

.specials .nav-link.active {
  color: #1a1814;
  background: #cda45e;
  border-color: #cda45e;
}

.specials .nav-link:hover {
  border-color: #cda45e;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../../../images/user/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #cda45e;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;

}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br + br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}


.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input, .book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.book-a-table .php-email-form input::-webkit-input-placeholder, .book-a-table .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::-moz-placeholder, .book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::placeholder, .book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:focus, .book-a-table .php-email-form textarea:focus {
  border-color: #cda45e;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type="submit"] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type="submit"]:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 30px;

  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: rgb(255 255 255 / 39%);
  opacity: 1;
  border: 5px solid #fff;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0a253a;
  border: 5px solid #fff;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: #cda45e;
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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: center;
  padding: 15px;
  font-weight: 600;
}

.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;
  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 #cda45e;
  border-top-color: #1a1814;
  -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;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-webkit-input-placeholder, .contact .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d3af71;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0a253a;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cda45e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;

  color: #fff;

  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.about th {
    width: 50%;
}
.construction{
	    background: #0a253a;
}
.construction h3 {
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.construction h6 {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0px;
}
.construction p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
}
.construction th {
    width: 50%;
}
.construction .order-2.order-lg-1.content {
    padding: 35px !important;
}
.about .order-2.order-lg-1.content {
    padding: 35px !important;
}
.construction .about-img img {
    max-width: 100%;
    position: relative;
    width: 100%;
}
.we-2-cn{
}
.construction .col-lg-6.order-1.aos-init.aos-animate {
    padding: 0px;
}
.about .col-lg-6.order-1.aos-init.aos-animate {
    padding: 0px;
}
.customize label {
    background-color: #fff;
    padding: 12px 0px;
    width: 100%;
    color: #0a253a;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
    margin-bottom: 10px;
}

.customize p {
    color: #0a253a;
    font-size: 15px;
}
.customize{
 background: #ccd1d4;
}

.customize .content h3 {
  font-weight: 900;
  font-size: 45px;
  color: #031f35;
  text-transform: uppercase;
}
.customize .content h6 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  color: #031f35;
}
.customize .content p {
    color: #031f35;
    font-weight: 500;
    font-size: 16px;
}
.customize .content ul {

}
.customize .content ul li {
  color: #031f35;
}
.customize .content label {
  color: #031f35;
  font-weight: 600;
    width: auto;
    background: none;
    padding: 0px;
}
.customize .order-2.order-lg-1.content {
    padding: 35px !important;
	overflow-y: scroll;
    height: 975px;
}
.customize .about-img img {
    max-width: 100%;
    position: relative;
    width: 100%;
}
.customize .about-img {
    padding-top: 50px;
}
.court-type{}
.court-type ul{padding: 5px;}
.court-type ul li{display: inline;margin-left: 11px;}
.customize{}
.customize tr td{
    width: 50%;
    padding: 0px 20px;
    vertical-align: top;
}
.customize tr td label{
    background-color: #fff;
    padding: 12px 0px;
    width: 100%;
    color: #0a253a;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
    margin-bottom: 10px;
}

.customize tr td p{
    color: #0a253a;
    font-size: 15px;
}
.court-type ul li button {
    cursor: pointer;
    border: none;
    margin-bottom: 10px;
    padding: 6px 10px !important;
}
.red{
	background-color: #e9262a;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.blue{
	background-color:#3e64af;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.green{
	background-color:#527f3c;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.black{
	background-color:#000000;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.white{
	background-color:#ffffff;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.skyblue{
	background-color:#14c1e9;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.violet{
	background-color:#1c1d4d;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.orange{
	background-color:#f26925;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.yellow{
	background-color:#f1e63f;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.light-green{
	background-color:#9cc350;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.ocean-blue{
	background-color:#90cec3;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.peach{
	background-color:#eda899;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.checkout {
    text-align: center;
}

.checkout button {
    padding: 6px 20px;
    background-color: #0a253a;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 50px;
    cursor: pointer;
}
.bookacourt{background: url(../../../images/user/court-select-bg.jpg)  center no-repeat;}
.contact{background: url(../../../images/user/contact-bg.jpg) center no-repeat #ccd1d4;}
.bookacourt .content h3 {
    font-weight: 900;
    font-size: 45px;
    color: #031f35;
    text-transform: uppercase;
}
.select-pd{text-align: center;margin: 50px 0px;}
.select-pd label{}
.select-pd select{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: none;
    height: 43px;
    background: #ffffff;
    color: #000000;
}
.select-pd input{
	width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: none;
    height: 43px;
    background: #ffffff;
    color: #000000;
}
.search{
    padding: 40px 0px 10px;
}
.search button{
    padding: 6px 20px;
    background-color: #0a253a;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 50px;
    cursor: pointer;
}
.shop-title{text-align: center;}
.shop-title h2{font-size: 45px;margin-bottom: 45px;text-transform: uppercase;font-weight: 600;}
.shop-item{
	text-align: center;
	padding: 10px;
	background-color: #e6e7e7;
	margin-bottom: 20px;
}
.shop-img img{width: 100%;}
.shop-item h6{color: #0a253a;font-size: 22px;font-weight: 700;margin: 20px 0px;}
.shop-item h5{font-size: 22px;color: #0a253a;}
.shop-item p{font-size: 14px;color: #0a253a;}
.shop-item button {
    padding: 6px 20px;
    background-color: #0a253a;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 25px;
    cursor: pointer;
}

.contact .content h3 {
    font-weight: 900;
    font-size: 45px;
    color: #031f35;
    text-transform: uppercase;
}
.cnt{}
.cnt label{
    font-size: 18px;
    color: #0a253a;
    font-weight: 700;
    margin-bottom: 20px;
}
.cnt input{
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
}
.cnt textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
}
.cnt input[type="submit"] {
    color: #fff;
    background-color: #0a253a;
    width: auto;
    padding: 8px 30px;
}
.ft-menu{text-align: center;}
.ft-menu ul{}
.ft-menu ul li{display: inline-flex;border-left: 1px solid #8bc04a;}
.ft-menu ul li a {
    color: #fff;
    padding: 0px 15px 0px 15px;
}

.ft-menu  li:first-child {
    border-left: unset;
}

.ft-menu ul li a:hover, .ft-menu .active, .ft-menu .active:focus, .ft-menu li:hover > a {
    color: #b0ccda;
}
.ft-logo{text-align: center; padding: 30px 0px;}
.cnt ul li {
    list-style-type: none;
    color: #0a253a;
    font-weight: 600;
    margin-bottom: 20px;
}

.cnt ul li i {
    margin-right: 10px;
}

.cnt ul {
    padding-left: 0px;
}
.cnn-bg {
    padding-left: 35px!important;
}
.ft-menu ul {
    padding-left: 0px;
}
.book-a-court{ color: #333333;}
.book-a-court h2{color: #0a253a;font-size: 32px;font-weight: 800;}

.book-a-court tr td button {
    color: #fff !important;
    background-color: #0a253a;
    width: 100% !important;
    padding: 8px 15px;
    border-radius: 30px;
    border: none;
}
.book-a-court td {
	text-align: center; 
	padding: 10px;
}

.book-a-court tr td h6 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.book-a-court tr td h6 i {
    margin-right: 10px;
}
.book-a-court h1 {
    text-align: left;
    font-size: 85px;
    font-weight: 900;
    color: #0a253a;
    position: relative;
    top: 32%;
    left: 20%;
}

.st-bg{background-color: #ccd0d3; padding: 50px 0px;}
.bl-bg{
	padding: 30px 20px 20px;
	background-color: #fff;
	min-height: 900px;
}
.bl-bg h6{ text-align: center; color: #000; font-size: 20px; font-weight: 800;}
.bl-bg label{color: #000;font-size: 14px;}
.bl-bg input{width: 100%;border-radius: 30px;padding: 10px;border: 1px solid #c2c9cd;margin-top: 10px;outline: none;}
.bl-bg select{width: 100%;border-radius: 30px;padding: 10px;border: 1px solid #c2c9cd;margin-top: 10px;outline: none;}
.bl-bg textarea{width: 100%;border-radius: 30px;padding: 10px;border: 1px solid #c2c9cd;margin-top: 10px;outline: none;}
.check{}
.check input{width: auto; margin-right: 10px;}
.mcar{width: 100%;border-radius: 30px;padding: 5px 20px 12px;border: 1px solid #c2c9cd;margin-top: 20px;outline: none;}
.bl-bg input[type="radio"] {
    position: relative;
    top: 2px;
}
.review{border: 1px solid #ccd0d3;padding: 10px;color: #333333;}
.review td{padding: 4px;}
.review th{padding: 8px;}
.rey label{width: 100%;}
.rey button {
    background-color: #0a253a;
    padding: 8px 20px;
    border-radius: 30px;
    border: none;
    color: #fff;
    margin: 20px 0px;
}
.bl-bg button {
    background-color: #0a253a;
    padding: 8px 20px;
    border-radius: 30px;
    border: none;
    color: #fff;
    margin: 20px 0px;
}
.home li a{background-color:#0a253a; padding: 10px 30px; color: #fff;border-radius: 30px;}
.home li a:hover{background-color:#8bc04a; padding: 10px 30px; color: #fff;border-radius: 30px;}
#hero-shop{background: url(../../../images/user/shop-banner.jpg) center bottom no-repeat;height: 450px;}
.breadcrumbs-mar {
    margin-top: 0px!important;
}
.showing {
    background-color: #e6e7e7;
    padding: 20px;
}
.pr-cat {
    background-color: #ffffff;
    padding: 23px;
}

.pr-cat label {
    color: #000;
    border-left: 3px solid #000;
    padding-left: 10px;
    margin-bottom: 10px;
}



#info
{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}

a{
	color: #ffffff;
}

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}


/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}


/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb
{
	background-color: #000000;	
}


/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}


/*
 *  STYLE 11
 */

#style-11::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-11::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb
{
	background-color: #3366FF;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,
	                                          rgba(255, 255, 255, 0.5) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, 0.5) 50%,
											  rgba(255, 255, 255, 0.5) 75%,
											  transparent 75%,
											  transparent)
}

/*
 *  STYLE 12
 */

#style-12::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #444444;
}

#style-12::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,

											  transparent)
}

/*
 *  STYLE 13
 */

#style-13::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,




											  transparent,
											  transparent)
}

/*
 *  STYLE 14
 */

#style-14::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb
{
	background-color: #FFF;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, 1) 0%,
											  rgba(0, 0, 0, 1) 25%,
											  transparent 100%,
											  rgba(0, 0, 0, 1) 75%,
											  transparent)
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
	border-radius: 10px;

	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D))
}

/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-16::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top,
											  #e4f5fc 0%,
											  #bfe8f9 50%,
											  #9fd8ef 51%,
											  #2ab0ed 100%);
}

.pr-cat ul li a span {
    float: right;
}

.pr-cat ul li {
    background-color: #ffffff;
    padding: 8px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.pr-cat ul li a {
    color: #0a253a;
}

.pr-cat ul {
    padding-left: 0px;
}

.pr-cat ul li:hover {
	background-color: #0a253a;
	padding: 8px 20px;
	border-radius: 8px;
	margin-bottom: 10px;
	color: #fff;
}
.pr-cat ul li:hover a {
    color: #fff;
}

.pr-cat ul li.active {
	background-color: #0a253a;
	padding: 8px 20px;
	border-radius: 8px;
	margin-bottom: 10px;
	color: #fff;
}
.pr-cat ul li.active a {
    color: #fff;
}

.my-pr{padding: 70px 0px;}
.my-pr h2{padding: 10px 15px;background-color: #0a253a;color: #ffffff;width: 100%;margin-bottom: 0px;font-size: 18px;font-weight: 700;}
.my-pr ul{
    list-style-type: none;
    padding-left: 0px;
    border: 1px solid #eaeaea;
}
.my-pr ul li{
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
}
.my-pr ul li a{color: #333333;}
.my-pr ul li a:hover {
    color: #8bc049;
}
.my-pr ul li a.active {
    color: #8bc049;
}
.page-title h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #8bc049;
}
.page-title h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #8bc049;
}
.welcome-msg tr td {padding: 7px !important;border: none;color: #4a4a4a;}
.dashboard input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #eaeaea;
}
.dashboard select {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #eaeaea;
}

.dashboard label {margin: 10px 0px;}

button.btn.btn-red.reset_btn {
    margin-top: 30px;
    padding: 8px 30px;
    background-color: #0a253a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
}
.dashboard a {

    color: #000000;
}
.dashboard a:hover {
    color: #e22726;
}
.pr-im img{width: 100%; }
.pro-price-sec {
    position: relative;
    bottom: -15%;
}
.dashboard label {
    margin: 10px 0px;
	color: #000000;
}
.first.last th {
    /* border-top: 1px solid #e9e9e9; */
    color: #fff;
    font-weight: 600;
    background-color: #0a253a;
    padding: 10px;
    text-align: center;
}
.box-account.box-recent table {
    color: #3a3a3a;
}

.box-account.box-recent td {
    padding: 10px;
    text-align: center;
}



.sgn{text-align: center;}

.sgn h2{font-size: 30px;margin-top: -22px;font-weight: 600;color: #313131;margin-bottom: 20px;}

.Customer{border: 1px solid #e2e2e2;padding: 50px 30px;min-height: 530px;margin-bottom: 50px;}

.Customer h1 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.Customer h2 {
    font-size: 13px;
    color: #ababab;
	font-weight: 300;
}

.Customer label{font-size: 13px;margin-top: 20px;color: #464646;padding: 10px 0px;}
.Customer label em{color: #FF0004;}
.Customer input {
    width: 100%;
    padding: 10px 30px;
    border: none;
    background-color: #e6e7e7;
    border-radius: 30px;
    outline: none;
}

.Customer input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    position: relative;
    top: 7%;
}
.keep-me{padding: 30px 0px;}

.forg a {
    float: right;
    color: #8bc049;
    font-size: 13px;
}
.forg a:hover{
    color: #282460;
}
.keep-me span a {
    margin-left: 7px;
    font-size: 11px;
    color: #8bc049;
}
.login-b {
    text-align: center;
    margin-top: 112px;
}


.login-b button {
    background-color: #8bc049;
    color: #fff;
    width: 50%;
    padding: 11px;
    border: none;
    border-radius: 30px;
}



.keep-me span {
    font-size: 12px;
    color: #222;
}

.sub-b button {
    background-color: #0a253a;
    color: #fff;
    width: 50%;
    padding: 12px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
}
.sub-b {
    text-align: center;
}
.forgot input{width: 100%;padding: 10px;border: 1px solid #d2d2d2;}
.forgot .modal-header h5 {
    color: #dc3545;
    font-weight: 800;
}
.shop-bag h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0a253a;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.shop-bag p {
    color: #303030;
}
.ord-not{color: #333333;}
.ord-not h2{color: #333333;font-size: 18px;font-weight: 700;/* text-transform: uppercase; */}
.ord-not p{color: #333333;}
.tb-sec tbody th {
    border: 1px solid #9f9f9f;
    color: #ffffff;
    background-color: #0a253a;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.tb-sec tbody td {
    border: 1px solid #e2e2e2;
    color: #363636;
    padding: 10px;
    text-align: center;
}
.tb-sec{
    overflow: auto;
}
.tb-sec h3{font-size: 25px;color: #3B3B3B;font-weight: 700;margin-bottom: 20px;}
.tb-sec p{text-align: right; font-size: 16px; color: #3B3B3B;}
.hd-d{display: none;}
/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 35px;
 height: 41px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #ffffff;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }

td .quantity.buttons_added {
    text-align: center;
    float: none;
    margin-right: 0px;
}

.proc {
    border: 1px solid #dfdfdf;
    padding: 30px 10px;
    text-align: right;
    margin-top: 50px;
}
.grand-t h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
}
.btn-danger {
    color: #fff;
    background-color: #0a253a!important;
    border-color: #0a253a!important;
}

.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-proceed {
    color: #fff;
    background-color: #0a253a!important;
    border-color: #0a253a!important;
}

.btn-proceed:hover {
    color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgb(10 37 58 / 36%) !important;
}

.btn-check:active+.btn-proceed:focus, .btn-check:checked+.btn-proceed:focus, .btn-proceed.active:focus, .btn-proceed:active:focus, .show>.btn-proceed.dropdown-toggle:focus {
    box-shadow: none !important;
}

.billing-bg{}

.billing-bg label{font-size: 14px; margin: 10px 0px; color: #333333; }
.proc{text-align: right;margin-bottom: 15px;color: #000;}

.proc h6{font-size: 16px; font-weight: 300; color: #666666; margin-bottom: 20px;}
.grand-t h5{font-size: 16px; font-weight: 700; color: #000000; margin-bottom: 40px;}
.btn-dd {
    background: #8b8c90;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 33px;
    margin: 5px;
}
.bil label{font-size: 20px; font-weight: 700; color: #333333; margin:20px 0px; }
.bil label span{font-size: 14px; font-weight: 500; margin-left: 10px;}
.prd-cart textarea {
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}
.billing-bg h6 span {
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}
.billing-bg h6 {
    font-size: 16px;
    color: #222222;
}
.ordr p {
    color: #575757;
}

.billing-bg{}

.billing-bg label{font-size: 14px; margin: 10px 0px; color: #333333; }

.billing-bg label sup{font-size: 14px; color: #FF0004;}
.billing-bg input {
    outline: none;
    width: 100%;
    padding: 8px;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    background-color: #e6e7e7;
}

.billing-bg select {
    outline: none;
    width: 100%;
    padding: 9px;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    background-color: #e6e7e7;
}
.bil label{font-size: 20px; font-weight: 700; color: #333333; margin:20px 0px; }
.bil label span{font-size: 14px; font-weight: 500; margin-left: 10px;}
.ordr label {
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    margin: 25px 0px 10px;
}
.prd-cart textarea {
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    background-color: #e6e7e7;
}
.brgt button {
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    background-color: #b6b6b6;
    cursor: pointer;
    margin: 20px 0px;
}
.brgt {
    text-align: right;
}
.shop-item button a {
    color: #fff;
}
.shop-item button a:hover {
    color: #fff;
}

.back-sh {
    margin-top: 165px;
}
.back-sh a {
    background-color: #0a253a;
    padding: 10px 40px;
    border-radius: 30px;
    color: #fff;
}
.shop-dt{ color: #333;}
.shop-dt h1{ font-size: 35px; font-weight: 600; }
.shop-dt h2{font-size: 25px;color: #f44336;font-weight: 700;}
.shop-dt p{font-size: 16px;color: #666;}
.shop-dt .ad-btn button {margin-left: 25px;}
.shop-dt ul {
    padding-left: 20px;
}
.shop-dt ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.ad-btn button {
    background: #0a253a;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}
.ad-btn button:hover {
    background: #8bc049;
    color: #fff;
}

.back-sh a:hover {
    color: #ffffff;
    background-color: #8bc049;
}
.shop-dt .quantity.buttons_added{float: left;}
.shop-dt .accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-bottom: 1px solid #afafaf;
  transition: 0.4s;
}

.shop-dt .active, .accordion:hover {
}

.shop-dt .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.de-rev{margin-top: 20px;}

.shop-dt .active:after {
  content: "\2212";
}

.shop-dt .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.sh-dt img{border: 1px solid #afafaf;}
.welcome-msg.tb-sec tbody td {
	border: 1px solid #fff; text-align: left;}
.forget{text-align: center;border: 1px solid #d4d4d4;width: 30%;margin: 0 auto;padding: 15px;border-radius: 10px;}
.forget input{
    width: 100%;
    padding: 8px 20px;
    border-radius: 30px;
    margin-top: 20px;
    background-color: #e6e7e7;
    border: none;
    outline: none;
}
.forget button {
    border: none;
    padding: 7px 20px;
    background-color: #0a253a;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 20px;
}

.forget button:hover {
    background-color: #8bc049;
}
.forget h1 {
    color: #202344;
    font-size: 24px;
    margin: 10px 0px 0px;
    font-weight: 600;
}
.verification{text-align: center;margin: 0 auto; padding: 50px 0px;}
.verification h6{text-align: center;font-size: 24px;font-weight: 600;margin-bottom: 20px;color: #1d1b16;}
.proceed button {
    background-color: #0a253a;
    color: #fff;
    border: none;
    padding: 8px 60px;
    margin: 20px 0px;
    border-radius: 24px;
    cursor: pointer;
}
.resend a {
    text-decoration: underline;
    color: #282460;
}
.verification input {
    width: 50px;
    margin: 5px;
    padding: 13px;
    background-color: #e6e7e7;
    border: none;
    border-radius: 30px;
    text-align: center;
    outline: none;
}
.proceed button:hover {
    background-color: #8bc049;
}
.web-ab.about h3 {
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    color: #031f35;
}
.web-ab.about p {
    color: #031f35;
    font-weight: 500;
    font-size: 16px;
}

.web-ab .we-2-cn {
    padding: 35px !important;
}
.mob-ab{display: none;}
.tb-color {width: 45px; height: 45px; margin: 0 auto;}
.court-type-sl{padding: 20px 0px 50px;text-align: center;}
.court-type-sl img{
    width: 50%;
}
.bl-bgg {
    min-height: 390px !important;
}
.pay{text-align: center;padding: 20px 0px 0px;}
.pay button{
    background-color: #0a253a;
    padding: 8px 40px;
    border-radius: 30px;
    border: none;
    color: #fff;
    margin: 20px 0px 0px;
    }
.tb-grand{font-size: 20px; font-weight: 900;}


/*--------------------------------------------------------------
# new 9-2-2021
--------------------------------------------------------------*/

.avk{background-color: #0a253a!important;}
.bvk{background-color: #b0b7bd!important;}
.svk{background-color: #ffffff!important;
    color: #000 !important;
    border: solid 2px #0a253a !important}

.coup{}
.coup input{
    border-radius: 30px;
    padding: 10px;
    border: 1px solid #c2c9cd;
    margin-top: 10px;
    outline: none;
    }
.coup button{background-color: #0a253a;
    padding: 8px 20px;
    border-radius: 30px;
    border: none;
    color: #fff;
    margin: 20px 0px;
    cursor:pointer;}
    
.coup a{background-color: #0a253a;
    padding: 8px 20px;
    border-radius: 30px;
    border: none;
    color: #fff !important;
    margin: 20px 0px;
    cursor:pointer;
}

.coup label{}

.book-on {
    text-align: right;
}

.book-on ul {
    margin-bottom: 0px;
    margin-top: 17px;
    padding-left: 0px;
}

.book-on ul li {
    display: inline;
    padding: 10px 20px;
	color: #fff;
	border-radius: 30px;
}
.book-date{
    padding: 50px 0px;
}
.book-date label{}
.book-date input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: none;
    height: 43px;
    background: #e6e7e7;
    color: #000000;
}

.dd-dd label{ font-size: 18px; font-weight: 800; margin-right: 15px;}
.dd-dd input{
    width: 80%;
    padding: 10px;
    border-radius: 30px;
    margin: 10px 0px;
    border: none;
    height: 43px;
    background: #e6e7e7;
    color: #000000;
	outline: none;
}
.court-num{text-align: center;}
.court-num h2{font-size: 30px;margin-top: 0px;}
.proc td h1 span {
    margin-left: 20px;
	font-weight: 800;
}

.proc td h1 {
    font-size: 18px;
}
.lp{margin-bottom: 50px;}
.nav-link:focus, .nav-link:hover {
    color: #ffffff;
}
.about label {
    font-size: 20px;
    color: #031f35;
    font-weight: 700;
    margin-bottom: 9px;
}
.about label {
    font-size: 20px;
    color: #031f35;
    font-weight: 700;
    margin-bottom: 9px;
}

.about ul {}

.about ul li {
    color: #031f35;
    font-size: 16px;
    font-weight: 500;
}

.error{
    color:#f00 !important;
}

.gallery-pg .tab {
  overflow: hidden;
  text-align: center;
}

.gallery-pg .tab button {
  background-color: #a4dc64;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 10px;
  color: #fff;
}

.gallery-pg .tab button:hover {
  background-color: #ddd;
}

.gallery-pg .tab button.active {
  background-color: #0a253a;
}

.gallery-pg .tabcontent {
  display: none;
  border-top: none;
  padding-top: 30px;
}
.gallery-pg .gl img{width: 100%;margin-bottom: 30px;}

/*.fx {
    height: 238px;
    overflow: hidden;
    margin-bottom: 20px;
}
*/
#hero-gly {
    background: url(../../../images/user/gly-banner.jpg) center bottom no-repeat;
    height: 450px;
}