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: 25px;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: rgb(197, 157, 95);
}

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

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

.btn {
  color: rgb(197, 157, 95);
  background-color: transparent;
  border: 4px double rgb(197, 157, 95);
  font-family: "Aoboshi One", serif;
  padding: 17px 50px 17px 50px;
  font-size: 17px;
  border-radius: 0px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  border-style: double;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px 30px;
  }
}

.btn:hover {
  color: #222;
  border: 4px double rgb(197, 157, 95);
  background-color: rgb(197, 157, 95);
  border-radius: 0px;
}

.btn:focus {
  color: #222 !important;
  background-color: rgb(197, 157, 95);
  border-color: rgb(197, 157, 95);
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #222;
  background-color: rgb(197, 157, 95);
  border-color: rgb(197, 157, 95);
}

.title-h {
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 4px;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Girassol", serif;
  text-transform: uppercase;
  color: #eee;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 2px;
  }
}

.little-h {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 6px;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Rye", serif;
  text-transform: uppercase;
  color: rgb(197, 157, 95);
}
@media (max-width: 991px) {
  .little-h {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 4px;
  }
}

.title-p {
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  padding-bottom: 25px;
  margin-top: 15px;
  color: #ccc;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 18px;
    line-height: 26px;
  }
}

.sep {
  content: "";
  height: 3px;
  width: 160px;
  background: rgb(197, 157, 95);
  margin: 25px 0;
}

.sep-middle {
  content: "";
  height: 3px;
  width: 160px;
  background: rgb(197, 157, 95);
  margin: 25px auto;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

.display-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-mobile {
    display: block !important;
  }
}

/******navbar start*******/
.top-bar {
  width: 100%;
  z-index: 9999;
  background-color: #111;
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  font-family: "Girassol", serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 9px;
  }
}
.top-bar .top-anime {
  animation: something 2s infinite;
}
@keyframes something {
  0% {
    color: rgb(197, 157, 95);
  }
  25% {
    color: #fff;
  }
  75% {
    color: rgb(197, 157, 95);
  }
  100% {
    color: rgb(197, 157, 95);
  }
}
.top-bar ul {
  margin-bottom: 0;
  padding-left: 0;
}
.top-bar ul li {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.top-bar .top-text-right {
  text-align: right;
}
@media (max-width: 550px) {
  .top-bar .top-text-right {
    text-align: center;
  }
}
.top-bar .svg-inline--fa {
  color: #fff;
  background-color: rgb(197, 157, 95);
  padding: 2px;
  border: 2px solid rgb(197, 157, 95);
  width: 18px;
  height: 18px;
  margin: 1px 10px 0px 0px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .top-bar .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.top-bar .svg-inline--fa:hover {
  color: rgb(197, 157, 95);
}
.top-bar a:hover {
  color: rgb(197, 157, 95);
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 28px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: rgb(197, 157, 95);
  }
}
.navbar-brand {
  height: auto;
  padding: 4px 25px;
  margin-top: -22px;
}
@media (max-width: 1198px) {
  .navbar-brand {
    padding: 1px 0 0 0;
    margin-top: 2px;
  }
}

.navbar-brand img {
  width: auto;
  height: 118px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 80px;
    margin-top: 4px;
  }
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 130px;
  margin-top: 35px;
}

@media (max-width: 1200px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 150px;
    width: auto;
    margin-top: 5px;
  }
}
@media (max-width: 1000px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 110px;
    width: auto;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 95px;
    width: auto;
    margin-top: 5px;
  }
}
.caret {
  margin-left: 4px;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 5px solid rgb(197, 157, 95);
    margin-top: 15px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 29px 10px 29px 10px;
    font-weight: 400;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #eee;
    font-family: "Girassol", serif;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: rgb(197, 157, 95);
  }
  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: 7px 15px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: rgb(197, 157, 95);
  }
}
@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;
    color: rgb(197, 157, 95) !important;
    text-transform: uppercase;
    font-family: "Girassol", serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 17px 0;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #222;
    border-bottom: 1px solid #222;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #333;
    font-size: 20px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
}
@media (max-width: 992px) and (max-width: 991px) {
  nav.navbar.bootsnav .navbar-nav {
    margin: 0px -15px 0px -15px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 28px 6px 20px 6px;
  }
}
@media (min-width: 1290px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 150px;
  }
}
@media (min-width: 1290px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 150px;
  }
}
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 {
  background: transparent !important;
  border-bottom: solid 1px transparent !important;
}

