* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  background: #fff;
  color: #fff;
  font-size: 16px;
}

a,
a:hover {
  text-decoration: none !important;
  color: #f4a024 !important;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000 !important;
}

h1 {
  font-size: 47px !important;
  font-weight: 600 !important;
  margin-bottom: 25px !important;
}

p {
  color: #000 !important;
  font-weight: normal;
}

.heading1 {
    margin: 0;
    font-size: 32px;
    line-height: 45px;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
	    margin-bottom: 35px;
}
.heading2 {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}
.heading3 {
    font-size: 50px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    color: #000;
    text-transform: uppercase;
}

.ptb90 {
  padding: 90px 0px;
}

.ptb80 {
  padding: 80px 0px;
}

.ptb70 {
  padding: 70px 0px;
}

.ptb60 {
  padding: 60px 0px;
}

.ptb50 {
  padding: 50px 0px;
}

.ptb40 {
  padding: 40px 0px;
}

.pt80 {
  padding-top: 80px;
}

.pt70 {
  padding-top: 70px;
}

.pt60 {
  padding-top: 60px;
}

.pt50 {
  padding-top: 50px;
}

.pt40 {
  padding-top: 40px;
}
.pt30 {
  padding-top: 30px;
}
.pb80 {
  padding-bottom: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

/* =============================== 
        nav-sec-start
==================================*/
.header-top-panel {
  width: 100%;
  height: 46px;
  background-color: #000;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.contact {
  display: flex;
}

.contact i, .contact span{
  color: #f4a024;
}

.email {
  padding-left: 40px;
  position: relative;
}

.address span {
  font-weight: 600;
  font-size: 16px;
}

.address {
  padding-right: 40px;
  position: relative;
}

.number a {
  font-weight: 600;
  font-size: 16px;
}

.email a {
  font-weight: 600;
  font-size: 16px;
}

.media-icon {
  display: flex;
  position: relative;
  height: 45px;
  align-items: center;
}

.media-icon .icon-wrapper {
  transition: .3s ease-in-out;
  position: relative;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #f4a024;
  border-radius: 20.01px/19.88px;
}

.media-icon .icon-wrapper:hover {
  background-color: #f4a024;
}

.media-icon a i {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  font-size: 22px;
  justify-content: center;
  align-items: center;
}


header {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.header-logo {
  width: 325px;
}

.header-logo img {
  width: 100%;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

ul.main-menu {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
}

.main-menu li {
  padding: 10px;
}

.main-menu li a {
  font-weight: 500;
  color: #000000 !important;
  font-size: 18px;
}

.btn-all{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.btn-all a{
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  width: 200px;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  right: 0px;
  z-index: 9;
}

.btn-all:after {
  content: "";
  background: #f4a024;
  width: 240px;
  height: 95px;
  position: absolute;
  right: -12px;
  z-index: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

/*  ------------- button-area  ----------  */
.button {
  position: absolute;
  z-index: 9;
}

a.main-btn {
  position: relative;
  color: #f4a024 !important;
  border-right: 5px solid #f4a024;
  padding: 15px 38px;
  border-left: 5px solid #f4a024;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.btn-line {
  display: block;
  height: 5px;
  background: #f4a024;
  position: absolute;
}

.line1 {
  position: absolute;
  width: 80%;
  top: -15px;
  left: 0px;
  transition: .3s;
}

.line2 {
  position: absolute;
  width: 15%;
  top: -15px;
  right: 0px;
  transition: .3s;
}

.line3 {
  position: absolute;
  width: 15%;
  bottom: -15px;
  left: 0px;
  transition: .3s;
}

.line4 {
  position: absolute;
  width: 80%;
  bottom: -15px;
  right: 0px;
  transition: .3s;
}

a.main-btn:hover {
  color: #000 !important;
  border-right: 5px solid #000;
  border-left: 5px solid #000;
}

.button:hover .line1 {
  width: 15%;
  background: #000;
}

.button:hover .line2 {
  width: 80%;
  background: #000;
}

.button:hover .line3 {
  width: 80%;
  background: #000;
}

.button:hover .line4 {
  width: 15%;
  background: #000;
}

/* =============================== 
        nav-sec-start
==================================*/
.header-top-panel {
  width: 100%;
  height: 46px;
  background-color: #000;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.contact {
  display: flex;
}


.email {
  padding-left: 40px;
  position: relative;
}

.address span {
  font-weight: 600;
  font-size: 16px;
}

.address {
  padding-right: 40px;
  position: relative;
}

.number a {
  font-weight: 600;
  font-size: 16px;
}

.email a {
  font-weight: 600;
  font-size: 16px;
}

.media-icon {
  display: flex;
  position: relative;
  height: 45px;
  align-items: center;
}

.media-icon .icon-wrapper {
  transition: .3s ease-in-out;
  position: relative;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #f4a024;
  border-radius: 20.01px/19.88px;
}

.media-icon .icon-wrapper:hover {
  background-color: #f4a024;
}

.media-icon a i {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  font-size: 22px;
  justify-content: center;
  align-items: center;
}


header {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.header-logo {
  width: 325px;
}

.header-logo img {
  width: 100%;
}

.menu {
  display: flex;
justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

ul.main-menu {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
}

.main-menu li {
  padding: 10px;
}

.main-menu li a {
  font-weight: 500;
  color: #000000 !important;
  font-size: 18px;
}

.btn-all{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
}
.btn-all a {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    width: 190px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    right: 0px;
    z-index: 9;
}

.btn-all:after {
    content: "";
    background: #f4a024;
    width: 230px;
    height: 95px;
    position: absolute;
    right: -12px;
    z-index: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius:50px;
}
.cart {
    position: relative;
}
span.cart_quantity {
    width: 15px;
    height: 15px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    right: -11px;
    top: -3px;
}
/* =============================== 
         banner-sec-start
==================================*/

/* CROUSAL-STARTS */
.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.slider-container h1 {
  color: #fff;
  position: relative;
  z-index: 100;
  text-align: left;
  width: 100%;
}

/* .slider-container p {
  color: #ffffff !important;
  position: relative;
  z-index: 999;
} */

.slider-container::after {
  background-color: #000;
  content: "";
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  transition: opacity 0.6s ease;
}

.slide:nth-of-type(odd).active {
  animation: grow 5s linear forwards;
}

.slide:nth-of-type(even).active {
  animation: growOut 5s linear forwards;
}

@keyframes grow {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: scale(1.05);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  75% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1.15);
    opacity: 1;
  }
}

@keyframes growOut {
  0% {
    opacity: 1;
    transform: scale(1.15);
  }

  20% {
    opacity: 1;
    transform: scale(1.1);
  }

  50% {
    opacity: 1;
  }

  75% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* =============================== 
       product-category
==================================*/
.product-category-area .col-lg-4:first-child .product-cateygor-box {
  background: #f4a02482;
}
.product-category-area .col-lg-4:nth-child(2) .product-cateygor-box {
  background: #99999954;
}
.product-category-area .col-lg-4:nth-child(3) .product-cateygor-box {
  background: #0000007a;
}
.product-cateygor-main-box{
  position: relative;
}
.product-cateygor-box {
  max-width: 379px;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: #f4a02482;
 
}

.product-cateygor-box img {
    max-width: 100%;
	  padding: 20px 20px 0px 20px;
}
.product-cateygor-name {
    padding: 0px 20px;
}


/* .main-cont h2 {
  margin: 0;
  font-size: 74px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(270deg);
  position: absolute;
  bottom: 242px;
    left: -190px;
  letter-spacing: 10px;
  opacity: 40%;
} */

/* =============================== 
           product-area
==================================*/
.product-area{
  position: relative;
}
.swiper {
      width: 100%;
      height: 100%;
    padding-bottom: 95px;}

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;}
.swiper-button-next {
    background-color: #f4a024;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
     right: var(--swiper-navigation-sides-offset,45%);
}
.swiper-button-prev {
    background-color: #f4a024;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    left: var(--swiper-navigation-sides-offset,45%);
}
.swiper-button-next,.swiper-button-prev {
    top: var(--swiper-navigation-top-offset,95%);}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 18px !important;
  font-weight: 700;
color: #000;} 
.swiper-button-next:after{ margin-left: 5px !important;}        
.bg-light-primary {
    background: #f4a024 !important;
}

  .ha-slick-content {
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  border-top: none !important;
  border: 1px solid #00000049;
  height: 295px;
}
.ha-slick-content .ha-slick-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
}
.product-item-price {
    color: #000 !important;
}
.ha-slick-content .button {
    position: absolute;
    right:18%;
    z-index: 9;
    top: inherit;
}
.product-item-box{
  position: relative;
    overflow: hidden;
    border: 1px solid;
    /* box-shadow: 0px 0px 10px 0px #0000002e; */
}
.product-item-box img {
    width: 100%;
    transition: 0.5s ease-in-out;
}
.product-item-box:hover img{
    transform: scale(1.1);
}
.ha-slick-content p i {
    color: #f4a024;
}
.product-item-price {
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;

}

.product-item-price del {
    color: #a1a0a0;
}

/* =============================== 
            why-choose
==================================*/
.abt-left {
    height: 100%;
}
.abt-left img{
    width: 100%;
   height: 100%;
    object-fit: cover;
	clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
}
.about-sec .col-md-7{
    padding: 0;
}
.about-sec{
    position: relative;
}
.about-sec::after{
    content: "";
    background: #f59f24;
    width: 52%;
    height: 511px;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.about-sec .col-md-6{
    position: relative;
    z-index: 1;
    background: #f59f24;
	    padding: 0px;
}
.about-sec h2{
    margin: 0;
    font-size: 50px;
    line-height: 45px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
}

.about-sec .abt-right {
    padding: 96px 50px 85px;
}
.about-sec .button {
    position: absolute;
    right: inherit;
    z-index: 9;
    top: inherit;
}
.about-sec a.main-btn {
    color: #ffffff !important;
    border-right: 5px solid #ffffff;
    border-left: 5px solid #ffffff;}
    .about-sec .btn-line {
    background: #ffffff;}

  .about-sec  a.main-btn:hover {
  color: #000 !important;
  border-right: 5px solid #000;
  border-left: 5px solid #000;
}
.about-sec p{
    line-height: 28px;
    padding: 40px 120px 30px 0px;
    color: #fff !important;
}

/* =============================== 
       footer-sec-start
==================================*/
.footer-contact-area {
  background-image: url(../images/footer-top-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.footer-contact-info {
  display: flex;
  align-items: center;
}

.footer-contact-icon i {
  font-size: 30px;
  margin-right: 20px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact-tex h4 {
  margin-bottom: 10px !important;
}

.footer-contact-tex p {
  margin-bottom: 0px !important;
}

.footer-contact-info2 {
  margin-left: 85px;
}

.footer-contact-info2 a:hover {
  color: #fff !important;
}

.footer-contact-tex a:hover {
    color: #000 !important;
}
.footer-contact-info2 .footer-contact-tex a {
    color: #fff !important;
}
.footer-contact-info2 .footer-contact-icon i {
  background-color: #fff;
  color: #000;
}

.footer-contact-info3 {
  margin-left: 90px;
}

.footer-contact-info:hover .footer-contact-icon i {
  transform: rotate(360deg);
  transition: all 0.3s ease-in;
}

.footer-sec {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}

.footer-sec:before {
  content: "";
  background: #000000f2;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
}

ul.footer-menu {
  list-style: none;
  padding: 0px;
  line-height: 32px;
  display: flex;
  margin-bottom: 0px;
}

ul.footer-menu li {
  padding: 0px 20px;
}

ul.footer-menu li a {
  font-weight: 500;
  color: #fff !important;
  font-size: 18px;
}
ul.social.social-outline {
    list-style: none;
}
.border-bottom {
  border-bottom: 1px dashed #647a5b !important;
}


/* Added by Samk 1907 */
.about-banner {
  background: #000000;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.breadcrumbs {
  padding: 100px 0;
  text-align: left;
  position: relative;
}

.about-banner h1 {
  font-size: 46.55px;
  color: #fff;
  line-height: 42px;
  font-weight: 800;
}

.about-banner .about-right {
  padding: 0;
}

.about-banner ul {
  display: flex;
  justify-content: left;
  list-style: none;
  align-items: center;
}
.about-banner ul li {
  margin-bottom: 0;
  color: #fff;
  line-height: 25px;
  font-size: 16px;
  font-family: 'Montserrat';
  line-height: 32px;
  letter-spacing: -.2px;
  font-weight: 500;
  letter-spacing: .1px;
}

.about-banner ul li i {
  padding: 0 11px;
  color: #fff !important;
  font-size: 16px;
}
/* added by sam k */

.about-banner h1 {
  font-size: 40px;
  color: #fff;
  line-height: 42px;
  font-weight: 800;
}
.all-spacing {
/*   float: left; */
  width: 100%;
}
.about-banner ul {
  display: flex;
  justify-content: left;
  list-style: none;
  align-items: center;
}

.about-banner ul li {
  margin-bottom: 0;
  color: #fff;
  line-height: 25px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -.2px;
  font-weight: 500;
  letter-spacing: .1px;
}
.about-banner .about-right ul li a {
  color: #fff;
}
.about-banner ul li i {
  padding: 0 11px;
  color: #fff !important;
  font-size: 16px;
}


/* =============================== 
       mobile-css-start
==================================*/

@media (max-width: 1199px) {}