*{
  box-sizing: border-box;
}
body {
  height: 100%;
  width: 100%;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  /*background-color: #363636;*/
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
    margin: 0  !important;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}
.custom-btn{
  min-width: 146px;
  min-height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  background-color: #e3ca3e;
  font-size: 16px;
  font-weight: 700;
  color: #363636;
  border-radius: 10px;
}
.hero-banner {
  position: relative;
  width: 100%;
  padding: 0px 0px 50px 0px;
  color: #fff;
  background: url(../images/banner-watermark.png)no-repeat;
  height: 100vh;
  background-size: contain;
  background-position: 30%;
}
.hero-banner .banner-text-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  height: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}
.hero-banner .social-media ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.banner-text p{
  padding: 40px 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.hero-banner .social-media ul li img{
  filter: brightness(0) invert(1);
}
.hero-banner .slider-outer .slick-list {
  margin: -15px 0px;
}
.hero-banner .slider-outer .slick-slide{
  padding: 15px 0px;
}
.hero-banner .slider-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.hero-banner .slider-outer {
  position: relative;
}
.hero-banner .slider-outer .slider-box img {
  border-radius: 10px;
	width:100%;
  box-shadow: 0px 0px 10px #363636;
  
}
.hero-banner .slider-outer .banner-slider{
  padding-top: 40px;
	padding-left: 54px;
}
.hero-banner .slider-outer .slider-box {
  display: flex;
  justify-content: end;
  padding-right: 20px;
}