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

body {
  font-family: "Lato", 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: #b19a62;
  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; }

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

.btn:hover {
  color: #333;
  background-color: #b19a62;
  border: 2px solid #b19a62; }

.title-h {
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-top: 0; }

@media screen and (max-width: 768px) {
  .title-h {
    font-size: 38px; } }
.little-h {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  color: #b19a62;
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .little-h {
    font-size: 18px;
    line-height: 27px; } }
.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: 14px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #b19a62; } }
nav.navbar.bootsnav {
  background: #111;
  border-bottom: solid 1px #111; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #111 !important;
      border-bottom: solid 1px #111; } }

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    /* 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: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    border: none; } }
.navbar {
  min-height: 90px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 60px; } }

.navbar-brand {
  padding: 4px 25px;
  margin-left: 0 !important; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 1px 0 0 0; } }

.navbar-brand img {
  width: auto;
  height: 85px; }
  @media (max-width: 768px) {
    .navbar-brand img {
      height: 58px; } }

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

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 58px;
    width: auto;
    margin-top: 0; } }
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; } }
.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #111;
    border: solid 1px #666;
    border-top: 5px solid #b19a62; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 37px 18px 29px 18px;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    color: #b19a62; } }
  @media (min-width: 991px) and (max-width: 1030px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 400;
      font-size: 17px; } }

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

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

  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: 9px 15px;
    border-bottom: solid 1px #666;
    color: #ccc;
    font-size: 15px;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #b19a62; } }
@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: #b19a62 !important;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    padding: 14px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #111;
    border-bottom: 1px solid #111; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #b19a62;
    font-size: 19px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    padding: 7px 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: 1024px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 70px; } }
@media (min-width: 1150px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 100px; } }
@media (min-width: 1024px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 70px; } }
@media (min-width: 1150px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 100px; } }
/*****navbar end******/
.black-back {
  background: #111; }
  .black-back .title-h, .black-back .title-p, .black-back p {
    color: #fff; }

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: bottom;
  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: 50vh;
  left: 0px;
  right: 0;
  text-align: center; }
  @media (max-width: 768px) {
    .hero-text {
      top: 25vh; } }
  .hero-text h1 {
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); }
    @media (max-width: 768px) {
      .hero-text h1 {
        margin-bottom: 5px; } }
  .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; } }
  .hero-text .btn {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent; }
  .hero-text .btn:hover {
    box-shadow: -4px 8px 25px rgba(0, 0, 0, 0.4);
    background-color: #b19a62;
    border: 2px solid #b19a62;
    color: #333; }

/******** intro start **********/
/********** intro end *********/
/******location start*****/
.locations {
  padding-bottom: 100px; }
  .locations .btn {
    margin: 10px 2px; }
    @media (max-width: 900px) {
      .locations .btn {
        margin: 3px 0; } }

.news-card {
  position: relative;
  height: 290px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .news-card {
      height: 490px; } }

.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 80%);
  z-index: 0; }

.location-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.location-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1; }

.location-text {
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 0;
  padding: 15px;
  color: white;
  transition: background-color 1.5s ease; }
  .location-text .btn {
    border: 2px solid #fff;
    color: #fff; }

.location-title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 22px;
  text-shadow: 1px 1px 5px #000; }
  .location-title .svg-inline--fa {
    margin-left: 8px;
    text-shadow: 1px 1px 5px #000; }

.location-phone {
  font-weight: 400;
  margin-top: 20px; }

.location-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease; }

@media (min-width: 900px) {
  .news-card:hover .location-wrapper {
    max-height: 20rem;
    opacity: 1; }

  .news-card:hover .location-image {
    transform: scale(1.1);
    z-index: -1; } }
.location-btn {
  margin-top: 25px; }
  .location-btn .btn {
    margin: 15px 6px;
    min-width: 250px; }
    @media (max-width: 991px) {
      .location-btn .btn {
        margin: 3px 0; } }

.loc-padd {
  padding: 0 7px; }
  @media (max-width: 991px) {
    .loc-padd {
      padding: 0 15px; } }

/******location end*****/
/******** services start ********/
.services-right-text {
  margin-top: -2px;
  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: #222;
  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 {
  margin-top: -2px;
  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: #222;
  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.66); }

.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: 34px; } }
.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;
    line-height: 50px; } }
