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

body {
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #f2ce40;
}

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: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #694217;
  background-color: #f2ce40;
  border: 2px solid #f2ce40;
  font-family: "Poppins", sans-serif;
  padding: 18px 40px;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 17px 30px 14px 30px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #694217;
  border: 2px solid #694217;
  transition: all 0.4s ease-in-out;
}

.btn:focus {
  color: #fff !important;
  background-color: #694217;
  border-color: #694217;
}

.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: #fff;
  background-color: #694217;
  border-color: #694217;
}

.title-h {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 20px;
  color: #444;
  font-weight: 600;
  letter-spacing: 0px;
  margin-top: 5px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .title-h {
    font-size: 40px !important;
    line-height: 43px !important;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 10px;
  font-weight: 300;
  color: #444;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px !important;
    line-height: 28px;
  }
}

.inner-h {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
  color: #444;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 27px !important;
    line-height: 30px !important;
  }
}

.little-h {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #f2ce40;
  font-weight: 700;
  letter-spacing: 3px;
}

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

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

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

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

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

@media (max-width: 991px) {
  .padd-left {
    text-align: center;
    padding-bottom: 10px;
  }
}

/******navbar start*******/
nav.navbar-fixed.bootsnav .row-bar {
  display: none;
}

nav.no-background.bootsnav .row-bar {
  display: block;
}

.top-bar {
  z-index: 1000;
  background-color: #fff;
}
.top-bar p {
  padding-top: 6px;
  margin-bottom: 4px;
  color: #f2ce40;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .top-bar p {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 4px;
    margin-bottom: 2px;
  }
}
.top-bar .top-a {
  padding-top: 5px;
  display: block;
  margin-bottom: 2px;
  color: #694217;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .top-bar .top-a {
    font-size: 13px;
    line-height: 15px;
  }
}
.top-bar h3 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .top-bar h3 {
    font-size: 18px;
  }
}
.top-bar h3 a {
  margin: 5px 0 15px 0;
  font-family: "Oswald", sans-serif;
  display: block;
  color: #333;
}
.top-bar a:hover {
  color: #f2ce40;
}
.top-bar .top-text {
  display: inline-block;
}
@media (max-width: 991px) {
  .top-bar .top-text {
    display: block;
  }
}

@media (max-width: 991px) {
  .box-icon {
    display: none;
  }
}
.box-icon .svg-inline--fa {
  font-size: 35px;
  margin: 0px 8px 0 0;
  color: #f2ce40;
}
@media (max-width: 991px) {
  .box-icon .svg-inline--fa {
    display: none;
  }
}

.top-first-a {
  color: #fff;
}

#btn-schedule {
  position: relative;
  padding: 10px 105px 10px 20px !important;
  margin: 5px 0 0 0px;
  color: #694217 !important;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  #btn-schedule {
    width: 100%;
    padding: 10px 25px !important;
  }
}
@media (max-width: 550px) {
  #btn-schedule {
    color: #222 !important;
    text-align: left;
  }
}

#btn-schedule:hover {
  color: #f2ce40 !important;
}

#btn-schedule:before {
  display: block;
  position: absolute;
  content: "";
  border: 0;
  width: 112px;
  height: 70px;
  right: -15px;
  top: -1px;
  background: url("../images/bg2.png") no-repeat center center;
  background-size: 100%;
}
@media (max-width: 550px) {
  #btn-schedule:before {
    right: 15px;
  }
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

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

.navbar-brand {
  padding: 0px 10px 2px 5px;
}
@media (max-width: 1155px) {
  .navbar-brand {
    padding: 0px 0px 2px 0px;
  }
}

.navbar-brand img {
  width: 100%;
  height: 75px;
  margin-top: 3px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    width: auto;
    height: 53px;
    margin-top: 2px;
    margin-left: 5px;
  }
}

.caret {
  margin-left: 4px;
}

