@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-LightItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-SemiboldItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-ThinItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-HeavyItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-UltralightItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-UltralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
/* line 1, ../sass/_header.scss */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  /*background: url(../images/Homepage.jpg) no-repeat 50% 0;*/
  line-height: 100%;
  font-family: 'SF Pro Display';
}

/* line 9, ../sass/_header.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 21, ../sass/_header.scss */
ol,
ul {
  list-style: none;
}

/* line 24, ../sass/_header.scss */
blockquote,
q {
  quotes: none;
}

/* line 27, ../sass/_header.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 32, ../sass/_header.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 34, ../sass/_header.scss */
h1, h2, h3, h4, h5, h6, p, a, input {
  font-family: 'SF Pro Display';
}

/* line 35, ../sass/_header.scss */
h1 {
  font-size: 30px;
  line-height: 44px;
  color: #363434;
  font-weight: 600;
  margin: 0 0 25px;
}

/* line 36, ../sass/_header.scss */
h2 {
  font-size: 24px;
  line-height: 25px;
  color: #333;
  font-weight: 400;
  margin: 0 0 20px;
}

/* line 37, ../sass/_header.scss */
h2 span {
  color: #003c97;
}

/* line 38, ../sass/_header.scss */
h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 20px;
}

/* line 39, ../sass/_header.scss */
h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 20px;
}

/* line 40, ../sass/_header.scss */
h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 20px;
}

/* line 41, ../sass/_header.scss */
h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 15px;
}

/* line 43, ../sass/_header.scss */
p {
  font-size: 14px;
  line-height: 24px;
  color: #4f4d4d;
  font-weight: 300;
  margin: 0 0 20px;
}
video {
    background: #000;
    border-radius: 10px;
    margin-bottom: 20px;
}
/* line 50, ../sass/_header.scss */
a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-decoration: none;
}
/* line 58, ../sass/_header.scss */
a:hover {
  text-decoration: none;
}
/* line 59, ../sass/_header.scss */
a:focus {
  outline: none;
}

/* line 62, ../sass/_header.scss */
*:focus {
  outline: 0 !important;
}

/* line 66, ../sass/_header.scss */
input,
textarea,
button {
  outline: none;
  -moz-appearance: none;
}

/* line 70, ../sass/_header.scss */
input[type='submit'],
button {
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
  box-shadow: none;
}

/* line 77, ../sass/_header.scss */
input:focus,
button:focus {
  outline: none;
  box-shadow: none !important;
}

/* line 82, ../sass/_header.scss */
button:active,
input:active {
  outline: none;
  box-shadow: none;
}

/* line 84, ../sass/_header.scss */
button:focus {
  outline: 0;
  box-shadow: none;
  box-shadow: none;
}

/* line 86, ../sass/_header.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 91, ../sass/_header.scss */
select:focus {
  outline: -1px solid white !important;
  outline-offset: -2px !important;
}
/* line 92, ../sass/_header.scss */
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}