/********* cta end *********/
/*****tc-testimonial start******/
.tc-testimonial {
  padding: 100px  0;
  margin-top: -3px; }

.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: #eee;
  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: #b19a62;
  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: #b19a62; }

.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 #b19a62;
  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: #b19a62; }

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

#button:active {
  background-color: #333;
  color: #b19a62; }

#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(13, 13, 13, 0.9); }
  .tc-footer .footer-h {
    position: relative;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b19a62;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 20px; }
  .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: #b19a62; }
  .tc-footer p, .tc-footer p a {
    color: #ccc;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 990px) {
      .tc-footer p, .tc-footer p a {
        font-size: 14px;
        line-height: 21px; } }
  .tc-footer .svg-inline--fa {
    color: #b19a62;
    margin: 10px 10px 0 10px;
    font-size: 20px; }
  .tc-footer .svg-inline--fa:hover {
    color: #ccc; }
  .tc-footer img {
    width: 70%; }
    @media only screen and (max-width: 990px) {
      .tc-footer img {
        height: auto;
        width: 100%;
        margin-bottom: 10px; } }
  .tc-footer hr {
    border-top: 1px solid #ccc;
    margin-top: 50px; }

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer ul {
      margin: 15px 0; } }

/*****tc-footer end******/
.gallery h3 {
  margin-top: 70px; }
  @media (max-width: 990px) {
    .gallery h3 {
      margin-top: 0px; } }
.gallery .gallery-img1 {
  height: 250px;
  margin-top: 100px; }
  @media only screen and (max-width: 991px) {
    .gallery .gallery-img1 {
      height: 220px;
      margin-top: 20px; } }
.gallery .gallery-img2 {
  height: 450px; }
  @media only screen and (max-width: 991px) {
    .gallery .gallery-img2 {
      height: 220px;
      margin-top: 20px; } }
.gallery .gallery-img3 {
  height: 250px;
  vertical-align: bottom;
  margin-top: 200px; }
  @media only screen and (max-width: 991px) {
    .gallery .gallery-img3 {
      height: 220px;
      margin-top: 20px; } }
.gallery .gallery-img4 {
  height: 200px;
  margin-top: 15px; }
  @media only screen and (max-width: 991px) {
    .gallery .gallery-img4 {
      height: 220px;
      margin-top: 20px; } }
.gallery .gallery-img5 {
  height: 350px;
  margin-top: 15px; }
  @media only screen and (max-width: 991px) {
    .gallery .gallery-img5 {
      height: 220px;
      margin-top: 20px; } }
.gallery .gallery-img6 {
  height: 280px;
  margin-top: 320px; }
  @media only screen and (max-width: 991px) {
    .gallery .gallery-img6 {
      height: 220px;
      margin-top: 20px; } }

.gallery-padd {
  padding: 0 7px; }
  @media only screen and (max-width: 991px) {
    .gallery-padd {
      padding: 0 15px; } }

.padd1 {
  padding-right: 7px; }
  @media only screen and (max-width: 991px) {
    .padd1 {
      padding: 0 15px; } }

.padd2 {
  padding-left: 7px; }
  @media only screen and (max-width: 991px) {
    .padd2 {
      padding: 0 15px; } }

.gallery-icons {
  padding-left: 0;
  list-style: none; }
  .gallery-icons .svg-inline--fa {
    height: 35px;
    width: 35px;
    border: 1px solid #b19a62;
    color: #b19a62;
    padding: 8px; }
  .gallery-icons .svg-inline--fa:hover {
    background-color: #b19a62;
    color: #333; }
  .gallery-icons li {
    display: inline-block;
    margin-right: 4px; }

/*********************/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 768px) {
    .tc-header {
      min-height: 40vh; } }

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

/*********************/
/********** TEAM PAGE START ********/
.team-box {
  box-shadow: 5px 7px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 15px 10px;
  width: 30%;
  display: inline-block;
  background-color: #fff; }
  @media only screen and (max-width: 991px) {
    .team-box {
      width: 44%; } }
  @media only screen and (max-width: 768px) {
    .team-box {
      width: 95%;
      margin: 15px 5px; } }

.team-img {
  height: 440px;
  background-position: top;
  -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; }

.team-box:hover .team-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.team-info {
  padding: 15px 5px 25px 5px; }

.team-info h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #333;
  font-size: 22px;
  margin-top: 0; }