@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: #333 !important;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #f2ce40;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 20px 12px 10px 12px;
    font-weight: 400;
    font-size: 19px;
    text-transform: uppercase;
    color: #f2ce40;
    font-family: "Oswald", sans-serif;
    margin: 1px 0 12px 0;
    letter-spacing: 1px;
  }
}
@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;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 7px 10px 7px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #f2ce40;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  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 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-weight: 400;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #f2ce40;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 17px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 15px;
  margin-right: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1050px) {
  nav.navbar.bootsnav .btn {
    padding: 9px 8px;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #fff !important;
  background-color: #f2ce40 !important;
  border: 2px solid #f2ce40;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: #f2ce40 !important;
  border: 2px solid #f2ce40;
}

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #694217 !important;
  border-color: #694217;
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 105px;
}

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 52px;
    width: auto;
  }
}
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-size: 19px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 75vh;
  }
}
.hero .hero-box {
  margin-top: 45vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 25vh;
    text-align: center;
  }
}
.hero .back {
  background-color: rgba(13, 13, 13, 0.4);
}
.hero h1 {
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
.hero h2 {
  font-size: 22px;
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 19px;
  }
}

.hero-quote {
  margin-top: 40vh;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 30px;
}
@media (max-width: 991px) {
  .hero-quote {
    margin-top: 20px;
    padding: 15px 10px 15px 10px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.hero-quote .quote-h4 {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}
.hero-quote .hero-box-quote {
  transition: all 0.3s ease-in-out;
  width: calc(25% - 15px);
  display: inline-block;
  text-align: center;
  margin: 5px;
  position: relative;
  border-radius: 3px;
  background-color: #694217;
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .hero-quote .hero-box-quote {
    width: calc(49% - 15px);
  }
}
.hero-quote .hero-box-quote h3 {
  font-family: "Oswald", sans-serif;
  margin: 10px 0 0 0;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
}
.hero-quote .hero-box-quote .svg-inline--fa {
  font-size: 30px;
  color: #fff;
}

.hero-box-quote:hover {
  background-color: #f2ce40;
}

.hero-bottom {
  padding: 15px 0;
}
.hero-bottom img {
  height: 90px;
  width: auto;
}
@media (max-width: 768px) {
  .hero-bottom img {
    height: auto;
    width: 100%;
  }
}

.hero-message {
  padding: 0;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .hero-message {
    margin-top: 20px;
  }
}
.hero-message .hero-message-box {
  background-color: #222;
  padding: 1px 30px 10px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media (max-width: 991px) {
  .hero-message .hero-message-box {
    padding: 10px 15px 10px 15px;
  }
}
.hero-message .hero-message-box .btn {
  display: block;
}
.hero-message .hero-message-box h3 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
  color: #f2ce40;
}
.hero-message .hero-message-box p {
  color: #fff;
}
.hero-message .hero-message-box .btn {
  color: #694217;
}
.hero-message .hero-message-box .btn:hover {
  color: #fff;
}

.hero-box-quote.active {
  background-color: #f2ce40;
}

.hero-quote .hero-box-quote.active .svg-inline--fa {
  color: #694217;
}

.hero-quote .hero-box-quote.active h3 {
  color: #694217;
}

/******* cta start *********/
/******* logos start *********/
.clients {
  padding: 50px 0 50px 0;
}
@media (max-width: 991px) {
  .clients {
    text-align: center;
  }
}
.clients .client-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 140px;
  margin: 5px 5px;
}
@media (max-width: 991px) {
  .clients .client-img {
    height: 90px;
    margin: 5px 2px;
  }
}
.clients .client-img:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.clients .owl-theme .owl-controls {
  text-align: center;
}
.clients .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.clients .owl-theme .owl-dots .owl-dot span {
  background: #f2ce40;
}

.cities p {
  display: block;
  color: #222;
  padding: 10px;
  margin: 10px;
  width: 100%;
}
@media (max-width: 650px) {
  .cities p {
    margin: 10px 0;
  }
}
.cities ul {
  list-style: none;
  padding-left: 0;
}
.cities li {
  display: inline-block;
  width: 32%;
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media (max-width: 650px) {
  .cities li {
    width: 49%;
  }
}
.cities .svg-inline--fa {
  color: #f2ce40;
  margin-right: 9px;
  font-size: 16px;
}

/***** logos end **********/
/*****tc-testimonial start******/
.tc-testimonial {
  padding: 100px 0 120px 0;
}
@media (max-width: 991px) {
  .tc-testimonial {
    padding: 60px 0 60px 0;
  }
}

.tc-testimonial .back {
  background-color: rgba(255, 255, 255, 0.9);
}

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

.tc-testimonial .testimonial {
  padding: 20px 5px;
}
@media (max-width: 991px) {
  .tc-testimonial .testimonial {
    padding: 0;
  }
}

.testimonial .description {
  font-size: 20px;
  font-weight: 300;
  color: #444;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial .description {
    font-size: 17px;
    line-height: 23px;
  }
}

.testimonial .title {
  font-size: 23px;
  font-weight: 700;
  color: #694217;
  text-transform: capitalize;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

.tc-testimonial .owl-nav {
  background: #fff;
  position: absolute;
  right: 0%;
  left: 0;
  margin-top: 30px;
}

.tc-testimonial .owl-prev, .tc-testimonial .owl-next {
  width: 40px;
  height: 50px;
  line-height: 50px;
  padding: 7px;
  border-radius: 0%;
  background: rgba(230, 242, 255, 0.7) !important;
  color: #f2ce40 !important;
  opacity: 1;
  padding: 0;
}

.tc-testimonial .owl-next .svg-inline--fa, .tc-testimonial .owl-prev .svg-inline--fa {
  font-size: 24px;
}

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

/*****tc-testimonial end******/
.about-img {
  height: 400px;
}
@media (max-width: 650px) {
  .about-img {
    height: 220px;
    margin-top: 15px;
  }
}

.events {
  padding-top: 50px;
}

.post-slide {
  position: relative;
  overflow: hidden;
  padding: 0px;
  transform: translateY(0);
  transition: all 0.3s ease 0s;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 30px 1% 0 1%;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1050px) {
  .post-slide {
    margin: 30px 0% 0 0%;
    width: 100%;
  }
}
.post-slide .link {
  z-index: 2;
}

.post-slide .post-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #694217;
  opacity: 0.5;
  transform: translateY(-100%);
  transition: all 0.95s ease 0s;
}

.post-slide:hover .post-img:after {
  transform: translateY(0);
}

.post-slide .post-img:before {
  content: "";
  width: 100%;
  height: 80%;
  left: 0;
  text-align: center;
  position: absolute;
  top: -50%;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.post-slide:hover .post-img:before {
  top: 30%;
}

.post-slide .post-review {
  padding: 30px 15px;
  background: #fff;
  position: relative;
  text-align: center;
}

.post-slide .post-title {
  margin: 0 0 15px 0;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.post-slide .post-description {
  font-size: 15px;
  line-height: 21px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.event-img {
  height: 300px;
}
@media (max-width: 650px) {
  .event-img {
    height: 200px;
  }
}

.post-review h5 {
  color: #f2ce40;
  font-weight: 600;
  font-size: 18px;
}
.post-review h6 {
  margin-top: 5px;
  font-size: 14px;
}

/**************************/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cta {
    padding: 60px 0;
  }
}
.cta h3 {
  color: #fff;
  padding-top: 20px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.cta .title-p {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .cta .title-p {
    font-size: 18px;
    line-height: 24px;
  }
}
.cta .back {
  background-color: rgba(52, 52, 52, 0.5);
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
.cta-footer {
  padding: 40px 0 50px 0;
  background-color: #222;
}
.cta-footer h3 {
  color: #fff;
  margin-bottom: 30px;
}
.cta-footer a {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}
.cta-footer a:hover {
  text-decoration: underline;
}
.cta-footer span {
  color: #fff;
  margin: 15px 15px;
  line-height: 30px;
}

/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 20px;
  }
}
.tc-footer .back {
  background-color: #111;
}
.tc-footer p {
  color: #eee;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 991px) {
  .tc-footer p {
    line-height: 22px;
    font-size: 16px;
  }
}
.tc-footer a {
  color: #eee;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 991px) {
  .tc-footer a {
    line-height: 22px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #f2ce40;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer .footer-social {
  display: inline-block;
}
.tc-footer .footer-align {
  text-align: right;
}
@media (max-width: 991px) {
  .tc-footer .footer-align {
    text-align: left;
  }
}
.tc-footer .footer-logo {
  margin: 20px 0 10px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .tc-footer .footer-logo {
    width: 95%;
  }
}
.tc-footer .svg-inline--fa {
  margin-right: 3px;
  color: #f2ce40;
  width: 17px;
  height: 17px;
  padding: 8px;
  border: 2px solid #f2ce40;
  border-radius: 50%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .tc-footer .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.tc-footer .svg-inline--fa:hover {
  background-color: #f2ce40;
  border: 2px solid #f2ce40;
  color: #fff;
}

.footer-copyright {
  background-color: #694217 !important;
  padding: 8px 0 6px 0;
}
.footer-copyright p, .footer-copyright a {
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
}
.footer-copyright a:hover {
  color: #f2ce40;
}

/*****tc-footer end******/
#row-service-banner {
  padding: 0;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background: #f2ce40;
}
#row-service-banner h3 {
  margin: 21px 0 20px 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #694217;
  font-size: 35px;
}
@media (max-width: 550px) {
  #row-service-banner h3 {
    color: #222;
  }
}
#row-service-banner h4 {
  font-family: "Oswald", sans-serif;
  margin-top: 18px;
  color: #fff;
}
#row-service-banner h2 a {
  display: block;
  color: #694217;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
#row-service-banner h2 a:hover {
  color: #fff;
}
#row-service-banner h2 {
  margin-top: 16px;
}

