html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  background: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #59973B;
  cursor: pointer; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 500px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff  !important;
  background-color: #d22d35;
  border: 2px solid #d22d35;
  text-transform: uppercase;
  font-family: "Truculenta", sans-serif;
  padding: 14px 35px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 15px;
  margin: 15px 0; }
  @media (max-width: 500px) {
    .btn {
      padding: 12px 45px; } }

.btn:hover {
  color: #fff;
  background-color: #59973B;
  border: 2px solid #59973B; }

.btn2 {
  color: #fff !important;
  background-color: #59973B !important;
  border: 2px solid #59973B !important; }

.btn2:hover {
  color: #fff;
  background-color: #d22d35 !important;
  border: 2px solid #d22d35 !important; }

.title-h {
  font-size: 65px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-family: "Truculenta", sans-serif;
  margin-top: 0; }

@media screen and (max-width: 768px) {
  .title-h {
    font-size: 38px; } }
.little-h {
  font-size: 38px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Kalam", cursive;
  color: #59973B;
  margin-bottom: 0px; }

@media (max-width: 991px) {
  .little-h {
    font-size: 25px;
    line-height: 30px; } }
.inner-h {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 25px; }

@media screen and (max-width: 768px) {
  .inner-h {
    font-size: 21px; } }
.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #333; }

@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px; } }
.back-img {
  background-size: cover;
  background-position: center; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mobile-view {
  display: none !important; }

@media (max-width: 991px) {
  .mobile-view {
    display: block !important; } }
.desctop-view {
  display: block; }

@media (max-width: 991px) {
  .desctop-view {
    display: none !important; } }
/*****navbar start******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 20px;
    background-color: #fff; }

  .navbar-toggle .svg-inline--fa {
    color: #59973B; }

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 60px; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #e6e6e6; }

.navbar {
  min-height: 80px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 75px; } }

.navbar-brand {
  padding: 0px 5px 0 5px; }
  @media (max-width: 1210px) {
    .navbar-brand {
      padding: 13px 5px 0 5px; } }
  @media (max-width: 990px) {
    .navbar-brand {
      padding: 7px 5px 0 5px; } }

.navbar-brand img {
  width: auto;
  height: 80px; }
  @media (max-width: 1095px) {
    .navbar-brand img {
      height: 70px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #59973B;
    margin-top: 0px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 15px 30px 15px;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    color: #59973B;
    letter-spacing: 1px;
    font-family: "Truculenta", sans-serif; } }
  @media (min-width: 991px) and (max-width: 1210px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 33px 6px 10px 6px;
      font-weight: 400;
      font-size: 17px; } }
  @media (min-width: 991px) and (max-width: 1050px) {
    nav.navbar.bootsnav ul.nav > li > a {
      letter-spacing: 0; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #59973B; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 22px;
    font-family: "Truculenta", sans-serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #59973B; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    font-family: "Truculenta", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #333 !important;
    padding: 20px 0 10px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Truculenta", sans-serif;
    color: #333;
    font-size: 22px;
    padding: 8px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
nav.navbar-fixed.bootsnav .btn {
  color: #fff;
  margin-top: 17px;
  text-transform: none;
  font-size: 19px;
  text-transform: uppercase;
  background-color: #59973B;
  border: 1px solid #59973B;
  letter-spacing: 1px;
  padding: 11px 32px;
  margin-right: 15px;
  font-weight: 400;
  border-radius: 15px;
  font-family: "Truculenta", sans-serif; }
  @media (max-width: 1100px) {
    nav.navbar-fixed.bootsnav .btn {
      padding: 9px 12px; } }
  @media (max-width: 991px) {
    nav.navbar-fixed.bootsnav .btn {
      display: none; } }

nav.no-background.bootsnav .btn {
  color: #fff;
  margin-top: 17px;
  text-transform: none;
  font-size: 19px;
  text-transform: uppercase;
  background-color: #59973B;
  border: 1px solid #59973B;
  letter-spacing: 1px;
  padding: 11px 32px;
  margin-right: 15px;
  font-weight: 400;
  border-radius: 15px;
  font-family: "Truculenta", sans-serif; }
  @media (max-width: 1100px) {
    nav.no-background.bootsnav .btn {
      padding: 9px 12px; } }
  @media (max-width: 991px) {
    nav.no-background.bootsnav .btn {
      display: none; } }

nav.navbar.bootsnav .btn:hover {
  background-color: #d22d35;
  border: 1px solid #d22d35;
  color: #fff; }

nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 115px; }
  @media (max-width: 1210px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 55px; } }
  @media (max-width: 1095px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 45px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
/*****navbar end******/
main {
  padding: 0;
  position: relative;
  background: #fff;
  box-shadow: 0px -10px 60px rgba(0, 0, 0, 0.25);
  height: 100%; }

.zoom-hero {
  overflow: hidden; }

.zoom-hero .zoom-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 200%;
  width: 100%;
  height: 100vh; }
  @media (max-width: 768px) {
    .zoom-hero .zoom-img {
      height: 80vh; } }

@media (max-width: 667px) {
  .zoom-hero {
    overflow: hidden; } }
.zoom-inner {
  overflow: hidden; }

.zoom-inner .zoom-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 200%;
  width: 100%;
  height: 60vh; }

