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;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #9a3234;
  cursor: pointer;
}

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

section {
  padding: 80px 0;
  position: relative;
}

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

.btn:hover {
  color: #fff;
  border-radius: 44px;
}

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

@media screen and (max-width: 768px) {
  .title-h {
    font-weight: 400;
    font-size: 38px;
  }
}
.title-h2 {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-top: 0;
}

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

@media (max-width: 991px) {
  .little-h {
    font-size: 20px;
    line-height: 28px;
  }
}
.inner-h {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  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*******/
.top-bar {
  background-color: #9a3234;
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
  }
}
.top-bar a:hover {
  color: #eee;
}
.top-bar .top-text {
  display: inline-block;
}

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

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

.navbar-brand {
  padding: 5px 10px 2px 2px;
  height: auto;
}
@media (max-width: 1150px) {
  .navbar-brand {
    padding: 15px 0px 2px 2px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 7px 0px 0px 0px;
  }
}

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

.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: #222 !important;
    font-weight: 500;
    text-transform: uppercase;
    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: #fff;
    border: solid 1px #eee;
    border-top: 4px solid #9a3234;
    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: 16px 12px 20px 8px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #9a3234;
    margin: 14px 0 12px 0;
  }
}
@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: 12px 7px 10px 7px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #222;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #9a3234;
  }
  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: 6px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 400;
    font-size: 15px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #9a3234;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 18px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 5px 15px 5px 0;
  margin-right: 15px;
  margin-left: 5px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #9a3234 !important;
  background-color: transparent !important;
  border: 2px solid #9a3234;
  padding: 10px 20px;
}

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

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 36px;
    font-size: 18px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
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.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

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

nav.navbar.bootsnav .material-symbols-outlined:hover {
  color: #9a3234;
}

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

@media (max-width: 1050px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 85px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
.hero-arrow {
  height: 100vh;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: 90vh;
}
@media (max-width: 768px) {
  .hero-arrow {
    display: none;
  }
}

.arrow {
  width: 60px;
  height: 82px;
  position: sticky; /* don't forget set container to relative */
  left: calc(50% - 30px);
  margin-left: 0px;
  bottom: 10vh;
  z-index: 999;
}

/* set arrow styles */
.arrow path {
  stroke: #fff;
  stroke-width: 4px;
  fill: transparent;
  animation: down 2s infinite;
}

/* arrow keyframe animation */
@keyframes down {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* arrow animation delay */
.arrow path.a1 {
  animation-delay: -1s;
}

.arrow path.a2 {
  animation-delay: -0.5s;
}

.arrow path.a3 {
  animation-delay: 0s;
}

/*****hero start*********/
.img-zoom {
  animation: zoom-in 2s ease-out both;
  background: url(../images/img4.jpg) center/cover no-repeat;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes zoom-in {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 50% 20%;
  }
  100% {
    transform: scale(1.1) translate(0px, 0px);
    transform-origin: center center;
  }
}
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 85vh;
  }
}
.hero .hero-box {
  margin-top: 39vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 29vh;
  }
}
.hero .back {
  background-color: rgba(52, 52, 52, 0.6);
}
.hero h1 {
  color: #fff;
  margin-top: 0px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 35px;
    line-height: 39px;
  }
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.hero .title-h:before {
  border: 10px solid rgba(255, 255, 255, 0.2);
}