#row-service-banner #btn-schedule {
  float: right;
  padding: 0 25px 0 130px !important;
  margin: 4px 0 4px 75px !important;
  height: 80px;
  font-size: 30px !important;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
  background: #694217 !important;
  color: #fff !important;
  border: 0;
}
@media (max-width: 991px) {
  #row-service-banner #btn-schedule {
    padding: 0 15px 0 145px !important;
    width: calc(100% - 20px);
    margin: 0 0 14px 75px !important;
  }
}

#row-service-banner #btn-schedule:hover {
  background: #000 !important;
  color: #fff !important;
}

#row-service-banner #btn-schedule:before {
  width: 150px;
  height: 98px;
  left: -65px;
  top: -6px;
}
@media (max-width: 991px) {
  #row-service-banner #btn-schedule:before {
    left: -35px;
    top: -8px;
  }
}

.review-box {
  background: linear-gradient(45deg, #694217 0%, #f2ce40 16%, #694217 34%, #f2ce40 51%, #694217 67%, #f2ce40 83%, #694217 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  padding: 40px 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .review-box {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}
.review-box .back {
  background-color: rgba(255, 255, 255, 0.85);
}
.review-box h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
.review-box h4 {
  text-align: right;
  margin-right: 15px;
  font-family: "Oswald", sans-serif;
  color: #694217;
  font-size: 20px;
  font-weight: 600;
}
.review-box a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 15px;
}

.pagination {
  margin-top: 60px;
}

.tc-header {
  min-height: 55vh;
  position: relative;
  overflow: hidden;
}

.tc-header .back {
  background: rgba(84, 52, 18, 0.4);
}

.inner-h {
  color: #333;
  font-weight: 500;
  font-size: 33px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
}

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #694217;
}

