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

body {
  font-family: "Red Hat Display", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px; }

img {
  width: 100%; }

@media (max-width: 991px) {
  .mobile-hidden {
    display: none; } }

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

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

p {
  color: #333; }

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

.btn {
  color: #a00d00;
  background-color: transparent;
  border: 2px solid #a00d00;
  text-transform: uppercase;
  padding: 16px 55px;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 0;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  border-radius: 0; }
  @media (max-width: 991px) {
    .btn {
      padding: 12px 35px; } }

.btn:hover {
  color: #fff;
  background-color: #a00d00; }

.title-h {
  font-size: 40px;
  color: #333;
  font-weight: 300;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 27px;
      line-height: 33px; } }

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #404040; }
  @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;
  z-index: 0; }

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

/*****navbar start******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 15px;
    background-color: transparent; }

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

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 70px; } }
nav.navbar.bootsnav {
  background: #111;
  border-bottom: solid 1px #222; }

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

.navbar-brand {
  padding: 4px 25px 0 15px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 7px 5px 2px 5px; } }

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

.caret {
  margin-left: 4px; }

.navbar-phone {
  display: none; }
  @media (max-width: 991px) {
    .navbar-phone {
      display: block; } }

.navbar-request {
  color: #a00d00 !important; }

.navbar-request:hover {
  color: #fff !important; }

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

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 38px 10px 20px 10px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 38px 6px 10px 6px;
      font-weight: 500;
      font-size: 12px; } }

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

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

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

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

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

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: solid 1px #444;
    color: #fff;
    font-size: 14px;
    font-weight: 500; }

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

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
    padding: 15px 0; }

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

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #ccc;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 25px -15px 10px -15px; } }
nav.navbar.bootsnav .btn {
  margin-left: 0px !important; }

nav.navbar.bootsnav .btn {
  padding: 10px 15px !important;
  text-transform: uppercase;
  font-size: 14px;
  margin: 23px 6px 0 0px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background-color: #a00d00;
  border: 3px solid #a00d00;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }
  @media (max-width: 1350px) {
    nav.navbar.bootsnav .btn {
      padding: 10px 7px !important;
      font-size: 14px;
      letter-spacing: 0; } }
  @media (max-width: 1060px) {
    nav.navbar.bootsnav .btn {
      padding: 8px 6px;
      font-size: 12px; } }
  @media (max-width: 1005px) {
    nav.navbar.bootsnav .btn {
      padding: 8px 6px;
      font-size: 11px; } }
  @media (max-width: 768px) {
    nav.navbar.bootsnav .btn {
      margin-right: 0px;
      margin: 15px 6px 0 0px;
      font-size: 17px; } }

nav.navbar.bootsnav .btn:hover {
  background-color: #a00d00;
  border: 3px solid #a00d00;
  color: #333; }

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #a00d00;
  color: #fff !important;
  display: none; }
  @media (max-width: 992px) {
    nav.navbar.bootsnav ul.nav > li > .mobile-a {
      display: block; } }

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

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

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

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

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

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 80px;
  margin-top: 0px; }
  @media (max-width: 1100px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 60px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
.btn2 {
  background-color: #a00d00 !important;
  border: 2px solid #a00d00 !important;
  color: #333 !important;
  margin-right: 10px !important;
  min-width: 140px; }
  @media (max-width: 1300px) {
    .btn2 {
      padding: 10px 7px !important;
      font-size: 14px;
      letter-spacing: 0;
      min-width: auto; } }
  @media (max-width: 1010px) {
    .btn2 {
      padding: 8px 6px; } }
  @media (max-width: 768px) {
    .btn2 {
      margin-right: 0px; } }

@media (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    height: auto !important;
    max-height: none  !important; } }
.btn2:hover {
  background-color: #a00d00 !important;
  border: 2px solid #a00d00 !important;
  color: #fff !important; }

/*****navbar end******/
/*****hero start*********/
.hero {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  padding: 0px;
  overflow: hidden; }
  @media (max-width: 1050px) {
    .hero {
      min-height: 50vh; } }
  @media (max-width: 450px) {
    .hero {
      height: 200px;
      min-height: 40vh; } }