.team-info h4 {
  font-size: 19px;
  font-weight: 300;
  color: #b19a62;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif; }

.team-info .btn {
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 10px; }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

.team-page h5 {
  font-size: 22px;
  margin-top: 20px; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.team-job-desc {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0; }
.team-job-snippet p {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  color: #000000; }
.team-name {
  font-size: 18px;
  color: #b19a62;
  font-weight: 300;
  font-family: "Oswald", sans-serif; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #b19a62;
  margin: 10px 6px 2px 0px;
  color: #b19a62; }

.staff-bio .svg-inline--fa:hover {
  background-color: #b19a62;
  color: #fff; }

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
/********* TEAM PAGE END *******/
/****************/
#accordion {
  margin-top: 50px; }

#accordion .panel {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none; }

#accordion .panel-heading {
  padding: 0; }

#accordion .panel-title a {
  display: block;
  font-size: 18px;
  color: #333;
  padding: 17px 40px 17px 65px;
  background: #eee;
  border: none;
  border-bottom: none;
  position: relative;
  transition: all 0.5s ease 0s;
  text-transform: uppercase; }
  @media only screen and (max-width: 991px) {
    #accordion .panel-title a {
      padding: 10px 15px 10px 50px;
      font-size: 15px; } }

#accordion .panel-title a.collapsed {
  background: #fafafa;
  color: #333; }

#accordion .panel-title a.collapsed:hover {
  color: #b19a62; }

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  width: 45px;
  height: 100%;
  line-height: 54px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: -1px;
  background: #b19a62;
  transition: all .2s; }

#accordion .panel-title a.collapsed:after {
  content: "+";
  color: #959595;
  background: #f4f4f4;
  transition: all 0.5s ease 0s; }

#accordion .panel-title a.collapsed:hover:after {
  background: #b19a62;
  color: #fff; }

#accordion .panel-title a:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -1px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #b19a62; }

#accordion .panel-title a.collapsed:before {
  display: none; }

#accordion .panel-body {
  font-size: 16px;
  color: #333;
  padding: 20px 65px 25px 65px;
  line-height: 23px;
  margin-left: 12px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-top: none; }
  @media only screen and (max-width: 991px) {
    #accordion .panel-body {
      padding: 20px 15px 25px 15px; } }
  #accordion .panel-body p, #accordion .panel-body a, #accordion .panel-body li {
    color: #333 !important; }