nav.navbar-fixed.bootsnav {
  background: #222;
  border-bottom: solid 1px #222;
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

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

@media (max-width: 991px) {
  .mobile-center {
    text-align: center;
  }
}

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

/******navbar end**********/
/*****hero start*********/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 95vh;
    padding-top: 0px;
  }
}
.hero .back {
  background: rgba(0, 0, 0, 0.4);
}
.hero img {
  height: 170px;
  width: auto;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .hero img {
    height: auto;
    width: 80%;
    margin-bottom: 10px;
  }
}

.hero .video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero .video-overlay {
    min-height: 100vh;
    margin-top: 0px;
  }
}

.hero video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: #111;
}
@media (max-width: 991px) {
  .hero video {
    min-height: 100%;
    width: 100%;
    top: 0px;
    left: 0%;
    margin-right: 0%;
    transform: none;
  }
}

.hero .video-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero .video-overlay:after {
    min-height: 100%;
  }
}

.hero-title {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
@media (max-width: 1050px) {
  .hero-title {
    bottom: 80px;
  }
}
.hero-title h2 {
  font-size: 20px;
  margin-top: 0;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 650px) {
  .hero-title h2 {
    font-size: 18px;
  }
}
.hero-title h1 {
  color: rgb(197, 157, 95);
  letter-spacing: 8px;
  font-family: "Girassol", serif;
  font-size: 60px;
  line-height: 60px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1050px) {
  .hero-title h1 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 4px;
  }
}
.hero-title p {
  text-transform: uppercase;
  color: rgb(197, 157, 95);
  font-family: "Rye", serif;
  letter-spacing: 6px;
  font-size: 13px;
  margin-top: 20px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 650px) {
  .hero-title p {
    margin-top: 10px;
  }
}

.hero-bottom .back {
  background-color: rgba(0, 0, 0, 0.95);
}