/****** CONTACT PAGE START ******/
.contact-padd h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
.contact-padd p {
  margin: 3px 0 0 0;
}
.contact-padd .svg-inline--fa {
  background: linear-gradient(45deg, #694217 0%, #f2ce40 25%, #694217 50%, #f2ce40 75%, #694217 100%);
  color: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  font-size: 10px;
  padding: 20px;
}
.contact-padd a {
  color: #333;
}
.contact-padd a:hover {
  color: #f2ce40;
}

input, textarea {
  width: 100%;
  background: #fff;
  margin: 7px 0;
  padding: 18px 15px;
  border: 1px solid #fff;
  box-shadow: inset 0px 0px 5px #994d00;
  border-radius: 5px;
  outline: none;
}

select {
  width: 100%;
  background: #fff;
  margin: 7px 0;
  padding: 18px 15px;
  border: 1px solid #fff;
  box-shadow: inset 0px 0px 5px #994d00;
  border-radius: 5px;
  outline: none;
  font-size: 15px;
  color: #694217;
  height: 62px;
}

.contact-page form {
  padding-top: 40px;
}
.contact-page h4 {
  color: #f2ce40;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px;
}

::-moz-placeholder {
  font-size: 15px;
  color: #694217;
}

::placeholder {
  font-size: 15px;
  color: #694217;
}

/****** CONTACT PAGE END ******/
.panel {
  background-color: transparent;
  border: none;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0px 0px 5px #994d00;
}

.careers-page .panel-default > .panel-heading {
  background-color: #fff;
}

.panel-title {
  font-size: 19px;
}

.panel-heading {
  padding: 20px 20px;
}
@media (max-width: 550px) {
  .panel-heading {
    padding: 10px 10px;
  }
}

.panel-default {
  border-color: #ebf4fa;
}

.panel-group {
  margin-top: 20px;
}

.panel-title > a {
  display: block;
  color: #333;
}

.panel-title .svg-inline--fa {
  margin-right: 15px;
  color: #f2ce40;
}
@media (max-width: 550px) {
  .panel-title .svg-inline--fa {
    margin-left: -25px;
    margin-right: 8px;
  }
}

.panel-group .panel {
  margin-bottom: 10px;
}

#accordion .panel-title a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #694217;
  background-color: transparent;
  padding: 5px 20px 5px 40px;
  position: relative;
  transition: all 0.5s ease 0s;
}
@media (max-width: 550px) {
  #accordion .panel-title a {
    padding: 5px 15px 5px 30px;
  }
}

