@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-Bold.woff2') format('woff2'),
        url('../fonts/Roundo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-Regular.woff2') format('woff2'),
        url('../fonts/Roundo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-Medium.woff2') format('woff2'),
        url('../fonts/Roundo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-SemiBold.woff2') format('woff2'),
        url('../fonts/Roundo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
html, body, div, section {
  /*scroll-behavior: smooth;*/
  scrollbar-color: #8c8474 #000;
  scrollbar-width: thin;
}
div, section, header, footer {
  cursor: url('../images/cursor.png'), auto;
}
a:hover, button:hover {
  cursor: url('../images/cursor2.png'), auto;
}
/* Scrolbar Customization *****************************/
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* button */
::-webkit-scrollbar-button {
    background: #666;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #8c8474;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d9d3c1;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #999;
}

/* Resizer */
::-webkit-resizer {
    background: #111;
}
/* Colors ***************************/
.dark-brown-bg {
  background-color: #403728;
}
.dark-brown-txt {
  color: #403728;
}
.medium-brown-bg {
  background-color: #8c8474;
}
.medium-brown-txt {
  color: #8c8474;
}
.light-brown-bg {
  background-color: #d9d3c1;
}
.light-brown-txt {
  color: #8c8474;
}
.light-grey-bg {
  background-color: #f2f2f0;
}
.light-grey-txt {
  color: #f2f2f0;
}
black-txt {
  color: #000;
}
.white-txt {
  color: #fff;
}
/* End of Scrollbar Customization ***************************/
body {
  margin: 0 auto;
  min-width: 1120px;
  font-family: 'Roundo';
  font-size: 12px;
  font-weight: 500;;
  color: #8c8474;
}
/* Loader ****************/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}
.loading .logo {
  display: block;
  margin: 0 auto;
}
.loading-text {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 14px;
  background-color: #403728;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
  background-color: #8c8474;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
  background-color: #d9d3c1;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/* Global **************************************/
body, div, section, header, footer, img, form, figure, article, input, button, textarea, select, menu, nav, video, audio, button {
  box-sizing: border-box;
}
div, section, form, header, footer {
  position: relative;
}
button, input, select, textarea {
  font-family: 'Roboto', sans-serif;
  outline: none;
}
input, select {
  padding: 10px;
  width: 100%;
  font-size: 1.1em;
}
p, li {
  line-height: 170%;
  font-size: 1.25em;
}
h1, h2, h3, h4, h5, h6 {
  color: #403728;
}
button {
  border: none;
  padding: 15px 20px;
  min-width: 200px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  cursor: pointer;
  font-weight: 900;
  background-color: #b61a39;
  color: #fff;
}
button:hover {
  background: #a2223b;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #737272;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #737272;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #737272;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
:-moz-placeholder { /* Firefox 18- */
  color: #737272;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.wrapper {
  position: relative;
  min-width: 1120px;
  margin: 0 auto;
  padding: 70px 5%;
  z-index: 1;
}
.center {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.fancybox-skin {
	padding: 0 !important;
	background: #fff !important;
	box-shadow:none !important;
}
.fancybox-inner {
	background: transparent;
	position: relative;
}
header {
  position: relative;
  width: 100%;
  background-color: #fff;
}
header .logo {
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}
header .wrapper {
  padding: 10px 5%;
}
header nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 70%;
  line-height: 70px;
  float: right;
}
header nav a {
  position: relative;
  text-decoration: none;
  line-height: 70px;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
}
header nav img.icon {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  margin-right: 10px;
  margin-top: -6px;
}
header nav img.social {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  margin-top: -6px;
  margin-left: 10px;
}
header nav img.space:first-of-type {
  margin-left: 100px;
}
header .overlay {
  position: absolute;
  width: 35%;
  top: 0;
  right: 0;
  height: 100%;
}
.heading-wrap {
  position: relative;
  width: 100%;
}
.heading-wrap .heading {
  position: relative;
  width: 36.5%;
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px 5%;
}
.line-wrap {
  position: relative;
  width: 70px;
}
.line-wrap .line1 {
  position: relative;
  height: 3px;
  background-color: #d9d3c1;
}
.line-wrap .line2 {
  position: relative;
  height: 3px;
  background-color: #a2223b;
}
/* Hero *******************/
.hero {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background-position: center -120px;
  background-size: cover;
}
.hero .wrapper {
  height: 70vh;
  position: relative;
  overflow: hidden;
}
.hero .left {
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(217, 211, 193, .95);
  padding: 50px;
  position: relative;
}
.hero .left h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0;
}
.hero .left h1 span {
  font-weight: normal;
  display: block;
  font-size: .55em;
  margin-top: 15px;
}
.hero .left button {
  margin-top: 40px;
}
/* About Us ***********/
.about .left, .contact .left {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 36.5%;
  height: 530px;
  background-position: center;
  background-size: cover;
}
.about .right, .contact .right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 63.5%;
  padding-left: 8%;
  padding-right: 8%;
  height: 530px;
}
.about .right .inner, .products .right .inner, .contact .right .inner, .contact .left .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.about .right h2, .products .right h2, .contact h2 {
  font-size: 2.2em;
  margin-top: 0;
  margin-bottom: 20px;
}
.about .right p {
  margin-left: 50px;
}
/* products ******************/
.products {
  background-color:
}
.products .wrapper {
  background-color: #fff;
}
.products .heading-wrap .heading {
  margin-left: auto;
  text-align: left;
}
.products .left {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 63.5%;
  height: 570px;
  overflow: hidden;
}
.products .right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 36.5%;
  padding: 0 5%;
  height: 570px;
}
.products .right p, .contact .left p {
  margin-left: 50px;
}
.products .left a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32.66%;
  height: 285px;
  text-decoration: none;
  border: none;
  background-position: center;
  background-size: cover;
}
.products .left a:hover {
  opacity: .8;
}
.mar-right {
  margin-right: 1%;
}
.mar-bottom {
  margin-bottom: 1%;
}
.products .right button {
  padding: 10px;
  margin-left: 50px;
}
.products .gal {
  display: none;
}
/* Contact *\**************/
.contact .right form {
  margin-left: 50px;
  margin-top: 30px;
}
.contact form .half {
  position: relative;
  width: 45%;
  margin-right: 5%;
  display: inline-block;
  margin-bottom: 20px;
}
.contact form label {
  font-weight: 500;
  font-size: 1.2em;
  display: block;
  margin-bottom: 8px;
}
.contact .left {
  padding-left: 5%;
  height: 520px;
}
.contact .right {
  height: 520px;
}
.contact .left .inner .line-wrap .line1 {
  background-color: #fff;
}
.contact .left .icon {
  margin-top: 30px;
  position: relative;
  display: block;
  margin-left: 50px;
}
/* Footer ******************/
footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
}
footer .wrapper {
  padding: 30px 5%;
}
footer copyright br {
  display: none;
}
@media screen and (min-width: 1366px) {
  .hero .left h1, .heading-wrap .heading  {
    font-size: 3em;
  }
  .about .right h2, .products .right h2, .contact h2 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 1600px) {
  .hero .left h1, .heading-wrap .heading  {
    font-size: 3.2em;
  }
  .about .right h2, .products .right h2, .contact h2 {
    font-size: 2.8em;
  }
  header nav a {
    font-size: 1.4em;
  }
  header nav img.icon {
    height: 32px;
  }
  header nav img.social {
    height: 28px;
  }
  header .logo {
    height: 80px;
  }
  header nav a, header nav a {
    line-height: 80px;
  }
  header nav img.space:first-of-type {
    margin-left: 150px;
  }
  .products .left {
    height: 600px;
  }
  .products .right {
    height: 600px;
  }
  .products .left a {
    height: 300px;
  }
}
@media screen and (min-width: 1920px) {
  .hero .left h1 {
    font-size: 3.4em;
  }
  header nav img.space:first-of-type {
    margin-left: 170px;
  }
}