/*************************/
.services {
  z-index: 1;
}
.services .title-h {
  margin-bottom: 8px;
}
.services .services-box {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .services .services-box {
    margin-top: 15px;
  }
}
.services .services-img {
  height: 400px;
}
@media (max-width: 500px) {
  .services .services-img {
    height: 220px;
    background-position: top;
  }
}
.services .services-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border-radius: 5px;
  padding: 10px 5px 15px 5px;
  text-align: center;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.services .services-text h4 {
  color: #fff;
  font-family: "Girassol", serif;
  margin-bottom: 0;
  font-size: 25px;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.services .btn {
  padding: 10px 20px;
  min-width: 240px;
  font-family: "Girassol", serif;
  letter-spacing: 1px;
  font-size: 20px;
}

.services-row .col-md-3 {
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 768px) {
  .services-row .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.services-box:hover .services-text {
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: all 0.3s ease-in-out;
}

.about .back {
  background-color: rgba(13, 13, 13, 0.43);
}
.about .about-small-img {
  height: 230px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.about-box {
  width: calc(49% - 20px);
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 15px 7px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(13, 13, 13, 0.53);
  padding: 20px;
}
@media (max-width: 768px) {
  .about-box {
    width: calc(100% - 0px);
    margin: 15px 0px;
  }
}
.about-box .about-img {
  height: 330px;
  background-size: contain;
}
@media (max-width: 768px) {
  .about-box .about-img {
    height: 220px;
  }
}
.about-box h3 {
  font-family: "Girassol", serif;
  font-size: 35px;
  color: #fff;
}
.about-box p {
  color: #ddd;
}
.about-box a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.about-box:hover {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
}

.page-padd {
  padding: 0 100px;
}
@media (max-width: 991px) {
  .page-padd {
    padding: 0 0px;
  }
}

/********* services end *********/
.featured .back {
  background-color: rgba(13, 13, 13, 0.2);
}

.services-bottom {
  height: 270px;
  background-color: #111;
  margin-top: -270px;
}

.featured-box {
  overflow: hidden;
  border-radius: 7px;
  margin-top: 30px;
}

.featured figure {
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100%;
  height: auto;
  text-align: left;
  cursor: pointer;
}

figure.effect-julia .features-img {
  max-width: none;
  height: 600px;
  transition: opacity 1s, transform 1s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
  figure.effect-julia .features-img {
    height: 350px;
  }
}

.featured figure figcaption::before,
.featured figure figcaption::after {
  pointer-events: none;
}

.featured figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 20px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.featured figure figcaption h3 {
  color: #fff;
  font-family: "Girassol", serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  margin-top: 0;
  font-size: 30px;
}
.featured figure figcaption h4 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 21px;
}
.featured figure figcaption .btn {
  padding: 10px 25px;
  margin-top: 5px;
}

figure.effect-julia {
  background: #222;
}

figure.effect-julia:hover .features-img {
  transform: scale3d(1.1, 1.1, 1);
}

.featured-box figcaption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 0;
}

/****************************************/
.cta {
  background-color: #333;
  padding: 300px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3, .cta h4, .cta p {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.cta .back {
  background-color: rgba(0, 0, 0, 0.45);
}
.cta .title-p {
  padding-bottom: 0px;
}

/******about end************/
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/********* services start *********/
.services .services-img {
  height: 500px;
}
@media screen and (max-width: 500px) {
  .services .services-img {
    height: 240px;
  }
}
.services .services-box {
  height: 500px;
  z-index: 1;
  position: relative;
  margin: 20px 3px;
  box-shadow: 0px 0px 6px #000;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .services .services-box {
    margin: 10px 3px;
  }
}
.services .services-box h3 {
  font-size: 30px;
  font-family: "Girassol", serif;
  font-weight: 600;
  letter-spacing: 0px;
  color: rgb(197, 157, 95);
}
.services .services-box a {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  margin-top: 0px;
  text-transform: uppercase;
  color: #333;
}
.services .services-text {
  background-color: #fff;
  padding: 10px 15px 30px 15px;
}
.services .owl-nav {
  position: absolute;
  top: 43%;
  left: -35px;
  right: -35px;
}
@media (max-width: 768px) {
  .services .owl-nav {
    left: 5px;
    right: 5px;
  }
}
.services .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .services .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.services .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.services .owl-prev {
  float: left;
}
.services .owl-next {
  float: right;
}
.services .owl-theme .owl-dots .owl-dot.active span, .services .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(197, 157, 95);
}

.services-box:hover a {
  font-weight: 800;
  color: rgb(197, 157, 95);
}

.services-bottom {
  background-attachment: fixed;
  position: relative;
  height: 440px;
  margin-top: -430px;
}
@media (max-width: 600px) {
  .services-bottom {
    height: 340px;
    margin-top: -360px;
  }
}

.video-insta .video-overlay {
  position: absolute;
  width: 100%;
  min-height: 500px;
  z-index: -1;
}
@media (max-width: 991px) {
  .video-insta .video-overlay {
    min-height: auto;
    margin-top: 0px;
  }
}

.video-insta video {
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: #111;
}
@media (max-width: 991px) {
  .video-insta video {
    min-height: auto;
    width: 100%;
    top: 0px;
    left: 0%;
    margin-right: 0%;
    transform: none;
  }
}

/********* services end *********/
video-index {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  video-index {
    padding-bottom: 50px;
  }
}
video-index .btn {
  margin: 5px;
  min-width: 220px;
}

.video-img {
  width: 100%;
  height: 530px;
  margin: 20px 0 40px 0;
  position: relative;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .video-img {
    height: 400px;
    border-radius: 2px;
    margin: 20px 0;
  }
}

.play-img {
  width: 160px;
  margin-top: 175px;
}
@media (max-width: 768px) {
  .play-img {
    margin-top: 125px;
    width: 150px;
  }
}

.video-trigger {
  display: block;
  align-items: center;
  text-decoration: none;
}

.lity-content video {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 8rem);
  background: #000;
  border-radius: 0.5rem;
}

.lity-hide {
  display: none;
}