@media (max-width: 991px) {
  .zoom-inner .zoom-img {
    height: auto; } }
@media (max-width: 667px) {
  .zoom-inner {
    overflow: hidden; } }
.hero-text {
  position: absolute;
  top: 65vh;
  left: 0px;
  right: 0;
  text-align: center; }
  @media (max-width: 768px) {
    .hero-text {
      top: 25vh; } }
  .hero-text h1 {
    color: #fff;
    font-size: 75px;
    line-height: 80px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .hero-text h1 {
        margin-bottom: 5px;
        font-size: 45px;
        line-height: 50px; } }
  .hero-text h2 {
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    font-size: 26px; }
    @media (max-width: 768px) {
      .hero-text h2 {
        font-size: 20px; } }

/******** intro start **********/
/********** intro end *********/
/******location start*****/
.products {
  overflow: hidden; }
  .products .product-circle {
    width: 23%;
    margin: 20px 15px 50px 15px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .products .product-circle {
        width: 95%;
        margin: 20px 5px 10px 5px; } }
    .products .product-circle h3 {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Truculenta", sans-serif;
      font-weight: 700;
      margin-top: 40px; }
  .products .product-img {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%; }
  .products .btn, .products .btn2 {
    min-width: 240px;
    margin: 5px 5px; }

.div-top {
  padding-top: 80px;
  padding-right: 100px; }
  @media screen and (max-width: 1200px) {
    .div-top {
      padding-top: 0px;
      padding-right: 0px; } }

/******location end*****/
/******** services start ********/
.services-right-text {
  padding: 0; }

.services-right-text .services-img {
  margin-right: 45vw; }

@media screen and (max-width: 991px) {
  .services-right-text .services-img {
    margin-right: 0; } }
.services-right-text .services-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .services-right-text .services-img2 {
    height: 220px;
    display: block; } }
.services-right-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #111;
  margin-right: -45vw; }

@media screen and (max-width: 991px) {
  .services-right-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%; } }
.services-right-text h3, .services-right-text p, .services-right-text h5, .services-right-text li {
  color: #fff; }

.services-right-text .litle-h:after {
  background-color: #fff; }

.services-left-text {
  padding: 0; }

.services-left-text .services-img {
  margin-left: 45vw; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0; } }
.services-left-text .services-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 220px;
    display: block; } }