/******************/
input {
  background: rgba(242, 242, 242, 0.1);
  width: 100%;
  padding: 15px 15px;
  border: none;
  border-bottom: 2px solid rgba(207, 169, 68, 0.8);
  margin-bottom: 30px;
  outline: none;
  border-radius: 0;
  color: #ccc; }

textarea {
  background: rgba(242, 242, 242, 0.1);
  width: 100%;
  padding: 15px 15px;
  border: none;
  border-bottom: 2px solid rgba(207, 169, 68, 0.8);
  margin-bottom: 30px;
  outline: none;
  border-radius: 0;
  margin-top: 0px;
  color: #ccc; }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 12px;
  color: #ccc; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 12px;
  color: #ccc; }

::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #ccc; }

.contact-page .contact-info h2 {
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 0; }
.contact-page .contact-info a {
  color: #eee; }
.contact-page .contact-info a:hover {
  color: #b19a62; }
.contact-page .contact-info h4 {
  text-transform: uppercase;
  color: #b19a62;
  font-weight: 800;
  font-size: 15px; }

.contact-div {
  height: 80px; }
  @media screen and (max-width: 768px) {
    .contact-div {
      height: 40px; } }

/***********BLOG-PAGE START**********/
.blog-page .blog-box {
  padding: 25px 0px; }
  .blog-page .blog-box .svg-inline--fa {
    margin-right: 7px; }
  .blog-page .blog-box a {
    font-weight: 600; }
  .blog-page .blog-box .back-img {
    min-height: 220px; }
    @media screen and (max-width: 991px) {
      .blog-page .blog-box .back-img {
        margin-bottom: 15px; } }
  .blog-page .blog-box .btn {
    padding: 10px 25px;
    font-size: 15px; }
  .blog-page .blog-box h6 {
    color: #b19a62;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif; }
.blog-page .sidebar-box {
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 991px) {
    .blog-page .sidebar-box {
      margin-left: 0px; } }
  .blog-page .sidebar-box .back-img {
    min-height: 500px; }
  .blog-page .sidebar-box .back {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
    z-index: 0; }
  .blog-page .sidebar-box .sidebar-text {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px; }
  .blog-page .sidebar-box h3 {
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0; }
  .blog-page .sidebar-box .btn {
    font-size: 15px;
    padding: 10px 20px;
    letter-spacing: 3px; }
.blog-page .blog-box h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ccc; }

.blog-detail-page .back-img {
  height: 400px; }
  @media screen and (max-width: 768px) {
    .blog-detail-page .back-img {
      height: 250px; } }
.blog-detail-page .svg-inline--fa {
  margin-left: 7px;
  font-size: 24px;
  line-height: 30px; }
.blog-detail-page h5 {
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px; }
.blog-detail-page .text-img {
  margin: 5px 0 8px 0; }
.blog-detail-page .sidebar-box {
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 991px) {
    .blog-detail-page .sidebar-box {
      margin-left: 0px; } }
  .blog-detail-page .sidebar-box .back-img {
    min-height: 500px; }
  .blog-detail-page .sidebar-box .back {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
    z-index: 0; }
  .blog-detail-page .sidebar-box .sidebar-text {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px; }
  .blog-detail-page .sidebar-box h3 {
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px; }
  .blog-detail-page .sidebar-box ul {
    padding-left: 20px; }
  .blog-detail-page .sidebar-box li {
    padding-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #eee; }
  .blog-detail-page .sidebar-box li:nth-last-child(n) {
    border-bottom: none; }
  .blog-detail-page .sidebar-box .svg-inline--fa {
    margin-right: 7px;
    color: rgba(156, 76, 22, 0.7); }
  .blog-detail-page .sidebar-box li a {
    color: #333;
    font-family: "Oswald", sans-serif;
    font-size: 18px; }
  .blog-detail-page .sidebar-box li a:hover {
    color: #555; }
  .blog-detail-page .sidebar-box h4 {
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #333; }
  .blog-detail-page .sidebar-box .btn {
    font-size: 15px;
    padding: 10px 20px;
    letter-spacing: 3px; }
.blog-detail-page .sidebar-recent {
  border: 1px solid #b19a62;
  padding: 25px;
  background-color: #aaa; }
  .blog-detail-page .sidebar-recent hr {
    border-top: 1px solid #333; }

.black-back li, .black-back h2 {
  color: #fff; }

.tc-header-black {
  height: 75px;
  background-color: #222; }
  @media screen and (max-width: 991px) {
    .tc-header-black {
      height: 60px; } }

.pagination {
  margin-top: 50px; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #666;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(207, 169, 68, 0.5); }

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

@media screen and (max-width: 991px) {
  form {
    margin-top: 30px; } }

.training-page .training-page-box {
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 5px 4px 25px rgba(0, 0, 0, 0.15);
  min-height: 320px;
  margin-top: 30px; }
  .training-page .training-page-box p {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
  .training-page .training-page-box h3 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    min-height: 52px;
    margin-bottom: 5px; }
  .training-page .training-page-box a {
    font-weight: 600;
    display: block;
    margin-top: 15px; }

.training-page-philosofy {
  padding: 25px 0;
  border-right: 1px solid #333; }
  @media screen and (max-width: 991px) {
    .training-page-philosofy {
      padding: 10px;
      border-right: none; } }
  .training-page-philosofy h2 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    color: #333; }
    @media screen and (max-width: 991px) {
      .training-page-philosofy h2 {
        margin-top: 5px; } }

.philosofy-box h4 {
  text-transform: uppercase;
  color: #333; }

.philosofy-row {
  background-color: #aaa;
  margin-top: 50px;
  padding: 25px; }
  @media screen and (max-width: 991px) {
    .philosofy-row {
      margin-top: 20px;
      margin: 10px 15px; } }

.box-center {
  text-align: center; }
  @media screen and (max-width: 991px) {
    .box-center {
      text-align: left; } }

@media (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    height: auto !important;
    max-height: none  !important; } }

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