/***************hero end******/
/******** 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 {
  width: calc(33% - 20px);
  vertical-align: top;
  display: inline-block;
  position: relative;
  height: 250px;
  overflow: hidden;
  margin: 7px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-radius: 5px;
}
@media (min-width: 900px) {
  .news-card {
    height: 390px;
  }
}
@media (max-width: 1100px) {
  .news-card {
    width: calc(49% - 20px);
  }
}
@media (max-width: 660px) {
  .news-card {
    width: calc(100% - 0px);
    margin: 7px 0;
  }
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 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, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  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;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 3s ease;
  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-title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  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 9px;
}
@media (max-width: 991px) {
  .loc-padd {
    padding: 0 15px;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 250px;
    display: block;
  }
}
.services-left-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #333;
  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;
}

.services-left-text .little-h {
  color: #c13e41;
  font-weight: 400;
}

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

@media screen and (max-width: 768px) {
  .cta {
    padding: 110px 0;
  }
}
.cta .back {
  background: rgba(26, 26, 26, 0.6);
}

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

.cta .title-p {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/********* cta end *********/
.clients {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .clients {
    text-align: center;
    padding: 20px 0;
  }
}
.clients .client-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 140px;
  margin: 15px 25px;
}
@media (max-width: 991px) {
  .clients .client-img {
    height: 100px;
    margin: 15px 3px;
  }
}
.clients .client-img:hover {
  box-shadow: 0px 0px 5px rgba(244, 203, 203, 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: #9a3234;
}

/******** insta - end *******/
@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 {
  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 *******/
/*****tc- footer start******/
.tc-footer {
  background-position: bottom;
  position: relative;
  padding: 90px 0 25px 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer {
    padding: 70px 0 25px 0;
  }
}
.tc-footer .back {
  background: rgba(242, 242, 242, 0.94);
}
.tc-footer a {
  color: #333;
  font-size: 23px;
  line-height: 30px;
}
@media only screen and (max-width: 990px) {
  .tc-footer a {
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #9a3234;
}
.tc-footer p, .tc-footer p a {
  color: #333;
  font-family: "Lato", sans-serif;
  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 {
  transition: all 0.3s ease-in-out;
  height: 17px;
  width: 17px;
  color: #fff;
  background-color: #9a3234;
  border: 1px solid #9a3234;
  padding: 9px;
  border-radius: 50%;
  margin: 5px 1px 5px 1px;
}
.tc-footer .svg-inline--fa:hover {
  border-radius: 5px;
}
.tc-footer .copyright .svg-inline--fa {
  font-size: 20px;
  margin: 5px 4px;
}
.tc-footer img {
  margin-top: 0px;
  width: 70%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .tc-footer img {
    height: auto;
    width: 80%;
    margin-bottom: 10px;
  }
}

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

.ul-copyright li {
  display: inline-block;
  margin: 10px 15px 15px 15px;
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .ul-copyright li {
    margin: 2px 20px 2px 20px;
    display: block;
  }
}
.ul-copyright a {
  font-size: 19px;
  letter-spacing: 0px;
}

.location-map {
  height: 270px;
}
@media screen and (max-width: 768px) {
  .location-map {
    height: 240px;
  }
}

.location-map iframe {
  height: 270px;
  width: 100%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .location-map iframe {
    height: 240px;
  }
}

.location-box {
  width: calc(50% - 20px);
  display: inline-block;
  padding: 0px;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 7px;
}
@media (max-width: 768px) {
  .location-box {
    width: calc(100% - 0px);
    margin: 7px 0;
  }
}

.locations-text {
  padding: 0 15px 20px 15px;
}

.location-map {
  position: relative;
}

.inner-header {
  height: 125px;
}

.big-image {
  height: 480px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .big-image {
    height: 220px;
  }
}

.contact-box {
  background-color: #f9f9f9;
  padding: 30px 20px;
  margin-top: 15px;
}
.contact-box a {
  display: block;
}

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

select {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #eee;
  background: #f9f9f9;
  margin-bottom: 15px;
  outline: none;
  border-radius: 2px;
  font-size: 16px;
  color: #333;
  height: 56px;
}

::-moz-placeholder {
  font-size: 16px;
  color: #333;
}

::placeholder {
  font-size: 16px;
  color: #333;
}

.hidden-btn {
  display: none; /* hidden by default */
}

.btn-quote {
  background-color: #fff;
  border: none;
  padding: 0;
  color: #9a3234;
  margin-bottom: 15px;
}

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

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

.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);
  }
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: transparent;
  padding: 20px 15px;
}
.panel-default > .panel-heading .svg-inline--fa {
  color: #9a3234;
  font-size: 14px;
  margin-right: 4px;
}

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

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

.team-page .team-box {
  width: calc(33% - 20px);
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  position: relative;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 10px 7px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .team-page .team-box {
    width: calc(49% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .team-page .team-box {
    margin: 10px 0;
    width: calc(100% - 0px);
  }
}
.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: #9a3234;
}
.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-box:hover .btn {
  border-radius: 50px;
}

/*******************************/
.prod-owl-img {
  background-size: cover;
  background-position: center;
  height: 500px;
  background-repeat: no-repeat;
  margin: 10px 0;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.prod-owl-img-small {
  background-size: cover;
  background-position: center;
  margin: 2px;
  height: 140px;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .prod-owl-img-small {
    margin: 2px;
    height: 80px;
  }
}

#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
  font-size: 30px;
  background: transparent;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  border: none;
  outline: none;
}

.product-owl .svg-inline--fa {
  color: #000;
}

#big.owl-theme .owl-prev {
  left: 10px;
}
@media (max-width: 991px) {
  #big.owl-theme .owl-prev {
    left: 0px;
  }
}