/*******intro start*******/
.intro {
  z-index: 8;
  padding: 80px 0;
  position: relative;
}
.intro .intro-text {
  padding: 60px 80px 60px 0;
}
@media (max-width: 991px) {
  .intro .intro-text {
    padding: 60px 0px 60px 0;
  }
}
.intro h3 {
  color: #fff;
}
.intro h4 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Girassol", serif;
}
.intro p {
  color: #ddd;
}
@media (max-width: 600px) {
  .intro p {
    font-size: 15px;
    line-height: 19px;
  }
}
.intro ul {
  list-style: none;
  padding-left: 0;
}
.intro li {
  color: #fff;
  margin: 14px 0;
}
.intro .intro-icon {
  height: 70px;
  width: auto;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
  margin-top: 30px;
}
.intro .icon-sec {
  width: 75px;
  height: 75px;
  background: rgb(197, 157, 95);
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  margin-top: 15px;
}
.intro .svg-inline--fa {
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 17px;
  background: rgb(197, 157, 95);
  border-radius: 50%;
  border: 2px dotted #fff;
}
.intro .intro-row {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .intro .intro-row {
    margin-top: 10px;
  }
}

.intro .back {
  background: rgba(0, 0, 0, 0.7);
  width: 50%;
}
@media (max-width: 991px) {
  .intro .back {
    width: 100%;
  }
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > .coach-flex {
  width: 110px;
  margin: 5px 25px 5px 0;
  flex: 1;
}

.flex-2 {
  flex: 7;
}

/*****intro end******/
/************product-home start***********/
.product-home {
  padding: 0 0 60px 0;
}
@media (max-width: 991px) {
  .product-home {
    margin-top: 0;
  }
}

.product-home .owl-theme .owl-controls {
  text-align: center;
  margin-top: 35px;
}

.product-home .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc;
}

.product-home .owl-theme .owl-dots .owl-dot span {
  background: rgb(197, 157, 95);
}

.product-home .product-box {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 15px);
  padding: 20px;
  margin: 5px 4px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-home .product-box {
    padding: 0px;
    width: calc(50% - 5px);
    margin: 5px 0px;
  }
}

.product-home-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  min-height: 100px;
}
@media (max-width: 991px) {
  .product-home-img {
    min-height: 90px;
  }
}