#accordion .panel-title a:before {
  font: var(--fa-font-solid);
  content: "\f068";
  font-weight: 900;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 28px;
  border-radius: 50%;
  background: transparent;
  font-size: 22px;
  color: #f2ce40;
  text-align: center;
  position: absolute;
  top: 11%;
  left: 0;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  content: "\f067";
}

.panel-default {
  border-color: #fff;
}

.about-image {
  height: 450px;
}
@media (max-width: 700px) {
  .about-image {
    height: 220px;
  }
}

/********** TEAM PAGE START ********/
.team-page .team-box {
  background-color: #fff;
  position: relative;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .team-page .team-box {
    margin-bottom: 15px;
  }
}
.team-page .blog-img {
  height: 360px;
  border-radius: 2px;
}
.team-page .blog-tekst {
  padding: 25px 15px 20px 20px;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  .team-page .blog-tekst {
    min-height: auto;
  }
}
.team-page .blog-tekst p {
  color: #694217;
}
.team-page .blog-tekst .svg-inline--fa {
  margin-right: 8px;
}
.team-page .blog-tekst h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .team-page .blog-tekst h3 {
    min-height: auto;
  }
}
.team-page .blog-tekst .btn {
  padding: 12px 25px;
  font-size: 16px;
}

.team-page img {
  border-radius: 2px;
}

.team-box:hover .btn {
  background-color: #694217;
  border: 2px solid #694217;
  color: #fff;
}

/********* TEAM PAGE END *******/
.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  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);
  }
}

.gallery-page:nth-child(even) {
  background: rgba(249, 242, 236, 0.3);
}

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

.services-page .post-review h3 {
  font-size: 30px;
  line-height: 31px;
  min-height: 62px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .services-page .post-review h3 {
    min-height: auto;
    margin-bottom: 10px;
  }
}

.services-video iframe {
  height: 330px;
  width: calc(49% - 20px);
  margin: 8px 9px;
}
@media screen and (max-width: 900px) {
  .services-video iframe {
    width: calc(100% - 0px);
    margin: 8px 0px;
    height: 220px;
  }
}

.services-video iframe:first-child {
  height: 500px;
  margin-bottom: 15px;
  width: 97%;
}
@media screen and (max-width: 900px) {
  .services-video iframe:first-child {
    width: calc(100% - 0px);
    margin: 8px 0px;
    height: 220px;
  }
}

.hero-inner {
  min-height: auto !important;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .hero-inner {
    padding: 70px 0;
  }
}
.hero-inner .hero-box {
  margin-top: 0px;
}
.hero-inner .hero-quote {
  margin-top: 0;
}

.blog-page .post-title {
  margin: 0 0 15px 0;
  color: #333;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  min-height: 96px;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .blog-page .post-title {
    min-height: auto;
  }
}
.blog-page .post-review {
  padding: 20px 10px;
}

.inner-header {
  height: 181px;
  background-color: #694217;
}
@media screen and (max-width: 991px) {
  .inner-header {
    height: 163px;
  }
}/*# sourceMappingURL=style.css.map */