#big.owl-theme .owl-next {
  right: 15px;
}
@media (max-width: 991px) {
  #big.owl-theme .owl-next {
    right: 5px;
  }
}

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
  display: none;
}

@media (max-width: 767px) {
  .prod-owl-img {
    height: 210px;
    margin-bottom: 5px;
  }
}
.property-detail-page .table > tbody > tr > th, .property-detail-page .table > tbody > tr > td {
  border-top: none;
}

.property-detail-page .svg-inline--fa {
  color: #9a3234;
  margin-right: 10px;
  width: 20px;
}

.property-detail-page .table > tbody > tr > td {
  text-align: right;
}

.property-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 40px;
  font-size: 34px;
  color: #9a3234;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
}

.prod-owl-img {
  height: 400px;
}

.prod-owl-img-small {
  cursor: pointer;
}

.product-detail .example-image {
  background-size: cover;
  background-position: center;
  height: 450px;
  margin: 15px 0 0 0px;
  width: 80vw;
  display: inline-block;
}

@media (max-width: 991px) {
  .product-detail .example-image {
    background-size: cover;
    background-position: center;
    height: 550px;
    margin: 15px 0 0 5vw;
    width: 90vw;
    display: inline-block;
  }
}
@media (max-width: 550px) {
  .product-detail .example-image {
    background-size: cover;
    background-position: center;
    height: 220px;
    margin: 5px auto;
    width: 98vw;
    display: inline-block;
  }
}
.btn .svg-inline--fa {
  color: #fff;
}

.gallery-div-btn {
  position: absolute;
  top: 322px;
  right: 30px;
  z-index: 11;
}

.btn-gallery {
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 15px 25px;
}

.btn-gallery:hover {
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
}

.inline-box-open {
  overflow: auto;
  background: transparent;
  padding: 0px;
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  margin-left: 0%;
}

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: transparent;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%;
  }
  .prod-owl-img {
    height: 500px;
  }
}
.lity-close {
  right: 25px;
}

@media (max-width: 991px) {
  .prod-owl-img-small {
    height: 110px;
  }
  .gallery-div-btn {
    position: absolute;
    bottom: 140px;
    right: 30px;
    z-index: 11;
  }
}
@media screen and (max-width: 550px) {
  .prod-owl-img {
    height: 300px;
  }
  .prod-owl-img-small {
    height: 80px;
  }
  .gallery-div-btn {
    position: absolute;
    top: 230px;
    right: 20px;
    z-index: 11;
  }
}
.lightbox .lb-image {
  max-height: 50vh !important;
  width: auto !important;
}

.btn-gallery {
  font-size: 14px;
}

.col-product .svg-inline--fa {
  font-size: 18px;
  color: #9a3234;
  margin-right: 8px;
}
.col-product a {
  color: #333;
}
.col-product a:hover {
  color: #9a3234;
}
.col-product .inner-h {
  font-size: 18px;
  color: #9a3234;
}

.started-box {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3% - 20px);
  margin: 10px 8px;
  background-color: #f9f9f9;
  padding: 30px 30px 40px 30px;
}
@media screen and (max-width: 900px) {
  .started-box {
    width: calc(100% - 0px);
    padding: 30px 15px;
    margin: 10px 0px;
  }
}
.started-box .svg-inline--fa {
  margin-top: 20px;
  color: #9a3234;
  font-size: 50px;
  margin-bottom: 10px;
}
.started-box a {
  font-weight: 600;
  letter-spacing: 2px;
}/*# sourceMappingURL=style.css.map */