@media (max-width: 991px) {
  .product-home {
    text-align: center;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .center-mobile {
    text-align: center;
  }
}

/*************product-home end************/
/******footer start****/
.tc-footer {
  background-position: bottom;
  position: relative;
  padding: 100px 0 25px 0;
}
@media (max-width: 991px) {
  .tc-footer {
    padding: 50px 0 25px 0;
  }
}
.tc-footer .back {
  background-color: rgba(13, 13, 13, 0.8);
}

.tc-footer img {
  margin-bottom: 30px;
  width: 80%;
}
@media (max-width: 991px) {
  .tc-footer img {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.tc-footer ul {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

.footer-navbar {
  margin-top: 5px !important;
}

.tc-footer .footer-navbar li {
  padding: 5px 20px;
}

.tc-footer .footer-icon li {
  display: inline-block;
  padding: 5px 3px;
}

.tc-footer a {
  font-weight: 500;
  font-family: "Aoboshi One", serif;
  color: #ccc;
  letter-spacing: 1px;
}

.tc-footer a:hover {
  color: rgb(197, 157, 95);
}

.tc-footer p {
  color: #ccc;
  margin-top: 13px;
  font-weight: 200;
  letter-spacing: 1px;
  font-family: "Aoboshi One", serif;
  font-size: 14px;
}

.tc-footer .svg-inline--fa {
  font-size: 26px;
  height: 18px;
  width: 18px;
  border: 2px solid rgb(197, 157, 95);
  background-color: rgb(197, 157, 95);
  padding: 4px;
  border-radius: 50%;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.tc-footer .svg-inline--fa:hover {
  border-radius: 5%;
}

@media (max-width: 991px) {
  .tc-footer li {
    display: inline-block;
    padding: 10px 7px;
  }
}
.tc-footer hr {
  border-top: 1px solid #ccc;
}

/*****footer end******/
.row-btn .btn {
  margin: 5px;
  background-color: #333;
  border: 2px solid #333;
}

.tc-header {
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .tc-header {
    min-height: 35vh;
  }
}

.tc-header .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to top, rgb(13, 13, 13) 2%, rgba(13, 13, 13, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.black {
  background-color: #111 !important;
}

.gallery-page:nth-child(even) {
  background: #222;
}

.gallery-page:nth-child(odd) {
  background: #111;
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 220px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.pagination > li > a, .pagination > li > span {
  color: rgb(197, 157, 95);
  background-color: transparent;
  border: 1px solid rgb(197, 157, 95);
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #111;
  background-color: rgb(197, 157, 95);
  border-color: rgb(197, 157, 95);
}

.about-page .btn {
  margin: 15px 10px;
}
@media screen and (max-width: 999px) {
  .about-page .btn {
    margin: 4px 5px;
  }
}

.inner-color {
  color: rgb(197, 157, 95);
  font-size: 22px;
  line-height: 30px;
}

.video-text {
  min-height: 80px;
  margin-top: 15px;
}
.video-text h3 {
  margin: 0;
  color: rgb(197, 157, 95);
}

.video-page .video-img {
  margin: 0;
}

.event-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 250px;
}

.event-box {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin-top: 20px;
}

.event-box h3 {
  font-family: "Girassol", serif;
  font-size: 39px;
  color: rgb(197, 157, 95);
}

.event-box p {
  color: #eee;
}

.event-box .btn {
  padding: 13px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}
.event-box p a {
  margin-top: 15px;
  display: block;
  color: #fff;
}
.event-box p a:hover {
  color: rgb(197, 157, 95);
}

.event-date h2, .event-date h4, .event-date h5 {
  color: #eee;
}
.event-date .svg-inline--fa {
  margin-right: 10px;
}

.quantity {
  position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 100%;
  height: 66px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding-left: 20px;
  border: 4px double rgb(197, 157, 95);
  background-color: transparent;
  color: rgb(197, 157, 95);
}
@media screen and (max-width: 991px) {
  .quantity input {
    height: 59px;
  }
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 59px;
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .quantity-nav {
    height: 52px;
  }
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid rgb(197, 157, 95);
  width: 40px;
  text-align: center;
  color: rgb(197, 157, 95);
  font-size: 19px;
  line-height: 1.5;
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid rgb(197, 157, 95);
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.event-q {
  margin-bottom: 30px;
}
.event-q ::-moz-placeholder {
  color: rgb(197, 157, 95);
}
.event-q ::placeholder {
  color: rgb(197, 157, 95);
}

.checkout input {
  width: 100%;
  height: 66px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding-left: 20px;
  border: 1px solid rgba(242, 242, 242, 0.15);
  background-color: transparent;
  color: rgb(197, 157, 95);
  outline: none;
}

.checkout select {
  width: 100%;
  height: 66px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding-left: 20px;
  border: 1px solid rgba(242, 242, 242, 0.15);
  background-color: transparent;
  color: rgb(197, 157, 95);
  outline: none;
}

::-moz-placeholder {
  color: rgb(197, 157, 95);
}

::placeholder {
  color: rgb(197, 157, 95);
}

.checkout .inner-h {
  font-family: "Girassol", serif;
  color: #ccc;
  letter-spacing: 2px;
}

.subtotal-box {
  background-color: #000;
  padding: 40px 20px;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .subtotal-box {
    margin-top: 0;
    padding: 20px 10px;
  }
}
.subtotal-box h4 {
  font-family: "Girassol", serif;
  color: rgb(197, 157, 95);
  font-size: 28px;
}
.subtotal-box h6, .subtotal-box h5 {
  color: #ccc;
  font-size: 18px;
}
.subtotal-box input {
  height: 48px;
}
.subtotal-box .quantity-nav {
  height: 45px;
  margin-top: 17px;
}
.subtotal-box .quantity-button {
  width: 35px;
  font-size: 15px;
  line-height: 1.2;
  border: 1px solid rgba(242, 242, 242, 0.1);
}
.subtotal-box hr {
  border-top: 1px solid #444;
}

.specials-img {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .specials-img {
    height: 220px;
  }
}/*# sourceMappingURL=style.css.map */