body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  align-items: center;
  position: relative;
  border-left: 7px solid #0f2480;
  font-weight: bold;
}

/*header section*/

.header_section {
  overflow-x: hidden;
}

.header_section .container-fluid {
  align-items: center;
  background: #F0E68C;
  justify-content: center;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  justify-content: center;
}


/*end header section*/
/* slider section */
.slider_section .container-fluid {
  color: #0b0b0b;
  margin-top: 1%;
  margin-bottom: 15px;
}

.slider_section .container-fluid  {
  position: relative;
  align-items: center;
}

.slider_section .container-fluid video { 
  border-radius: 20px;
  margin-left: 1%;
  margin-right: 1%;
}


.sale_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  width: 98%;
  margin-left: 1%; 
  margin-right: 1%;
  padding-bottom: 15px;
  padding-top: 10px;
}




.sale_section .heading_container h5{
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  -webkit-text-stroke: 2px #F40009;
  text-shadow: 3px 3px #FF6347;
}
.sale_section .sale_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
}

.sale_section .sale_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
      display: flex;
      flex-direction: column;
      margin-top: 5px;
}

.sale_section .sale_container .box .img-box img {
  width: 100%;
  border-radius: 20px;
  display: flex;
}

.sale_section .sale_container .box .detail-box {
  margin-top: 1%;
  
}

.sale_section .sale_container .box .detail-box h6 {
  font-weight: bold;
  color: #0A0A0A;
  text-align: center;
}



.sale_section .btn-box {
  animation: float 6s ease-in-out infinite;
	.btn-box { width: 100%; height: auto; }
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sale_section .btn-box a {
  display: inline-block;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  background-color: #3554d1;
  color: #ffffff;
  border: 2px solid #F40009;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 50px;
}

.sale_section .btn-box a:hover {
  background-color: #5F9EA0;
  border: 4px solid #F40009;
  color: #ffffff;
}


/* footer section*/
.footer_section {
  background-color: #F0E68C;
  padding-bottom: 50px;
  padding-top: 100px;
}

.footer_section h6 {
  color: #0A0A0A;
  margin: 0 auto;
  text-align: center;
  width: 95%;
}


/* end footer section*/
/*# sourceMappingURL=style.css.map */