/* line 95, ../sass/_header.scss */
.container {
  max-width: 1170px;
  margin: 0 auto;
}
/* line 99, ../sass/_header.scss */
.container::before {
  content: '';
  display: block;
  clear: both;
}
/* line 100, ../sass/_header.scss */
.container::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1040px) {
  /* line 95, ../sass/_header.scss */
  .container {
    max-width: 100% !important;
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  /* line 95, ../sass/_header.scss */
  .container {
    padding: 0 15px;
  }
}

/* line 111, ../sass/_header.scss */
.headertopbar {
  height: 50px;
  line-height: 49px;
  background: linear-gradient(0deg, #1F1F1F, #1F1F1F), #F5F5F5;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width: 500px) {
  /* line 111, ../sass/_header.scss */
  .headertopbar {
    height: 40px;
    line-height: 40px;
  }
}
/* line 127, ../sass/_header.scss */
.headertopbar .tel {
  background: url(../images/tel.png) no-repeat 0 50%;
  padding-left: 24px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 49px;
  /* identical to box height, or 18px */
  color: #FFFFFF;
  float: right;
}
@media (max-width: 500px) {
  /* line 127, ../sass/_header.scss */
  .headertopbar .tel {
    line-height: 40px;
  }
}
/* line 145, ../sass/_header.scss */
.headertopbar::before {
  content: '';
  display: block;
  clear: both;
}
/* line 146, ../sass/_header.scss */
.headertopbar::after {
  content: '';
  display: block;
  clear: both;
}

/* line 149, ../sass/_header.scss */
.headercontainer {
  max-width: 1170px;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1040px) {
  /* line 149, ../sass/_header.scss */
  .headercontainer {
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  /* line 149, ../sass/_header.scss */
  .headercontainer {
    padding: 10px 5px;
  }
}
/* line 162, ../sass/_header.scss */
.headercontainer::before {
  content: '';
  display: block;
  clear: both;
}
/* line 163, ../sass/_header.scss */
.headercontainer::after {
  content: '';
  display: block;
  clear: both;
}
/* line 165, ../sass/_header.scss */
.headercontainer .logoarea {
  padding: 0;
  margin-left: 0px;
  float: left;
  width: 160px;
  text-align: left;
}
@media (max-width: 500px) {
  /* line 165, ../sass/_header.scss */
  .headercontainer .logoarea {
    float: none;
  }
}
/* line 176, ../sass/_header.scss */
.headercontainer .headerrightarea {
  float: right;
  text-align: right;
}
@media (max-width: 500px) {
  /* line 176, ../sass/_header.scss */
  .headercontainer .headerrightarea {
    float: none;
    text-align: center;
  }
}
/* line 185, ../sass/_header.scss */
.headercontainer .mobilemenuclose {
  display: none;
}
/* line 186, ../sass/_header.scss */
.headercontainer .bsntopmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 500px) {
  /* line 186, ../sass/_header.scss */
  .headercontainer .bsntopmenu {
    text-align: center;
  }
}
/* line 196, ../sass/_header.scss */
.headercontainer .bsntopmenu ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  /* line 196, ../sass/_header.scss */
  .headercontainer .bsntopmenu ul {
    justify-content: center;
  }
}
/* line 208, ../sass/_header.scss */
.headercontainer .bsntopmenu ul li {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.4%;
  /* identical to box height, or 20px */
  color: #1F1F1F;
  padding: 0;
  margin: 10px 0 10px 36px;
  text-transform: capitalize;
  display: block;
  position: relative;
}
@media (max-width: 500px) {
  /* line 208, ../sass/_header.scss */
  .headercontainer .bsntopmenu ul li {
    margin: 0px 20px;
  }
}
/* line 227, ../sass/_header.scss */
.headercontainer .bsntopmenu ul li a {
  display: block;
  color: #1F1F1F;
  margin: 0;
  padding: 5px 0px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  line-height: 22px;
}
/* line 240, ../sass/_header.scss */
.headercontainer .bsntopmenu ul li a:hover {
  color: #8a400c;
}

/* line 6, ../sass/_home.scss */
.bannerBg {
  background: #f5f5f7;
  text-align: center;
}
/* line 10, ../sass/_home.scss */
.bannerBg img {
  max-width: 100%;
  margin: auto;
}
/* line 12, ../sass/_home.scss */
.bannerBg ul.slick-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0px auto;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
}
@media (max-width: 1040px) {
  /* line 12, ../sass/_home.scss */
  .bannerBg ul.slick-dots {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  /* line 12, ../sass/_home.scss */
  .bannerBg ul.slick-dots {
    margin-top: 0px;
  }
}
@media (max-width: 500px) {
  /* line 12, ../sass/_home.scss */
  .bannerBg ul.slick-dots {
    margin-top: 0px;
    padding: 0px;
    bottom: 10px;
  }
}
/* line 36, ../sass/_home.scss */
.bannerBg ul.slick-dots li {
  margin: 0 5px;
}
/* line 41, ../sass/_home.scss */
.bannerBg ul.slick-dots li.slick-active button {
  background: #99592a;
}
/* line 47, ../sass/_home.scss */
.bannerBg ul.slick-dots button {
  background: #a5a5a5;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  font-size: 0;
  border: 0;
}
/* line 58, ../sass/_home.scss */
.bannerBg button.slick-arrow {
  position: absolute;
  top: 50%;
  display: none !important;
}
@media (max-width: 1040px) {
  /* line 58, ../sass/_home.scss */
  .bannerBg button.slick-arrow {
    display: none !important;
  }
}
/* line 67, ../sass/_home.scss */
.bannerBg button.slick-prev.slick-arrow {
  left: -50px;
  background: #f5f5f7 url(../images/bannerarrowleft.png) no-repeat 50% 100%;
  width: 48px;
  height: 48px;
  font-size: 0;
  border: 0;
  border-radius: 100%;
}
/* line 76, ../sass/_home.scss */
.bannerBg button.slick-prev.slick-arrow:hover {
  box-shadow: 0px 0px 10px 0px #d7d7d7;
}
/* line 78, ../sass/_home.scss */
.bannerBg button.slick-next.slick-arrow {
  right: -50px;
  background: #f5f5f7 url(../images/bannerarrowright.png) no-repeat 50% 100%;
  width: 48px;
  height: 48px;
  font-size: 0;
  border: 0;
  border-radius: 100%;
}
/* line 87, ../sass/_home.scss */
.bannerBg button.slick-next.slick-arrow:hover {
  box-shadow: 0px 0px 10px 0px #d7d7d7;
}
@media (max-width: 1040px) {
  /* line 6, ../sass/_home.scss */
  .bannerBg {
    height: 400px;
  }
}
@media (max-width: 991px) {
  /* line 6, ../sass/_home.scss */
  .bannerBg {
    height: 300px;
  }
}
@media (max-width: 500px) {
  /* line 6, ../sass/_home.scss */
  .bannerBg {
    height: auto;
    background-position: -190px;
  }
}
/* line 104, ../sass/_home.scss */
.bannerBg::before {
  content: '';
  display: block;
  clear: both;
}
/* line 105, ../sass/_home.scss */
.bannerBg::after {
  content: '';
  display: block;
  clear: both;
}
/* line 107, ../sass/_home.scss */
.bannerBg .bannerleftarea {
  max-width: 500px;
  text-align: center;
  margin: 168px 0 0 40px;
  float: left;
}
@media (max-width: 1040px) {
  /* line 107, ../sass/_home.scss */
  .bannerBg .bannerleftarea {
    max-width: 450px;
    margin: 90px 0 0 0px;
  }
}
@media (max-width: 991px) {
  /* line 107, ../sass/_home.scss */
  .bannerBg .bannerleftarea {
    max-width: 350px;
    margin: 50px 0 0 0px;
  }
}
@media (max-width: 500px) {
  /* line 107, ../sass/_home.scss */
  .bannerBg .bannerleftarea {
    max-width: 100%;
    float: none;
    margin: 0;
    padding: 40px 0 20px;
  }
}
/* line 128, ../sass/_home.scss */
.bannerBg .bannerleftarea h1 {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  /* or 140% */
  text-align: center;
  color: #1F1F1F;
  padding: 0;
  margin: 0 0 18px;
}
@media (max-width: 1040px) {
  /* line 128, ../sass/_home.scss */
  .bannerBg .bannerleftarea h1 {
    font-size: 34px;
    line-height: 50px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  /* line 128, ../sass/_home.scss */
  .bannerBg .bannerleftarea h1 {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 10px;
  }
}
/* line 152, ../sass/_home.scss */
.bannerBg .bannerleftarea p {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  text-align: center;
  color: #1F1F1F;
  padding: 0;
  margin: 0 0 40px;
}
@media (max-width: 1040px) {
  /* line 152, ../sass/_home.scss */
  .bannerBg .bannerleftarea p {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  /* line 152, ../sass/_home.scss */
  .bannerBg .bannerleftarea p {
    margin: 0 0 20px;
  }
}
/* line 171, ../sass/_home.scss */
.bannerBg .bannerleftarea a {
  width: 145px;
  margin: 0 auto;
  height: 50px;
  line-height: 49px;
  background: #1F1F1F;
  border-radius: 25px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  text-align: center;
}
/* line 187, ../sass/_home.scss */
.bannerBg .bannerleftarea a:hover {
  color: #fff;
  background: #8a400c;
}
/* line 191, ../sass/_home.scss */
.bannerBg .bannerlogoarea {
  float: right;
  margin: 205px 0px 0 0;
}
/* line 195, ../sass/_home.scss */
.bannerBg .bannerlogoarea img {
  width: 100%;
}
@media (max-width: 1040px) {
  /* line 191, ../sass/_home.scss */
  .bannerBg .bannerlogoarea {
    margin: 125px 0px 0 0;
    width: 410px;
  }
}
@media (max-width: 991px) {
  /* line 191, ../sass/_home.scss */
  .bannerBg .bannerlogoarea {
    margin: 95px 0px 0 0;
    width: 270px;
  }
}
@media (max-width: 500px) {
  /* line 191, ../sass/_home.scss */
  .bannerBg .bannerlogoarea {
    width: 100%;
    float: none;
    margin: 20px 0px 20px;
  }
}

/* line 221, ../sass/_home.scss */
.sliderwrapper {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  /* line 221, ../sass/_home.scss */
  .sliderwrapper {
    margin-bottom: 40px;
  }
}
/* line 229, ../sass/_home.scss */
.sliderwrapper::before {
  content: '';
  display: block;
  clear: both;
}
/* line 230, ../sass/_home.scss */
.sliderwrapper::after {
  content: '';
  display: block;
  clear: both;
}

/* line 233, ../sass/_home.scss */
a.btnclick {
  width: 180px;
  margin: 0 auto;
  height: 50px;
  line-height: 49px;
  background: #1F1F1F;
  border-radius: 25px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  text-align: center;
}
/* line 249, ../sass/_home.scss */
a.btnclick:hover {
  color: #fff;
  background: #8a400c;
}

/* line 252, ../sass/_home.scss */
.slider1stBg {
  background:
	linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.5)),
	#fff url(../images/slider1stBg.png) no-repeat 100% 0;
  background-size: 100%;
  padding: 70px 0;
}
/* line 257, ../sass/_home.scss */
.slider1stBg a.btnclick {
  width: 180px;
  margin: 0 auto;
  height: 50px;
  line-height: 49px;
  background: #1F1F1F;
  border-radius: 25px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  text-align: center;
}
/* line 273, ../sass/_home.scss */
.slider1stBg a.btnclick:hover {
  color: #fff;
  background: #8a400c;
}
/* line 276, ../sass/_home.scss */
.slider1stBg h2 {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 76px;
  color: #FFFFFF;
  margin: 0 0 28px;
  padding: 0;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  /* line 276, ../sass/_home.scss */
  .slider1stBg h2 {
    font-size: 60px;
    line-height: 76px;
    margin: 0 0 20px;
  }
}
@media (max-width: 500px) {
  /* line 276, ../sass/_home.scss */
  .slider1stBg h2 {
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 0px;
  }
}
@media (max-width: 1024px) {
  /* line 252, ../sass/_home.scss */
  .slider1stBg {
    height: auto;
  }
}
@media (max-width: 991px) {
  /* line 252, ../sass/_home.scss */
  .slider1stBg {
    padding: 40px 0;
  }
}
@media (max-width: 500px) {
  /* line 252, ../sass/_home.scss */
  .slider1stBg {
    padding: 25px 0 40px;
  }
}
/* line 309, ../sass/_home.scss */
.slider1stBg::before {
  content: '';
  display: block;
  clear: both;
}
/* line 310, ../sass/_home.scss */
.slider1stBg::after {
  content: '';
  display: block;
  clear: both;
}

/* line 313, ../sass/_home.scss */
.slider1starea {
  width: 540px;
  float: left;
}

@media (max-width: 1030px) {
  /* line 313, ../sass/_home.scss */
  .slider1starea {
    width: 480px;
    float: left;
  }
}
@media (max-width: 991px) {
  /* line 313, ../sass/_home.scss */
  .slider1starea {
    width: 100%;
    float: none;
  }
}

/* line 322, ../sass/_home.scss */
.slider1st {
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 50px rgba(153, 89, 42, 0.12);
  border-radius: 17px;
  margin: 50px 0px 40px 0;
  padding: 30px 30px 10px;
  box-sizing: border-box;
}
.slider1st::before{ content: ''; display: block; clear: both; }
.slider1st::after{ content: ''; display: block; clear: both; }

.slider2nd::before{ content: ''; display: block; clear: both; }
.slider2nd::after{ content: ''; display: block; clear: both; }

@media (max-width: 1024px) {
  /* line 322, ../sass/_home.scss */
  .slider1st {
    width: 480px;
    margin: 40px auto 40px;
    float: none;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  /* line 322, ../sass/_home.scss */
  .slider1st {
    width: 570px;
    margin: 40px auto 40px;
    float: none;
    padding: 30px;
  }
  .homeheading img { height: 60px; }
}
@media (max-width: 500px) {
  /* line 322, ../sass/_home.scss */
  .slider1st {
    width: 100%;
    margin: 40px auto 40px;
    float: none;
    padding: 10px;
  }
  .homeheading img {
      height: 30px;
  }

}
/* line 351, ../sass/_home.scss */
.slider1st .slider-for {
  margin: 0;
  overflow: hidden;
}
.slider2nd .slider-for2 {
  margin: 0;
  overflow: hidden;
}


@media (max-width: 1040px) {
  /* line 351, ../sass/_home.scss */
  .slider1st .slider-for {
    margin: 0px 60px 0 60px;
    padding-top: 80px;
  }

}
@media (max-width: 991px) {
  /* line 351, ../sass/_home.scss */
  .slider1st .slider-for {
    margin: 0px;
    padding: 60px 20px 80px;
    height: auto;
  }
}
@media (max-width: 500px) {
  /* line 351, ../sass/_home.scss */
  .slider1st .slider-for {
    margin: 0px 20px;
    padding: 50px 0 0;
  }
}
/* line 370, ../sass/_home.scss */
.slider1st .slider-nav {
  margin: 0;
}
@media (max-width: 1040px) {
  /* line 370, ../sass/_home.scss */
  .slider1st .slider-nav {
    margin: 0px 80px 0;
  }
}
@media (max-width: 991px) {
  /* line 370, ../sass/_home.scss */
  .slider1st .slider-nav {
    margin: 0 10px 15px 10px;
  }
}
@media (max-width: 500px) {
  /* line 370, ../sass/_home.scss */
  .slider1st .slider-nav {
    margin: 0px 0px 40px;
  }
}
/* line 384, ../sass/_home.scss */
.slider1st .slider-for .slick-slide img {
  display: block;
  margin: auto;
  max-width: 100%;
}
/* line 390, ../sass/_home.scss */
 .slider1st .slider-nav .slick-slide {
    float: none;
    display: block;
    padding: 10px;
    width: 70px !important;
    border: 2px solid #fff;
}
.slider1st .slider-nav .slick-slide.slick-current.slick-active {
    position: relative;
    border: 2px solid #8b420d;
}
.slider1st .slider-nav .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

/* line 393, ../sass/_home.scss */
/*.slider1st .slider-nav .slick-slide.slick-current.slick-active:before {
  content: '';
  border-top: 3px solid #8b420d;
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
}*/
/* line 402, ../sass/_home.scss */
.slider1st .slider-nav .slick-list.draggable {
  border-top: 0px solid #d6d6d6;
  /*border-radius: 8px;*/
}
/* line 406, ../sass/_home.scss */
.slider1st .slider-nav img {
  height: 70px;
  margin: auto;
}
/* line 410, ../sass/_home.scss */
.slider1st .slider-nav .slick-slide {
  display: block;
  padding: 10px;
  /*border-right: 2px solid #f1f1f1;*/
}



/* line 418, ../sass/_home.scss */
.slider1st .slick-arrow {
  display: none !important;
}
/* line 419, ../sass/_home.scss */
.slider1st .slick-dots {
  display: none !important;
}
/* line 420, ../sass/_home.scss */
.slider1st .action {
  display: none;
}

/* line 424, ../sass/_home.scss */
.slider2ndBg {
  background: #fff url(../images/slider2ndBg.png) no-repeat 0 0;
  height: 962px;
  background-size: 100%;
}
@media (max-width: 1040px) {
  /* line 424, ../sass/_home.scss */
  .slider2ndBg {
    height: 840px;
  }
}
@media (max-width: 991px) {
  /* line 424, ../sass/_home.scss */
  .slider2ndBg {
    height: auto;
  }
}
/* line 436, ../sass/_home.scss */
.slider2ndBg::before {
  content: '';
  display: block;
  clear: both;
}
/* line 437, ../sass/_home.scss */
.slider2ndBg::after {
  content: '';
  display: block;
  clear: both;
}

/* line 439, ../sass/_home.scss */
.slider2ndarea {
  width: 540px;
  float: right;
}
@media (max-width: 1030px) {
  /* line 439, ../sass/_home.scss */
  .slider2ndarea {
    width: 480px;
    float: right;
  }
}

@media (max-width: 991px) {
  /* line 439, ../sass/_home.scss */
  .slider2ndarea {
    width: 100%;
    float: none;
  }
}

/* line 448, ../sass/_home.scss */
.slider2nd {
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 50px rgba(153, 89, 42, 0.12);
  border-radius: 17px;
  margin: 50px 0px 40px 0;
  padding: 30px 30px 10px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  /* line 448, ../sass/_home.scss */
  .slider2nd {
    width: 480px;
    margin: 40px auto 40px;
    float: none;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  /* line 448, ../sass/_home.scss */
  .slider2nd {
    width: 570px;
    margin: 40px auto 40px;
    float: none;
    padding: 30px;
  }
}
@media (max-width: 500px) {
  /* line 448, ../sass/_home.scss */
  .slider2nd {
    width: 100%;
    margin: 40px auto 40px;
    float: none;
    padding: 10px;
  }
}
/* line 477, ../sass/_home.scss */

.slider2nd .slider-for2 {
    margin: 0 0 0 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    float: none;
}
@media (max-width: 1030px) {
    .slider2nd .slider-for2 {width: 100%;}
}

@media (max-width: 991px) {
  /* line 477, ../sass/_home.scss */
  .slider2nd .slider-for2 {
    width: 100%;
    margin: 0 0 0 0px;
    padding:0px;
    height: auto;
  }
}

/* line 492, ../sass/_home.scss */

.slider2nd .slider-nav2 {
    margin: 0 0 36px;
    width: 100%;
    float: none;
}


@media (max-width: 500px) {
  /* line 492, ../sass/_home.scss */
  .slider2nd .slider-nav2 {
    margin: 0 0px 15px;
  }
}
/* line 501, ../sass/_home.scss */
.slider2nd .slider-for2 .slick-slide img {
  display: block;
  margin: auto;
  max-width: 100%;
}
/* line 507, ../sass/_home.scss */
.slider2nd .slider-nav2 .slick-slide.slick-current.slick-active {
  position: relative;
  border: 2px solid #8b420d;
}
/* line 510, ../sass/_home.scss */
.slider2nd .slider-nav2 .slick-slide {
    float: none;
    display: block;
    padding: 10px;
    width: 70px !important;
    border: 2px solid #fff;
}
/* line 520, ../sass/_home.scss */
.slider2nd .slider-nav2 img {
  height: 70px;
  margin: auto;
}
/* line 524, ../sass/_home.scss */
.slider2nd .slider-nav2 .slick-slide {
  display: block;
  padding: 10px;
  float: left;
}

/* line 535, ../sass/_home.scss */
.slider2nd .slick-arrow {
  display: none !important;
}
/* line 536, ../sass/_home.scss */
.slider2nd .slick-dots {
  display: none !important;
}
/* line 537, ../sass/_home.scss */
.slider2nd .action {
  display: none;
}

/* line 540, ../sass/_home.scss */
.coinBtnarea {
  float: left;
  margin: 192px 0 0 30px;
  width: 324px;
}
@media (max-width: 991px) {
  /* line 540, ../sass/_home.scss */
  .coinBtnarea {
    margin: 0px auto;
    padding: 80px 0 0;
    float: none;
  }
}
@media (max-width: 500px) {
  /* line 540, ../sass/_home.scss */
  .coinBtnarea {
    margin: 0px auto;
    padding: 40px 0 0;
    float: none;
  }
}

/* line 557, ../sass/_home.scss */
a.coinBtn {
  display: block;
  width: 340px;
  height: 61px;
  line-height: 60px;
  background: #99592A url(../images/coinsicon2.png) no-repeat 36px 50%;
  border-radius: 37px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  /* identical to box height, or 23px */
  color: #FFFFFF;
  padding-left: 80px;
  margin-bottom: 24px;
  text-decoration: none;
  box-sizing: border-box;
}
/* line 575, ../sass/_home.scss */
a.coinBtn:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  /* line 557, ../sass/_home.scss */
  a.coinBtn {
    background: #99592A url(../images/coinsicon2.png) no-repeat 25px 50%;
    padding-left: 60px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  /* line 557, ../sass/_home.scss */
  a.coinBtn {
    background: #99592A url(../images/coinsicon2.png) no-repeat 36px 50%;
    padding-left: 80px;
    font-size: 18px;
  }
}

/* line 588, ../sass/_home.scss */
a.whitecoinBtn {
  display: block;
  width: 340px;
  height: 61px;
  line-height: 60px;
  background: #fff url(../images/coinsicon.png) no-repeat 36px 50%;
  border-radius: 37px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  /* identical to box height, or 23px */
  color: #965021;
  padding-left: 80px;
  margin: 0 10px 24px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}
/* line 607, ../sass/_home.scss */
a.whitecoinBtn:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  /* line 588, ../sass/_home.scss */
  a.whitecoinBtn {
    background: #fff url(../images/coinsicon.png) no-repeat 25px 50%;
    padding-left: 60px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  /* line 588, ../sass/_home.scss */
  a.whitecoinBtn {
    margin: 0 0px 24px;
    background: #fff url(../images/coinsicon.png) no-repeat 36px 50%;
    font-size: 18px;
    padding-left: 80px;
  }
}

/* line 624, ../sass/_home.scss */
.reviewsection {
  max-width: 1170px;
  padding: 0 0px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  height: 163px;
  line-height: 163px;
  background: linear-gradient(239.57deg, #FFF8D6 29.47%, #FAE6DB 100%);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  /* line 637, ../sass/_home.scss */
  .reviewsection img {
    margin-bottom: 20px;
  }
}
/* line 644, ../sass/_home.scss */
.reviewsection a {
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  /* line 644, ../sass/_home.scss */
  .reviewsection a {
    margin-bottom: 20px;
  }
}
/* line 653, ../sass/_home.scss */
.reviewsection::before {
  content: '';
  display: block;
  clear: both;
}
/* line 654, ../sass/_home.scss */
.reviewsection::after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 1900px) {
  /* line 624, ../sass/_home.scss */
  .reviewsection {
    margin: 50px auto 50px;
  }
}
@media (max-width: 1040px) {
  /* line 624, ../sass/_home.scss */
  .reviewsection {
    margin: 0px 20px 30px;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  /* line 624, ../sass/_home.scss */
  .reviewsection {
    margin: 0px 20px 30px;
    padding: 0 30px;
    height: 120px;
    line-height: 120px;
  }
}
@media (max-width: 500px) {
  /* line 624, ../sass/_home.scss */
  .reviewsection {
    margin: 0px 15px 30px;
    padding: 15px 10px;
    height: auto;
    line-height: 50px;
    display: block;
    text-align: center;
  }
}

/* line 680, ../sass/_home.scss */
.sizedarea {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 24px;
  padding: 0 30px;
}
/* line 692, ../sass/_home.scss */
.sizedarea select {
  border: 2px solid #ccc;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  width: 240px;
  padding: 0 15px;
  border-radius: 8px;
  margin-left: 10px;
  background: #fff url(../images/downarrow.png) no-repeat 90% 50%;
}

/* line 705, ../sass/_home.scss */
.coinslinksection {
  max-width: 1170px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 50px auto 26px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 716, ../sass/_home.scss */
.coinslinksection::before {
  content: '';
  display: block;
  clear: both;
}
/* line 717, ../sass/_home.scss */
.coinslinksection::after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 1900px) {
  /* line 705, ../sass/_home.scss */
  .coinslinksection {
    margin: 50px auto 26px;
  }
}
@media (max-width: 1040px) {
  /* line 705, ../sass/_home.scss */
  .coinslinksection {
    margin: 40px 20px 14px;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  /* line 705, ../sass/_home.scss */
  .coinslinksection {
    margin: 40px 0px 14px;
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  /* line 705, ../sass/_home.scss */
  .coinslinksection {
    margin: 30px 0px 30px;
    padding: 0 15px;
    display: block;
  }
}

/* line 738, ../sass/_home.scss */
.aboutuswrapper {
  margin: 0 0 317px;
}
@media (min-width: 1900px) {
  /* line 738, ../sass/_home.scss */
  .aboutuswrapper {
    margin: 50px 0 317px;
  }
}
@media (max-width: 1040px) {
  /* line 738, ../sass/_home.scss */
  .aboutuswrapper {
    margin: 0 0 220px;
  }
}
@media (max-width: 991px) {
  /* line 738, ../sass/_home.scss */
  .aboutuswrapper {
    margin: 0 0 150px;
  }
}
@media (max-width: 500px) {
  /* line 738, ../sass/_home.scss */
  .aboutuswrapper {
    margin: 0 0 40px;
  }
}
/* line 754, ../sass/_home.scss */
.aboutuswrapper::before {
  content: '';
  display: block;
  clear: both;
}
/* line 755, ../sass/_home.scss */
.aboutuswrapper::after {
  content: '';
  display: block;
  clear: both;
}
/* line 757, ../sass/_home.scss */
.aboutuswrapper .aboutsection {
  background: #1f1f1f;
  padding: 60px 0px 0px;
  box-sizing: border-box;
  height: 495px;
}
@media (max-width: 500px) {
  /* line 757, ../sass/_home.scss */
  .aboutuswrapper .aboutsection {
    height: auto;
    padding: 40px 0px 0px;
  }
}
/* line 768, ../sass/_home.scss */
.aboutuswrapper .aboutsection::before {
  content: '';
  display: block;
  clear: both;
}
/* line 769, ../sass/_home.scss */
.aboutuswrapper .aboutsection::after {
  content: '';
  display: block;
  clear: both;
}
/* line 771, ../sass/_home.scss */
.aboutuswrapper .aboutsection h2 {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #FFFFFF;
  margin: 0 0 28px;
  padding: 0;
  text-align: center;
}
/* line 783, ../sass/_home.scss */
.aboutuswrapper .aboutsection p {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 0 0 28px;
  padding: 0px 160px 0px;
}
@media (max-width: 991px) {
  /* line 783, ../sass/_home.scss */
  .aboutuswrapper .aboutsection p {
    padding: 0px 60px 0px;
  }
}
@media (max-width: 500px) {
  /* line 783, ../sass/_home.scss */
  .aboutuswrapper .aboutsection p {
    padding: 0px 20px 0px;
  }
}
/* line 804, ../sass/_home.scss */
.aboutuswrapper .aboutsection a {
  width: 116px;
  margin: 0 auto 70px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
}
/* line 820, ../sass/_home.scss */
.aboutuswrapper .aboutsection a:hover {
  color: #fff;
  background: #8a400c;
}
@media (max-width: 500px) {
  /* line 804, ../sass/_home.scss */
  .aboutuswrapper .aboutsection a {
    margin: 0 auto 40px;
  }
}
/* line 826, ../sass/_home.scss */
.aboutuswrapper .aboutsection img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  /* line 826, ../sass/_home.scss */
  .aboutuswrapper .aboutsection img {
    height: 270px;
  }
}
@media (max-width: 991px) {
  /* line 826, ../sass/_home.scss */
  .aboutuswrapper .aboutsection img {
    height: 220px;
  }
}
@media (max-width: 500px) {
  /* line 826, ../sass/_home.scss */
  .aboutuswrapper .aboutsection img {
    height: auto;
    width: 100%;
  }
}
/* line 845, ../sass/_home.scss */
.aboutuswrapper::before {
  content: '';
  display: block;
  clear: both;
}
/* line 846, ../sass/_home.scss */
.aboutuswrapper::after {
  content: '';
  display: block;
  clear: both;
}

/* line 850, ../sass/_home.scss */
a.quantityBtn {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #1F1F1F;
  border-radius: 37px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* identical to box height, or 23px */
  color: #FFFFFF;
  margin-bottom: 24px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px;
}
/* line 869, ../sass/_home.scss */
a.quantityBtn:hover {
  text-decoration: none;
  background: #8a400c;
}

/* line 4, ../sass/_innerpage.scss */
.ourproductbanner {
  background: #15152f;
  /*height: 580px;*/
  text-align: center;
}
@media (min-width: 1900px) {
  /* line 4, ../sass/_innerpage.scss */
  .ourproductbanner {
    /*height: 580px;*/
  }
}
/* line 13, ../sass/_innerpage.scss */
.ourproductbanner img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}

/* line 21, ../sass/_innerpage.scss */
.productwrapper {
  padding: 50px 0px 70px;
  box-sizing: border-box;
  background: #f5f5f7;
  margin-bottom: 50px;
}
@media (max-width: 1040px) {
  /* line 21, ../sass/_innerpage.scss */
  .productwrapper {
    padding: 50px 20px 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  /* line 21, ../sass/_innerpage.scss */
  .productwrapper {
    padding: 30px 20px 40px;
  }
}
/* line 35, ../sass/_innerpage.scss */
.productwrapper h2 {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #333333;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}
@media (max-width: 1040px) {
  /* line 35, ../sass/_innerpage.scss */
  .productwrapper h2 {
    margin: 0 0 20px;
  }
}
/* line 51, ../sass/_innerpage.scss */
.productwrapper .productarea {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 58, ../sass/_innerpage.scss */
.productwrapper .productarea .box {
  width:540px;
  box-sizing: border-box;
  padding: 30px 30px 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  /*display: flex;
  justify-content:flex-start;
  align-items: flex-start;*/
}
@media (max-width: 991px) {
  /* line 58, ../sass/_innerpage.scss */
  .productwrapper .productarea .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  /* line 58, ../sass/_innerpage.scss */
  .productwrapper .productarea .box {
    flex-wrap: wrap;
    padding: 40px 30px 40px;
  }
}
/* line 79, ../sass/_innerpage.scss */
.productwrapper .productarea .box .imagearea {
  width: 100%;
  margin-right: 0px;
  display: block;
  align-items: center;
  justify-content: center;
  min-height: 470px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1030px) {
  /* line 79, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .imagearea {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  /* line 79, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .imagearea {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    min-height: 290px;
  }
}
/* line 98, ../sass/_innerpage.scss */
.productwrapper .productarea .box .contentarea {
  width: 100%;
  height: 510px;
  position: relative;
}
 
@media (max-width: 991px) {
  /* line 98, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .contentarea {
    height: auto;
  }
}
@media (max-width: 500px) {
  /* line 98, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .contentarea {
    width: 100%;
    height: auto;
  }
}
/* line 114, ../sass/_innerpage.scss */
.productwrapper .productarea .box .contentarea h3 {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #333333;
  margin: 15px 0 18px;
}
@media (max-width: 1040px) {
  /* line 114, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .contentarea h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  /* line 114, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .contentarea h3 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 3px;
  }
}
@media (max-width: 500px) {
  /* line 114, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .contentarea h3 {
    font-size: 22px;
    line-height: 31px;
  }
}
/* line 136, ../sass/_innerpage.scss */
.productwrapper .productarea .box .contentarea p {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  margin: 0 0 20px;
}
@media (max-width: 1040px) {
  /* line 136, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .contentarea p {
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  /* line 136, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .contentarea p {
    font-size: 20px;
    line-height: 31px;
  }
}
@media (max-width: 500px) {
  /* line 136, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .contentarea p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 30px;
  }
}
/* line 158, ../sass/_innerpage.scss */
.productwrapper .productarea .box .contentarea a {
  display: block;
  width: 145px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  background: #1F1F1F;
  color: #fff;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  /* line 158, ../sass/_innerpage.scss */
  .productwrapper .productarea .box .contentarea a {
    position: relative;
  }
}
/* line 175, ../sass/_innerpage.scss */
.productwrapper .productarea .box .contentarea a:hover {
  color: #fff;
  background: #8a400c;
}

/* line 187, ../sass/_innerpage.scss */
.whyusbannerarea {
  background: #15152f;
  /*height: 580px;*/
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* line 194, ../sass/_innerpage.scss */
.whyusbannerarea::before {
  background: #15152f;
  content: '';
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
}
/* line 204, ../sass/_innerpage.scss */
.whyusbannerarea::after {
  background: #afc0d4;
  content: '';
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
}
@media (min-width: 1900px) {
  /* line 187, ../sass/_innerpage.scss */
  .whyusbannerarea {
    height: 580px;
  }
}
/* line 219, ../sass/_innerpage.scss */
.whyusbannerarea img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* line 229, ../sass/_innerpage.scss */
.whyuscontwraper {
  margin-bottom: 50px;
  display: flex;
  /*height: 550px;*/
}
@media (max-width: 1040px) {
  /* line 229, ../sass/_innerpage.scss */
  .whyuscontwraper {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  /* line 229, ../sass/_innerpage.scss */
  .whyuscontwraper {
    display: block;
  }
}
/* line 241, ../sass/_innerpage.scss */
.whyuscontwraper .whyusimgarea {
  width: auto;
}
@media (max-width: 1030px) {
  /* line 241, ../sass/_innerpage.scss */
  .whyuscontwraper .whyusimgarea {
    width: 30%;
  }
}
@media (max-width: 500px) {
  /* line 241, ../sass/_innerpage.scss */
  .whyuscontwraper .whyusimgarea {
    width: auto;
    padding: 40px 90px 0;
  }
}
/* line 254, ../sass/_innerpage.scss */
.whyuscontwraper img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
/* line 261, ../sass/_innerpage.scss */
.whyuscontwraper .whyuscontarea {
  width: 70%;
  padding: 50px 60px 0;
  box-sizing: border-box;
}
@media (max-width: 1030px) {
  /* line 261, ../sass/_innerpage.scss */
  .whyuscontwraper .whyuscontarea {
    width: 70%;
    padding: 30px 30px 0;
  }
}
@media (max-width: 500px) {
  /* line 261, ../sass/_innerpage.scss */
  .whyuscontwraper .whyuscontarea {
    width: 100%;
    padding: 30px 20px 10px;
  }
}
/* line 275, ../sass/_innerpage.scss */
.whyuscontwraper .whyuscontarea p {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #1F1F1F;
  margin-bottom: 30px;
}
@media (min-width: 1900px) {
  /* line 275, ../sass/_innerpage.scss */
  .whyuscontwraper .whyuscontarea p {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (max-width: 1040px) {
  /* line 275, ../sass/_innerpage.scss */
  .whyuscontwraper .whyuscontarea p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  /* line 275, ../sass/_innerpage.scss */
  .whyuscontwraper .whyuscontarea p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  /* line 275, ../sass/_innerpage.scss */
  .whyuscontwraper .whyuscontarea p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 307, ../sass/_innerpage.scss */
.productslider1st {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}
/* line 314, ../sass/_innerpage.scss */
.productslider1st .slider-for3 {
  margin: 0 0 0 0px;
  padding: 0px;
  overflow: hidden;
  width: 100%;
  float: none;
}
@media (max-width: 1030px) {
  /* line 314, ../sass/_innerpage.scss */
  .productslider1st .slider-for3 {
    margin: 0 0 0 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 314, ../sass/_innerpage.scss */
  .productslider1st .slider-for3 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  /* line 314, ../sass/_innerpage.scss */
  .productslider1st .slider-for3 {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
/* line 339, ../sass/_innerpage.scss */
.productslider1st .slider-for3 .slick-slide img {
  display: block;
  margin: auto;
  height: auto;
  max-width: 94%;
  object-fit: cover;
}
/* line 348, ../sass/_innerpage.scss */
.productslider1st .slider-nav3 {
  margin: 0 0 36px;
  width: 100%;
  float: none;
}

.slider1st .slider-nav {
  margin: 0 0 36px;
  width: 100%;
  float: none;
}
.slider1st .slider-for {
    margin: 0 0 0 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    float: none;
}
@media (max-width: 1030px) {
  .slider1st .slider-for {width: 100%;}
}
 
/* line 357, ../sass/_innerpage.scss */
.productslider1st .slider-nav3 .slick-slide.slick-current.slick-active {
  position: relative;
  border: 2px solid #8b420d;
}
/* line 361, ../sass/_innerpage.scss */
.productslider1st .slider-nav3 .slick-list.draggable {
  border-top: 0px solid #d6d6d6;
  /*border-radius: 8px;*/
}
/* line 365, ../sass/_innerpage.scss */
.productslider1st .slider-nav3 img {
  height: 70px;
  margin: auto;
  cursor: pointer;
}

/* line 374, ../sass/_innerpage.scss */
.productslider1st .slider-nav3 .slick-slide {
  float: left;
  display: block;
  padding: 10px;
  width: 70px !important;
  border: 2px solid #fff;
}

/* line 388, ../sass/_innerpage.scss */
.productslider1st .slick-arrow {
  display: none !important;
}
/* line 389, ../sass/_innerpage.scss */
.productslider1st .slick-dots {
  display: none !important;
}
/* line 390, ../sass/_innerpage.scss */
.productslider1st .action {
  display: none;
}

/* line 392, ../sass/_innerpage.scss */
.productslider2nd {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}
/* line 399, ../sass/_innerpage.scss */
.productslider2nd .slider-for4 {
  margin: 0 0 0 0px;
  padding: 0px;
  overflow: hidden;
  width: 100%;
  float: none;
}

/* line 424, ../sass/_innerpage.scss */
.productslider2nd .slider-for4 .slick-slide img {
  display: block;
  margin: auto;
  height: auto;
  max-width: 94%;
  object-fit: cover;
}
/* line 433, ../sass/_innerpage.scss */
.productslider2nd .slider-nav4 {
  margin: 0 0 36px;
  width: 100%;
  float: none;
}

/* line 442, ../sass/_innerpage.scss */
.productslider2nd .slider-nav4 .slick-slide.slick-current.slick-active {
  position: relative;
  border: 2px solid #8b420d;
}
/* line 446, ../sass/_innerpage.scss */
.productslider2nd .slider-nav4 .slick-list.draggable {
  border-top: 0px solid #d6d6d6;
  /*border-radius: 8px;*/
}
/* line 450, ../sass/_innerpage.scss */
.productslider2nd .slider-nav4 img {
  height: 70px;
  margin: auto;
  cursor: pointer;
}

/* line 459, ../sass/_innerpage.scss */
.productslider2nd .slider-nav4 .slick-slide {
  float: left;
  display: block;
  padding: 10px;
  width: 70px !important;
  border: 2px solid #fff;
}
 
/* line 472, ../sass/_innerpage.scss */
.productslider2nd .slick-arrow {
  display: none !important;
}
/* line 473, ../sass/_innerpage.scss */
.productslider2nd .slick-dots {
  display: none !important;
}
/* line 474, ../sass/_innerpage.scss */
.productslider2nd .action {
  display: none;
}

/* line 2, ../sass/_footer.scss */
footer {
  background: #f5f5f7;
}
/* line 5, ../sass/_footer.scss */
footer::before {
  content: '';
  display: block;
  clear: both;
}
/* line 6, ../sass/_footer.scss */
footer::after {
  content: '';
  display: block;
  clear: both;
}

/* line 12, ../sass/_footer.scss */
.subcription {
  background: #fff;
  display: flex;
  border-radius: 20px;
  padding: 0px 0 0 14px;
  box-sizing: border-box;
}
/* line 20, ../sass/_footer.scss */
.subcription input[type="email"] {
  border: 0;
  background: transparent;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  width: 90%;
  font-size: 12px;
  border: 0px;
  border-right: 0;
  background: #FFFFFF;
}
/* line 33, ../sass/_footer.scss */
.subcription input[type="email"]:focus[type="text"], .subcription input[type="email"]:focus[type="email"] {
  box-shadow: none;
}
/* line 37, ../sass/_footer.scss */
.subcription input[type="email"]::-webkit-input-placeholder {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #AEAEAE;
  opacity: 1;
}
/* line 47, ../sass/_footer.scss */
.subcription input[type="email"]::-moz-placeholder {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #AEAEAE;
  opacity: 1;
}
/* line 57, ../sass/_footer.scss */
.subcription input[type="email"]::-ms-input-placeholder {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #AEAEAE;
  opacity: 1;
}
/* line 68, ../sass/_footer.scss */
.subcription button {
  background: url(../images/send.png) no-repeat 50% 50%;
  width: 50px;
  border: 0;
  font-size: 0px;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
}

/* line 82, ../sass/_footer.scss */
.footertoparea {
  padding: 62px 0 48px;
  display: flex;
  text-align: left;
}
@media (max-width: 500px) {
  /* line 82, ../sass/_footer.scss */
  .footertoparea {
    text-align: left;
    flex-wrap: wrap;
    padding: 40px 0 40px;
  }
}
/* line 93, ../sass/_footer.scss */
.footertoparea h2 {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #1F1F1F;
  margin: 0 0 18px;
}
@media (max-width: 500px) {
  /* line 93, ../sass/_footer.scss */
  .footertoparea h2 {
    margin: 0 0 8px;
  }
}
/* line 107, ../sass/_footer.scss */
.footertoparea ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 112, ../sass/_footer.scss */
.footertoparea ul li {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  /* or 214% */
  color: #666666;
}
/* line 122, ../sass/_footer.scss */
.footertoparea ul li a {
  color: #666666;
  display: block;
  text-decoration: none;
}
/* line 127, ../sass/_footer.scss */
.footertoparea ul li a:hover {
  color: #8a400c;
  text-decoration: none;
}
/* line 133, ../sass/_footer.scss */
.footertoparea .footersec1 {
  width: 300px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  letter-spacing: 0.02em;
  color: #1F1F1F;
}
/* line 144, ../sass/_footer.scss */
.footertoparea .footersec1 img {
  height: 48px;
}
@media (max-width: 991px) {
  /* line 133, ../sass/_footer.scss */
  .footertoparea .footersec1 {
    width: 150px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  /* line 152, ../sass/_footer.scss */
  .footertoparea .footersec1 br {
    display: none;
  }
}
@media (max-width: 500px) {
  /* line 133, ../sass/_footer.scss */
  .footertoparea .footersec1 {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
}
/* line 163, ../sass/_footer.scss */
.footertoparea .footersec2 {
  width: 400px;
  padding-right: 115px;
  box-sizing: border-box;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  letter-spacing: 0.02em;
  color: #1F1F1F;
}
@media (max-width: 991px) {
  /* line 163, ../sass/_footer.scss */
  .footertoparea .footersec2 {
    width: 220px;
    padding-right: 20px;
  }
}
@media (max-width: 1030px) {
  /* line 180, ../sass/_footer.scss */
  .footertoparea .footersec2 br {
    display: none;
  }
  .slider1stBg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(255, 255, 255, 0.0)), 
    url(../images/slider1stBg.png) no-repeat 100% 0;
      background-size: 100%;
  }
  
}
@media (max-width: 991px) {
    .slider1st .slider-for {
        width: 100%;
    }
}
@media (max-width: 500px) {
  /* line 163, ../sass/_footer.scss */
  .footertoparea .footersec2 {
    width: 100%;
    padding: 0 0 20px;
  }
}
/* line 190, ../sass/_footer.scss */
.footertoparea .footersec3 {
  width: 290px;
}
@media (max-width: 991px) {
  /* line 190, ../sass/_footer.scss */
  .footertoparea .footersec3 {
    width: 170px;
  }
}
@media (max-width: 500px) {
  /* line 190, ../sass/_footer.scss */
  .footertoparea .footersec3 {
    width: 50%;
  }
}
/* line 201, ../sass/_footer.scss */
.footertoparea .footersec4 {
  width: 180px;
  float: right;
}
@media (max-width: 991px) {
  /* line 201, ../sass/_footer.scss */
  .footertoparea .footersec4 {
    width: 170px;
  }
}
@media (max-width: 500px) {
  /* line 201, ../sass/_footer.scss */
  .footertoparea .footersec4 {
    width: 50%;
    padding: 0px 0 0;
  }
}
/* line 217, ../sass/_footer.scss */
.footertoparea .footertel {
  background: url(../images/footertel.png) no-repeat 0 50%;
  padding-left: 24px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  /* or 214% */
  color: #666666;
}
/* line 228, ../sass/_footer.scss */
.footertoparea .footermail {
  background: url(../images/footermail.png) no-repeat 0 50%;
  padding-left: 24px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  /* or 214% */
  color: #666666;
}

/* line 241, ../sass/_footer.scss */
.footerbottomarea {
  color: #FFFFFF;
  border-top: 2px solid #dbdbdc;
  padding: 22px 0;
}
/* line 246, ../sass/_footer.scss */
.footerbottomarea p {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  float: left;
  padding: 0;
  margin: 0;
}
@media (max-width: 500px) {
  /* line 246, ../sass/_footer.scss */
  .footerbottomarea p {
    float: none;
    text-align: center;
    margin: 0 0 10px;
  }
}
/* line 264, ../sass/_footer.scss */
.footerbottomarea .footerlink {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  float: right;
}
@media (max-width: 500px) {
  /* line 264, ../sass/_footer.scss */
  .footerbottomarea .footerlink {
    text-align: center;
    float: none;
  }
}
/* line 276, ../sass/_footer.scss */
.footerbottomarea .footerlink ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  /* line 276, ../sass/_footer.scss */
  .footerbottomarea .footerlink ul {
    justify-content: space-around;
  }
}
/* line 288, ../sass/_footer.scss */
.footerbottomarea .footerlink ul li {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #666666;
  padding: 0;
  margin: 0px 0 0px 44px;
  text-transform: capitalize;
  display: block;
}
@media (max-width: 500px) {
  /* line 288, ../sass/_footer.scss */
  .footerbottomarea .footerlink ul li {
    float: none;
    text-align: center;
    margin: 0px 0 0px 0px;
  }
}
/* line 307, ../sass/_footer.scss */
.footerbottomarea .footerlink ul li a {
  display: block;
  color: #666666;
  margin: 0;
  padding: 0px 0px;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  line-height: 22px;
}
/* line 320, ../sass/_footer.scss */
.footerbottomarea .footerlink ul li a:hover {
  color: #8a400c;
}
/* line 328, ../sass/_footer.scss */
.footerbottomarea::before {
  content: '';
  display: block;
  clear: both;
}
/* line 329, ../sass/_footer.scss */
.footerbottomarea::after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 500px) {
  .slider1stBg h2 {
      height: auto;
      line-height: 30px !important;
      font-size: 28px !important;
      margin-bottom: 15px;
  }









}

@media (max-width: 1030px) {
  h3 {
    font-size: 24px;
  }
  .slider1st .slider-nav .slick-slide {
    width: 58px !important;
  }
  .slider1st .slider-nav img {
    height: 58px;
    margin: auto;
  }
  .slider2nd .slider-nav2 .slick-slide{
    width: 58px !important;
  }
  .slider2nd .slider-nav2 img {
    height: 58px;
    margin: auto;
  }
  .contentarea p {
      height: 410px !important;
  }
  .productwrapper .productarea .box {
    width: 48%;
  }
  .productslider1st .slider-nav3 .slick-slide {width: 58px !important;}
  .productslider1st .slider-nav3 img{
    height: 58px;
    margin: auto;
  }
  .productslider2nd .slider-nav4 .slick-slide {width: 58px !important;}
  .productslider2nd .slider-nav4 img{
    height: 58px;
    margin: auto;
  }


}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
}
  .contentarea p {
      height: auto !important;
  }
  .slider1st .slider-nav .slick-slide {
    width: 76px !important;
  }
  .slider1st .slider-nav img {
    height: 76px;
    margin: auto;
  }
  .slider2nd .slider-nav2 .slick-slide{
    width: 76px !important;
  }
  .slider2nd .slider-nav2 img {
    height: 76px;
    margin: auto;
  }

  .productwrapper .productarea .box {
    width: 570px;
    margin: 40px auto 40px;
    float: none;
    padding: 30px;
  }

  .productslider1st .slider-nav3 .slick-slide {width: 76px !important;}
  .productslider1st .slider-nav3 img{
    height: 76px;
    margin: auto;
  }
  .productslider2nd .slider-nav4 .slick-slide {width: 76px !important;}
  .productslider2nd .slider-nav4 img{
    height: 76px;
    margin: auto;
  }

}
@media (max-width: 500px) {

  .slider1st .slider-nav .slick-slide {
    width: 40px !important;
  }
  .slider1st .slider-nav img {
    height: 40px;
    margin: auto;
  }
  .slider2nd .slider-nav2 .slick-slide{
    width: 40px !important;
  }
  .slider2nd .slider-nav2 img {
    height: 40px;
    margin: auto;
  }
  h3 {
    font-size: 22px;
  }
  .slider1st .slider-for {
    width: 100%;
  }
  .slider2nd .slider-for2 {
    width: 100%;
  }
  .contentarea a { margin: 0 auto 20px !important; }

  .productwrapper .productarea .box {
    width: 100%;
    margin: 40px auto 40px;
    float: none;
    padding: 10px;
  }
  .productslider1st .slider-nav3 .slick-slide {width: 40px !important;}
  .productslider1st .slider-nav3 img{
    height: 40px;
    margin: auto;
  }
  .productslider2nd .slider-nav4 .slick-slide {width: 40px !important;}
  .productslider2nd .slider-nav4 img{
    height: 40px;
    margin: auto;
  }
  .productwrapper {
    padding: 30px 15px 40px;
  }






}










/*
    &::before,
    &::after { content: ''; display: block; clear: both; }

    transition: transform .2s;
    &:hover { border:2px solid #5048b7; color: #5048b7;transform: scale(1.2); }

*/