.services-left-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #111;
  margin-left: -45vw; }

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%; } }
.services-left-text h3, .services-left-text p, .services-left-text h5, .services-left-text li {
  color: #fff; }

.services-left-text .litle-h:after {
  background-color: #fff; }

/********* cta start *********/
.cta {
  padding: 150px 0;
  background-attachment: fixed; }

@media screen and (max-width: 768px) {
  .cta {
    padding: 80px 0; } }
.cta .back {
  background: rgba(13, 13, 13, 0.46); }

.cta h3 {
  color: #fff;
  font-size: 60px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 768px) {
  .cta h3 {
    font-size: 44px; } }
.cta .little-h {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  font-size: 35px; }

@media screen and (max-width: 768px) {
  .cta .little-h {
    font-size: 46px; } }
/********* cta end *********/
/*****tc-testimonial start******/
.tc-testimonial {
  padding: 100px  0; }

.testimonial-bg {
  padding: 20px 60px 20px 60px;
  text-align: center;
  position: relative; }
  @media (max-width: 991px) {
    .testimonial-bg {
      padding: 10px 10px 20px 10px; } }

.testimonial {
  padding: 0 15px; }

.testimonial .description {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: #333;
  line-height: 36px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  padding-top: 20px;
  position: relative; }
  @media (max-width: 991px) {
    .testimonial .description {
      font-size: 16px;
      line-height: 20px; } }

.testimonial .title {
  font-size: 23px;
  font-weight: 300;
  color: #59973B;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 50px; }

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #59973B; }

.tc-testimonial .owl-controls {
  top: 100%; }

/*****tc-testimonial end******/
/******** insta start ********/
.insta {
  padding-top: 0;
  padding-bottom: 0; }

@media screen and (max-width: 768px) {
  .insta {
    padding-bottom: 20px; } }
.insta .col-md-6, .insta .col-md-3 {
  padding: 0 4px; }

.insta .insta-img {
  height: 400px;
  margin-bottom: 8px; }

@media screen and (max-width: 768px) {
  .insta .insta-img {
    height: 220px; } }
/******** insta - end *******/
.dancers-home {
  width: 18%;
  margin: 0.5%;
  display: inline-block; }

.services {
  padding-bottom: 0; }

@media screen and (max-width: 768px) {
  .dancers-home {
    width: 90%;
    margin: 20px 0%;
    display: inline-block; } }
.blog-box h6 {
  color: #e9ca9c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }

@media screen and (max-width: 50em) {
  .content {
    padding: 0px;
    text-align: center; }

  .grid figure {
    display: block;
    float: none;
    margin: 0px auto;
    width: 100%; } }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

.content {
  margin: 0 auto; }

.content > h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em; }

.content > h2:first-child {
  padding-top: 0em; }

/******************/
.about {
  padding: 110px 0; }
  @media (max-width: 990px) {
    .about {
      padding: 50px 0; } }

.about-img {
  height: 800px; }
  @media (max-width: 990px) {
    .about-img {
      height: 300px; } }

.coll-about-padd {
  margin-top: 90px; }
  @media (max-width: 990px) {
    .coll-about-padd {
      margin-top: 0px; } }

/******** insta start ********/
.insta {
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .insta {
      padding-bottom: 20px; } }
  .insta .col-md-6, .insta .col-md-3 {
    padding: 0 4px; }
  .insta .insta-img {
    height: 400px;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .insta .insta-img {
        height: 220px; } }

/******** insta - end *******/
#button {
  display: inline-block;
  border: 1px solid #59973B;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 13px;
  right: 13px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#button .svg-inline--fa {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  color: #59973B; }

#button:hover {
  cursor: pointer;
  background-color: #333; }

#button:active {
  background-color: #333;
  color: #59973B; }

#button.show {
  opacity: 1;
  visibility: visible; }

/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 80px 0 15px 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer {
      padding: 30px 0 25px 0; } }
  .tc-footer .back {
    background: rgba(26, 26, 26, 0.9); }
  .tc-footer a {
    font-weight: 400;
    color: #ccc;
    font-size: 15px;
    line-height: 25px; }
    @media only screen and (max-width: 990px) {
      .tc-footer a {
        font-size: 16px; } }
  .tc-footer a:hover {
    color: #59973B; }
  .tc-footer p, .tc-footer p a {
    color: #ccc;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: "Truculenta", sans-serif; }
    @media only screen and (max-width: 990px) {
      .tc-footer p, .tc-footer p a {
        font-size: 14px;
        line-height: 21px; } }
  .tc-footer .footer-icon {
    margin-top: 30px;
    list-style: none;
    padding-left: 0; }
    .tc-footer .footer-icon li {
      display: inline-block;
      margin: 5px; }
    .tc-footer .footer-icon .svg-inline--fa {
      height: 40px;
      width: 40px;
      background-color: #d22d35;
      border-radius: 50%;
      padding: 11px;
      color: #fff; }
    .tc-footer .footer-icon .svg-inline--fa:hover {
      background-color: #59973B; }
    .tc-footer .footer-icon a {
      font-family: "Truculenta", sans-serif;
      font-size: 21px; }
  .tc-footer .footer-ul {
    margin-top: 30px;
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 20px 0; }
    .tc-footer .footer-ul li {
      display: inline-block;
      margin: 5px 15px; }
    .tc-footer .footer-ul a {
      color: #eee;
      text-transform: uppercase;
      font-family: "Truculenta", sans-serif;
      font-size: 25px;
      color: #59973B; }
    .tc-footer .footer-ul a:hover {
      color: #d22d35; }

.copyright {
  margin: 50px 0 20px 0; }

/*****tc-footer end******/
.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.inner-content {
  position: relative;
  display: block;
  margin-top: 13vh; }

.inner-content h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Truculenta", sans-serif;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 40px; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.55); }

.reviews-box {
  padding: 30px 50px;
  box-shadow: 2px 3px 25px rgba(0, 0, 0, 0.15);
  margin-top: 30px; }
  @media screen and (max-width: 758px) {
    .reviews-box {
      padding: 20px 15px; } }
  .reviews-box h3 {
    font-family: "Truculenta", sans-serif;
    color: #59973B;
    font-size: 40px;
    margin-bottom: 30px; }
    @media screen and (max-width: 758px) {
      .reviews-box h3 {
        font-size: 30px; } }
  .reviews-box h4 {
    font-family: "Truculenta", sans-serif;
    color: #d22d35;
    font-size: 21px;
    margin-top: 30px;
    text-align: right; }
    @media screen and (max-width: 758px) {
      .reviews-box h4 {
        font-size: 19px; } }

.pagination {
  margin-top: 50px; }

.pagination > li > a, .pagination > li > span {
  color: #59973B; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #d22d35;
  background-color: #fff; }

.contact-page .contact-top ul {
  list-style: none;
  padding-left: 0; }
.contact-page .contact-top li {
  margin-bottom: 20px; }
  @media screen and (max-width: 758px) {
    .contact-page .contact-top li {
      margin-bottom: 5px; } }
.contact-page .contact-top li a {
  font-family: "Truculenta", sans-serif;
  font-size: 30px;
  color: #d22d35; }
  @media screen and (max-width: 758px) {
    .contact-page .contact-top li a {
      font-size: 20px; } }
.contact-page .contact-top li a:hover {
  color: #59973B; }

input, textarea {
  width: 100%;
  padding: 11px 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }

form {
  padding: 50px;
  background-color: #f9f9f9;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    form {
      padding: 15px; } }

label {
  font-family: "Truculenta", sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #59973B; }

select {
  width: 100%;
  padding: 11px 15px;
  border: 2px solid #59973B;
  margin-bottom: 15px;
  background-color: #fff;
  font-family: "Truculenta", sans-serif;
  color: #59973B;
  text-transform: uppercase;
  outline: none;
  border-radius: 0; }

.menu-img {
  background-size: cover;
  background-position: center center;
  height: 110px;
  width: 110px;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 0; }
  @media screen and (max-width: 768px) {
    .menu-img {
      display: none; } }

/***********MENU START********/
.menu .title-p {
  padding-bottom: 00px; }

.menu-box {
  margin-right: 10px; }

.menu-info {
  margin: 20px 0; }
  .menu-info .menu-img {
    height: 95px;
    width: 95px;
    margin-top: 0px; }
    @media screen and (max-width: 758px) {
      .menu-info .menu-img {
        display: none; } }
  .menu-info h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 4px 0;
    color: #666;
    font-family: "Truculenta", sans-serif; }
  .menu-info h3 {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0;
    color: #666; }
  .menu-info h2 {
    color: #59973B;
    font-family: "Truculenta", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      .menu-info h2 {
        margin-top: 0;
        margin-bottom: 0; } }
  .menu-info p {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0;
    color: #666; }        

.item__header {
  display: flex;
  align-items: baseline; }

.item__dots {
  flex: 1;
  border-bottom: 1px dashed #aaa;
  margin: 0 15px; }

.padd-menu {
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    .padd-menu {
      padding-left: 15px; } }

/**********MENU END*********/
/**********GALLERY PAGE START**********/
.example-image {
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .example-image {
      margin-top: 15px;
      height: 220px; } }

/**************GALLERY PAGE END********/
.menu-top ul {
  list-style: none;
  padding-left: 0; }
.menu-top li {
  display: inline-block; }
  .menu-top li a {
    display: block;
    padding: 11px 15px;
    border: 2px solid #59973B;
    min-width: 155px;
    margin: 8px 6px;
    font-family: "Truculenta", sans-serif;
    text-transform: uppercase;
    font-size: 21px; }
  .menu-top li a:hover {
    background-color: #d22d35;
    border: 2px solid #d22d35;
    color: #fff; }

/*# sourceMappingURL=style.css.map */