.hero .video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
  background-image: url(../images/img11.jpeg);
  background-size: cover;
  background-repeat: no-repeat; }

.hero video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 1050px) {
    .hero video {
      min-height: 50vh; } }
  @media (max-width: 450px) {
    .hero video {
      height: 200px;
      min-height: 40vh; } }

.hero .back {
  background: rgba(13, 13, 13, 0.3); }

.hero .video-overlay:after {
  content: '';
  position: absolute;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2; }

.video-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100vh;
  z-index: 10;
  margin-bottom: 00px; }
  @media (max-width: 1050px) {
    .video-content {
      bottom: -50vh; } }
  @media (max-width: 450px) {
    .video-content {
      top: 150px; } }
  .video-content h1 {
    color: #fff;
    font-family: "Syncopate", sans-serif;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
    @media (max-width: 992px) {
      .video-content h1 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0; } }
  .video-content h2 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    font-size: 26px;
    line-height: 34px;
    color: #fff !important;
    font-weight: 200;
    margin-bottom: 40px; }
    @media (max-width: 992px) {
      .video-content h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
        margin-top: 0px; } }
    @media (max-width: 500px) {
      .video-content h2 {
        display: none; } }

/***************hero end******/
/************cta start*********/
.cta {
  background-position: top center;
  padding: 100px 0; }
  @media (max-width: 768px) {
    .cta {
      padding: 60px 0; } }
  .cta .back {
    background: rgba(0, 0, 0, 0.5); }
  .cta .title-h {
    color: #fff;
    margin-bottom: 5px; }
  .cta p {
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
    letter-spacing: 2px; }
  .cta .btn {
    background-color: #a00d00;
    color: #fff;
    margin-top: 15px; }
  .cta .btn:hover {
    background-color: transparent;
    border: 2px solid #fff; }
  .cta video {
    width: 100%;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.6);
    margin: 15px 0; }

/************cta end*********/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 90px 0 25px 0; }

.tc-footer .back {
  background: rgba(0, 0, 0, 0.7); }

.tc-footer img {
  margin-bottom: 50px; }

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

