/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Typography
## Elements
## Forms
## Navigation
## Extra Styles

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

.html {
  font-size: 62.5%;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

figure,
footer.footer,
.about-wilkens-wrap,
.inner-banner-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
p,
.content-hold,
.entry-content,
.content-wrap {
  margin: 0 0 25px;
}

p:last-of-type {
  margin-bottom: 0;
}

body {
  font-size: 15px;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin-bottom: 20px;
  line-height: 1.3;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 25px;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 30px;
  width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

.clr-red {
  color: red;
}

label {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  label {
  display: block !important;
}

.form-inline {
  justify-content: space-between;
}

.form-inline .form-group:last-child {
  float: right;
}

.form-inline .form-group {
  width: 48%;
  margin-bottom: 15px;
}

.form-inline .input {
  width: 100%;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
  -webkit-appearance: button;
  background: #9c1615;
  border: 1px solid #9c1615;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition-property: background, color;
  transition-duration: 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #000000;
  /* border: 1px solid #000000; */
}

input[type="text"],
input[type="password"],
textarea,
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
select {
  width: 100%;
  border: 1px solid #ccc;
  background-color: none;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  height: 40px;
}

textarea {
  height: 150px;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

form.wpcf7-form.invalid
  input.wpcf7-validates-as-required::-webkit-input-placeholder {
  color: #000;
}

form.wpcf7-form.invalid input.wpcf7-validates-as-required:-moz-placeholder {
  color: #000;
}

form.wpcf7-form.invalid input.wpcf7-validates-as-required::-moz-placeholder {
  color: #000;
}

form.wpcf7-form.invalid
  input.wpcf7-validates-as-required
  :-ms-input-placeholder {
  color: #000;
}

textarea.form-control {
  border-radius: 0;
  color: #000;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
  border-color: #9c1615;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(167, 0, 0, 0.075),
    0 0 8px rgba(167, 0, 0, 0.075);
  box-shadow:
    inset 0 1px 1px rgba(167, 0, 0, 0.075),
    0 0 8px rgba(167, 0, 0, 0.075);
}

span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
  color: #000;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #9c1615;
}

a {
  transition: all 400ms ease-in-out;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
header .navbar {
  background-color: #9c1615;
  padding: 0px;
}

header .top-bar-wrap .sitelogo-wrap {
  width: 100%;
  max-width: 200px;
  margin-right: 25px;
  line-height: 1 !important;
  transition: all 400ms ease-in-out;
}

header .top-bar-wrap .sitelogo-wrap,
header .top-bar-wrap .navbar-brand {
  display: inline-block;
  padding: 0px !important;
}

header .top-bar-wrap .navbar-brand,
header .top-bar-wrap .navbar-brand img {
  width: 100%;
}

header .navbar .navbar-collapse {
  justify-content: center;
}

header .navbar .navbar-nav li {
  position: relative;
  /* width: 100%; */
}

header .navbar .navbar-nav li a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 36px;
  line-height: 1;
  display: inline-block;
}

header .navbar .navbar-nav > li:hover > a,
header .navbar .navbar-nav > li.active > a {
  background-color: #790f0f;
}

header .navbar .navbar-nav li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
  width: 300px;
  transform: translate(0px, 20px);
  background-color: #000000;
}

header .navbar .navbar-nav li:hover > ul {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

header .navbar .navbar-nav li ul a {
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
}

header .navbar .navbar-nav li ul li:hover > a,
header .navbar .navbar-nav li ul li.active > a {
  background-color: #790f0f;
  color: #fff;
}

header .navbar .navbar-nav li ul ul {
  top: 0%;
  left: 101%;
}

.top-bar-wrap .right-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/

figure {
  margin-bottom: 0;
}

.link-cover {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  left: 0px;
}

.overlay,
.line {
  position: relative;
}

.overlay:before,
.line:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.overlay.animate:before {
  width: 0%;
  transition: all 400ms ease-in-out;
}

.overlay.animate:hover:before {
  width: 100%;
}

.line:before {
  top: initial;
  width: 100px;
  height: 6px;
  margin: 0px auto;
  background-color: #9c1615;
}

.line {
  padding-bottom: 15px;
}

.des p:last-type {
  margin-bottom: 0;
}

.has-white-bg {
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  transition: all 400ms ease-in-out;
}

header.shrinked {
  transform: translateY(-75px);
}

header.shrinked .top-bar-wrap .sitelogo-wrap {
  max-width: 140px;
}

.top-bar-wrap .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar-wrap {
  background-image: url("../siteart/top-header-bg.jpg");
  padding: 10px 0px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.top-bar-wrap .top-bar-contact {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: 80px;
}

.top-bar-contact li {
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  display: block;
}

.top-bar-contact li a {
  font-weight: 600;
}

.top-bar-contact li:last-child {
  margin-right: 0px;
}

.top-bar-wrap .address {
  font-weight: 600;
}

.main-banner-slider {
  position: relative;
}

.main-slider {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

.main-slider li {
  position: relative;
}

.main-slider li .slider-content {
  position: absolute;
  top: 22%;
  bottom: 0px;
  color: #fff;
  left: 0px;
  right: 0px;
  z-index: 2;
}

.main-slider li figure {
  height: auto;
}

.main-slider li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.main-slider li .slider-content .text-wrapper,
.inner-banner-content {
  width: 65%;
}

.main-slider li .slider-content .text-wrapper h1,
.inner-banner-content h1 {
  font-size: 73px;
}

.inner-banner-content h1 {
  line-height: 1;
}

.main-slider li .slider-content .text-wrapper .des,
.inner-banner-content .des {
  font-size: 20px;
  margin-right: 35%;
}

.banner-extra-info h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.banner-extra-info .des {
  margin-bottom: 30px;
}

.btn-wrap a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #9c1615;
  font-size: 15px;
  font-weight: 500;
}

.banner-extra-info .btn-wrap a:hover {
  background-color: #fff;
  color: #000;
}

.banner-extra-info .extra-info {
  height: 505px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  width: 33.33%;
  padding: 0px 30px;
  position: relative;
  align-items: center;
  border-right: 1px solid #fff;
}

.banner-extra-info .extra-info h5,
.banner-extra-info .extra-info .des,
.banner-extra-info .extra-info .btn-wrap {
  position: relative;
  z-index: 1;
}

.banner-extra-info .extra-info:last-child {
  border-right: 0px;
}

.banner-extra-info .extra-info .des {
  padding: 0px 70px;
  line-height: 2;
}

.main-title {
  text-transform: uppercase;
}

.about-txt-wrap h5 {
  margin-bottom: 20px;
}

.about-txt-wrap h5:before {
  margin: 0;
}

.about-sec-wrap {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0px;
}

.about-sec-wrap .row {
  align-items: center;
}

.about-sec-wrap figure {
  position: relative;
}

.about-sec-wrap figure:after {
  height: 100%;
  top: 0px;
  left: initial;
  width: 246px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}

.about-sec-wrap .des strong {
  color: #9c1615;
}

.featured-brands-wrap {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.featured-images-wrap {
  padding: 170px 0px 30px;
  position: relative;
}

.featured-images-wrap:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  z-index: -1;
  max-width: 1280px;
  margin: 0 auto;
}

.contact-details-wrap .main-title {
  margin-bottom: 20px;
}

.contact-details-wrap {
  padding: 30px 0px;
}

.contact-details-wrap ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.fnt-semi {
  font-weight: 600;
}

.fnt-bold {
  font-weight: 700;
}

.fnt-exbold {
  font-weight: 800;
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.featured-product-wrap {
  display: inline-flex;
  align-items: center;
  margin: 10px auto;
  justify-content: space-between;
  max-width: 100%;
  background-color: #000;
}

.featured-product-wrap figure {
  width: calc(33.33% - 10px);
  margin: 0px 5px;
  height: auto;
  float: left;
}

.featured-product-wrap figure img {
  width: 100%;
  max-height: 100% !important;
  height: 100%;
  object-position: center;
  object-fit: cover;
  padding: 0px !important;
}

.featured-product-wrap figure:before {
  transition: all 400ms ease-in-out;
}

.featured-product-wrap figure:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.featured-product-wrap figcaption {
  position: absolute;
  bottom: 15px;
  top: 15px;
  right: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  text-align: center;
  line-height: 1.4;
}

.main-banner-slider .slick-active .text-wrapper {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

.image-effect {
  overflow: hidden;
}

.image-effect img {
  transition: all 400ms ease-in-out;
}

.image-effect:hover img {
  transform: scale(1.1);
}

.main-banner-slider {
  margin-top: 96px;
}

/*-------- Footer -------*/
footer {
  background-color: #222222;
  padding: 20px 0px;
}

footer .footer-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.footer-menu li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.footer-menu li a:hover {
  color: #9c1615;
}

.footer-menu li {
  margin-left: 20px;
}

.footer-menu li:first-child {
  margin-left: 0px;
}

.copyright-wrap {
  color: #fff;
  line-height: 1.4;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

/*--------- Inner Pages Css --------*/

.inner-banner-wrap {
  padding: 200px 0px 70px;
  margin-top: 110px;
}

.inner-banner-content {
  position: relative;
  z-index: 1;
}

.inner-title {
  border-bottom: 2px solid #9c1615;
  display: inline-block;
}

.inner-contents-wrap .content-main-wrap {
  padding: 80px 85px;
  background-color: #fff;
}

.slick-arrow:before {
  content: "";
  background-size: 100%;
  height: 40px;
  display: inline-block;
  width: 20px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
}

.featured-brands-wrap .slick-prev:before {
  background-image: url(../siteart/slider-arrow-left.png);
}

.featured-brands-wrap .slick-next:before {
  background-image: url(../siteart/slider-arrow-right.png);
}

.slick-arrow:hover {
  border: 0px;
}

.main-banner-slider .slick-arrow {
  z-index: 5;
  top: 50%;
}

.main-banner-slider .slick-prev {
  left: 50px;
}

.main-banner-slider .slick-next {
  right: 50px;
}

.main-banner-slider .slick-prev:before {
  background-image: url(../siteart/main-slider-arrow-left.png);
}

.main-banner-slider .slick-next:before {
  background-image: url(../siteart/main-slider-arrow-right.png);
}

.back-wrap {
  color: #fff;
}

.about-us-sec-wrap {
  padding: 30px 0px;
  background-image: url("../siteart/top-header-bg.jpg");
}

.about-us-sec-wrap figure {
  max-width: 12%;
  margin-bottom: 15px;
}

.contact-detail-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-detail-wrapper .map-wrapper iframe,
.contact-detail-wrapper .contact-detail-content {
  height: 350px;
}

.contact-detail-wrapper .map-wrapper {
  width: 65%;
  display: inline-flex;
}

.contact-detail-wrapper .map-wrapper iframe {
  width: 100%;
}

.contact-detail-wrapper .contact-detail-content {
  width: 35%;
  background-color: #9c1615;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 7%;
  color: #fff;
}

.contact-detail-wrapper .contact-detail-content * {
  color: #fff !important;
}

.contact-detail-wrapper .contact-detail-content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px;
}

.contact-detail-wrapper .contact-detail-content ul li a {
  color: #fff;
}

.contact-detail-wrapper .contact-detail-content ul li {
  margin-bottom: 20px;
}

.contact-detail-wrapper .contact-detail-content ul li:last-child {
  margin-bottom: 0px;
}

.contact-detail-wrapper .btn-wrapper {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 15px 30px;
  line-height: 1;
}

.contact-detail-wrapper .btn-wrapper:hover {
  background-color: #fff;
  color: #000;
}

.contact-detail-wrapper .btn-wrapper i {
  font-size: 10px;
  background-color: #fff;
  color: #000;
  line-height: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
}

.contact-detail-wrapper .btn-wrapper:hover i {
  background-color: #000;
  color: #fff;
}

.inner-contents-wrap {
  background-image: url("../siteart/top-header-bg.jpg");
}

.menu-btn-wrap {
  display: none;
}

.pri-color {
  color: #9c1615;
}

.about-content-wrap h2 {
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 32px;
}

.about-content-wrap h2 span {
  font-weight: 600;
}

.new-banner-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  margin-top: 7%;
}

.menu-btn-wrap {
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
  margin-top: 24px;
  font-size: 30px;
  transform: scaleX(1.4);
}

/* Captcha left */

.CaptchaPanel {
  margin: 10px 0px 10px 0px;
  text-align: left !important;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .container.cf {
    max-width: 100% !important;
  }
}