.tc-footer ul li a {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  margin-top: 8px;
  color: #f2f2f2; }
  @media screen and (max-width: 768px) {
    .tc-footer ul li a {
      font-size: 15px;
      letter-spacing: 0; } }

.tc-footer a:hover {
  color: #a00d00; }

.tc-footer p {
  color: #e6e6e6;
  margin-top: 10px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .tc-footer p {
      font-size: 13px;
      line-height: 18px;
      font-weight: 200; } }

.tc-footer p a {
  color: #e6e6e6;
  text-transform: capitalize;
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    .tc-footer p a {
      font-size: 13px;
      line-height: 18px;
      font-weight: 200; } }

.tc-footer .svg-inline--fa {
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 2px solid #a00d00;
  margin: 2px; }

.tc-footer .svg-inline--fa:hover {
  color: #fff;
  background-color: #a00d00; }

.tc-footer .btn {
  margin: 4px;
  min-width: 220px;
  display: inline-block;
  background-color: #a00d00;
  color: #fff; }

.tc-footer .btn:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff; }

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

/*****tc-footer end******/
/*
.owl-carousel .item {
  min-height: 780px;
  width: 100%;
  margin-left: 0%; 
  padding-top: 30px;
  @media screen and (max-width: 991px) {
    min-height: auto;
  }
}
  @media screen and (max-width: 991px) {
    .owl-carousel .item {
      padding-bottom: 0px; } }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: $color-theme-light;
}*/
.about-img {
  height: 650px;
  margin-left: 50px; }
  @media screen and (max-width: 991px) {
    .about-img {
      margin-left: 0;
      height: 300px; } }

.about-padd {
  height: 150px; }
  @media screen and (max-width: 991px) {
    .about-padd {
      height: 0; } }

.about .btn {
  display: inline-block;
  margin-right: 10px; }
  @media screen and (max-width: 991px) {
    .about .btn {
      margin: 5px 0;
      min-width: 240px; } }

.about {
  padding-bottom: 30px; }

/********* services start *********/
.testimonial {
  overflow: hidden; }

.services .services-img {
  height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -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;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .services .services-img {
      height: 250px; } }
.services .services-box {
  overflow: hidden;
  padding: 20px;
  position: relative;
  margin: 20px 2px;
  -webkit-box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.25); }
  .services .services-box h3 {
    color: #333;
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .services .services-box a {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400; }
.services .services-box:hover .services-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }
.services .services-text {
  padding: 10px 0px 10px 0px;
  overflow: hidden;
  z-index: 2; }
.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: .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: #a00d00; }

.product-padd {
  height: 70px; }
  @media screen and (max-width: 991px) {
    .product-padd {
      height: 0; } }

/********* services end *********/
.video2 {
  position: relative;
  overflow: hidden; }
  .video2 .back {
    background-color: rgba(26, 26, 26, 0.3);
    bottom: 5px; }
  .video2 video {
    width: 100%; }
  .video2 .video-text {
    position: absolute;
    top: 100px;
    left: 30px; }
    @media screen and (max-width: 768px) {
      .video2 .video-text {
        top: 50px; } }
    @media screen and (max-width: 768px) {
      .video2 .video-text {
        left: 5px; } }
    @media screen and (max-width: 400px) {
      .video2 .video-text {
        top: 10px; } }
    .video2 .video-text h3, .video2 .video-text h4, .video2 .video-text h5 {
      color: #fff;
      font-size: 45px;
      line-height: 50px;
      margin: 5px 0; }
      @media screen and (max-width: 991px) {
        .video2 .video-text h3, .video2 .video-text h4, .video2 .video-text h5 {
          font-size: 35px;
          line-height: 40px; } }
      @media screen and (max-width: 768px) {
        .video2 .video-text h3, .video2 .video-text h4, .video2 .video-text h5 {
          font-size: 25px;
          line-height: 30px; } }
      @media screen and (max-width: 550px) {
        .video2 .video-text h3, .video2 .video-text h4, .video2 .video-text h5 {
          font-size: 18px;
          line-height: 20px; } }
    .video2 .video-text p {
      color: #fff;
      font-size: 25px;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .video2 .video-text p {
          font-size: 17px; } }
      @media screen and (max-width: 550px) {
        .video2 .video-text p {
          margin-top: 5px;
          margin-bottom: 0; } }
    .video2 .video-text .btn {
      background-color: #a00d00;
      color: #fff; }
      @media screen and (max-width: 650px) {
        .video2 .video-text .btn {
          padding: 10px 25px;
          font-size: 13px; } }
      @media screen and (max-width: 400px) {
        .video2 .video-text .btn {
          margin-top: 5px;
          padding: 8px 25px; } }
    .video2 .video-text .btn:hover {
      background-color: transparent;
      color: #a00d00; }

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

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

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

.inner-content p {
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .inner-content p {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 50px; } }

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

.gallery .example-image {
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-bottom: 30px; }
  @media screen and (max-width: 500px) {
    .gallery .example-image {
      height: 260px;
      margin-bottom: 15px; } }

.pagination {
  margin-top: 50px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

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

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

/********** dealers start ********/
.dealers .dealers-box {
  padding: 30px;
  box-shadow: inset 0px 1px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  @media screen and (max-width: 500px) {
    .dealers .dealers-box {
      padding: 15px; } }
  .dealers .dealers-box ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 15px; }
  .dealers .dealers-box li {
    margin-bottom: 10px; }
  .dealers .dealers-box a {
    color: #333; }
  .dealers .dealers-box a:hover {
    color: #a00d00; }
  .dealers .dealers-box .svg-inline--fa {
    margin-right: 11px;
    width: 20px; }
.dealers iframe {
  background-color: #eee; }
.dealers .dealers-logo {
  height: 110px;
  width: auto;
  margin-top: 20px;
  background-position: contain;
  background-repeat: no-repeat; }

/********** dealers end **********/
/******** CONTACT PAGE START********/
.contact-page ul {
  list-style: none;
  padding: 30px 0; }
.contact-page li {
  margin-bottom: 30px; }
.contact-page .contact-icon {
  width: 65px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50%; }
.contact-page a {
  line-height: 22px;
  display: block; }
.contact-page p {
  margin-bottom: 0; }
.contact-page .svg-inline--fa {
  color: #a00d00; }
.contact-page .btn {
  margin-top: 15px; }
.contact-page iframe {
  margin-top: 80px;
  background-color: #f6f6f6; }

.unit-body {
  padding-left: 5px; }

input, textarea {
  width: 100%;
  min-height: 60px;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #7c7a78;
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;
  outline: none; }
  @media (max-width: 768px) {
    input, textarea {
      padding: 13px 15px;
      margin-bottom: 10px; } }

select {
  width: 100%;
  min-height: 60px;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #7c7a78;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;
  outline: none; }
  @media (max-width: 768px) {
    select {
      padding: 13px 15px;
      margin-bottom: 10px; } }

/******** CONTACT PAGE END *******/
.blog-page-img {
  height: 420px; }
  @media screen and (max-width: 768px) {
    .blog-page-img {
      height: 260px; } }

.blog-page-text {
  padding-bottom: 40px; }
  .blog-page-text h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 21px;
    line-height: 26px;
    min-height: 52px; }

.blog-detail-page .blog-detail-img {
  height: 400px;
  margin: 20px 0; }
  @media screen and (max-width: 768px) {
    .blog-detail-page .blog-detail-img {
      height: 260px; } }
.blog-detail-page p {
  text-align: justify; }

.blog-icons a {
  display: inline-block;
  margin: 0px 5px 30px 5px; }
.blog-icons .svg-inline--fa {
  height: 38px;
  width: 38px;
  border: 2px solid #a00d00;
  padding: 8px; }
.blog-icons .svg-inline--fa:hover {
  background-color: #a00d00;
  color: #fff; }

.blog-detail-featured .services-img {
  background-size: cover; }
.blog-detail-featured .services-box h3 {
  min-height: 108px;
  line-height: 27px; }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px; }

::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px; }

.purchase-box {
  padding-right: 80px; }
  @media (max-width: 991px) {
    .purchase-box {
      padding-right: 0; } }

/*********product start*******/
.product-box {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 570px; }
  .product-box .btn {
    background-color: #a00d00;
    color: #fff; }

.product-img {
  height: 570px; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.3);
  transition: background 0.5s ease; }

.product-box:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3); }

.title {
  position: absolute;
  right: 20px;
  left: 20px;
  top: 250px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: white;
  z-index: 1;
  transition: top .5s ease;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }

.product-box:hover .title {
  top: 170px; }

.button {
  position: absolute;
  right: 0;
  left: 0;
  top: 250px;
  text-align: center;
  opacity: 0;
  transition: opacity .45s ease; }

.button a {
  text-align: center;
  z-index: 1; }

.product-box:hover .button {
  opacity: 1; }

/******product end********/
.fluid-padd {
  padding: 0 80px; }
  @media screen and (max-width: 1100px) {
    .fluid-padd {
      padding: 0 30px; } }
  @media screen and (max-width: 400px) {
    .fluid-padd {
      padding: 0 15px; } }

.text-padding {
  padding: 80px 80px 0 0; }
  @media screen and (max-width: 991px) {
    .text-padding {
      padding: 0 0 0 0; } }

.about-page-img {
  height: 760px; }
  @media screen and (max-width: 768px) {
    .about-page-img {
      height: 300px; } }

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  margin: 15px 0; }

.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;
  font-family: "Syncopate", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  color: #333;
  font-size: 20px;
  margin-top: 0; }

.team-info h4 {
  font-size: 15px;
  font-weight: 300;
  color: #725a5c;
  opacity: 0.7;
  letter-spacing: 1px; }

.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: 500;
  margin-top: 0; }

.team-name {
  font-size: 16px;
  color: #a00d00;
  font-weight: 300; }

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

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

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

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
/********* TEAM PAGE END *******/
.deal #accordion .panel {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 5px; }
.deal #accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 5px 5px 0 0; }
.deal #accordion .panel-title a {
  display: block;
  padding: 30px 30px 30px 0;
  background: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #a00d00;
  border-radius: 0;
  position: relative; }
.deal #accordion .panel-title a.collapsed {
  border-color: #e0e0e0;
  border-radius: 5px; }
.deal #accordion .panel-title a:before,
.deal #accordion .panel-title a.collapsed:before,
.deal #accordion .panel-title a:after,
.deal #accordion .panel-title a.collapsed:after {
  content: "+";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 1px;
  background: #a00d00;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 20px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease 0s; }
.deal #accordion .panel-body {
  padding: 20px 0px;
  background: #fff;
  border-top: none;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  border-radius: 0 0 5px 5px; }

.data-title {
  font-size: 28px;
  margin-bottom: 10px;
  letter-spacing: 1px; }

.panel-body .svg-inline--fa {
  margin-right: 8px; }

.review-box {
  margin-top: 50px;
  border-bottom: 1px solid #a00d00;
  padding-bottom: 30px; }
  .review-box .review-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .review-box h4 {
    margin-top: 45px;
    font-weight: 200;
    font-style: italic;
    font-size: 15px;
    text-align: right;
    margin-right: 30px; }

/*************************/
/********** preoperty page start ************/
.prod-owl-img {
  background-size: contain;
  background-position: center;
  height: 585px;
  background-repeat: no-repeat;
  margin: 20px 0;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1); }

.prod-owl-img-small {
  background-size: contain;
  background-position: center;
  margin: 4px;
  height: 190px;
  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: #a00d00; }

#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; } }
.table td {
  font-size: 16px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: none;
  padding: 5px; }

.video-page iframe {
  height: 650px; }
  @media (max-width: 991px) {
    .video-page iframe {
      height: 220px; } }

@media (max-width: 991px) {
  .btn-jewelry {
    padding: 15px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px; } }

/***************/
.tab {
  float: left;
  border-right: none;
  border-bottom: none;
  background-color: #fff;
  width: 30%;
  min-height: 600px; }

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  background: rgba(238, 238, 238, 0.2);
  border: 1px solid rgba(238, 238, 238, 0.5); }
  @media (max-width: 500px) {
    .tab button {
      padding: 22px 5px;
      font-size: 13px;
      line-height: 20px; } }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #eee; }

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fff; }

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 10px 25px 25px 25px;
  border: none;
  width: 70%;
  border-left: none;
  min-height: 600px;
  background-color: #fff;
  border-left: 1px solid rgba(238, 238, 238, 0.5);
  border-top: 1px solid rgba(238, 238, 238, 0.5);
  border-right: 1px solid rgba(238, 238, 238, 0.5); }
  @media (max-width: 500px) {
    .tabcontent {
      padding: 15px; } }
  @media (max-width: 500px) {
    .tabcontent p, .tabcontent li {
      font-size: 15px;
      line-height: 20px; } }
  .tabcontent ul {
    padding-left: 15px; }
  .tabcontent h3 {
    text-transform: uppercase; }

.tab-title, .options-title {
  text-transform: uppercase;
  font-size: 24px; }

.options-price {
  font-size: 24px;
  color: #a00d00; }

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