body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
   background-color: #ffffff;
    -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
    zoom: 0.8; /* Other non-webkit browsers */
	zoom: 75%;/* Webkit browsers */ 
	

}
.layout_padding1{
	
	padding:0px 0px 0px 0px;
}
.layout_padding {
  padding: 75px 0px;
}

.layout_padding2 {
  padding: 45px 0;
}

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

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

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

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


.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
  
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 30px;
  top: 14%;
  right: -15px;
  background: -webkit-gradient(linear, left top, right top, from(#fb930a), to(#f5e47b));
  background: linear-gradient(to right, #fb930a, #f5e47b);
  
}

/*header section*/
.hero_area {
  height:135vh;
  position: relative;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
 background-position: top right;

    
}

.sub_page .hero_area1{
	height:auto;
	background-color:#FDB757;

}

.sub_page .hero_area {
  height:auto;
  background-position: top right;
 
}

.hero_area.sub_pages {
   height: auto;
   background-color:#FFA500;
}  


.header_section .container-fluid {
  padding-right: 45px;
  padding-left: 45px;
 
  
}

.header_section .nav_container {
  margin: 0 auto;
 
  
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px 10px 15px;
  color: white;
  font-size:22px;
  font-weight: 600;
  text-align: center;  
  
}

a,
a:hover,
a:focus {
  text-decoration: none;
  text-decoration-style:solid;
   
}

a:hover,
a:focus {
  color: initial;
      
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
		  
	
		
}

.custom_nav-container .nav_search-btn {
	
  background-image: url(../images/);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

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

.navbar-brand img {
  width: 100px;
  height:120px;
  margin-right: 5px;
  
}

.navbar-brand span {
  font-size: 22px;
  font-weight: 900;
  color: #191919;
  text-transform: uppercase;
  
}

.custom_nav-container {
  z-index: 99999;
  padding: 0px 0px;
   
}

.custom_nav-container .navbar-toggler {
  outline: none;

}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
  
 
}

.quote_btn-container {
	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  
}

.quote_btn-container a {

  color: #000000;
  position: relative;
   
}

.quote_btn-container a .cart_number {
		
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
 
}

.quote_btn-container a img {
	
  width: 20px;
  margin: 0 25px;
}

/*end header section*/

/* slider section */
.slider_section {
	
  height: calc(100% - 4
  0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
   position: relative;
  
}

.slider_section .row {
	
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		    
		 
		   
}

.slider_section .design-box {
 
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
  left: 0;
  width: 90px;
}

.slider_section .design-box img {
  width: 100%;
 	 
}

.slider_section .slider_number-container {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4%;
  text-align: center;
  opacity: .6;

  
}

.slider_section .slider_number-container hr {
  width: 1px;
  height: 50px;
  border: none;
  background-color: #ffffff;
  
    
 
}

.slider_section .slider_number-container .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-transform: uppercase;
 
    
}

.slider_section .detail_box h2 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		   
		  
}

.slider_section .detail_box h2 span {
  margin-right: 10px;
}

.slider_section .detail_box h2 hr {
  margin: 0;
  border: none;
  width: 55px;
  height: 1px;
  background-color: #000000;
}

.slider_section .detail_box h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5rem;
  margin-bottom: 30px;
  
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin: 35px 0;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #0d0806;
}

.slider_section .img-box img {
  width: 100%;
  
}

.slider_section .carousel-indicators {
  padding: 0;
  margin: 0;
  right: initial;
  bottom: 22%;
  left: 17%;
}

.slider_section .carousel-indicators li {
  text-indent: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
  border: none;
  color: #c0c0c0;
  font-size: 24px;
  display: none;
  
}

.slider_section .carousel-indicators li.active {
  display: block;
  
  
}

.item_section .item_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;
	  background-color:grey;
	  
}

.item_section .item_container .box {
	
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.15);
}

.item_section .item_container .box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item_section .item_container .box .img-box img {
  width: 125px;
}

.item_section .item_container .box h6 {
  color: #fbb534;
  text-transform: uppercase;
}

.item_section .item_container .box h5 {
  text-transform: uppercase;
}

.item_section .item_container .box:hover {
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
}

.about_section {
  position: relative;
}

.about_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 75px;
}

.about_section .design-box img {
  width: 75%;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box p {
  margin-top: 35px;
  
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0d0806;
}

.about_section .img-box img {
  width: 100%;
}

/*Product Slider section*/
.slider-wrap {
  position: relative; 
  left: 0%;
  width: 100%;
  height: 300px;
  cursor: grab;
  background-color:olive;
}


.slider {
	width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
  margin-left:auto;
  margin-right:auto;
  position: absolute;
  top: 0px;
  left:5%;
  right:5%;
  height: 100%;
  width: 90%;
  overflow: scroll;
   border: 0px solid rgb(0, 0, 0);
}

.slider-inner {
	
  align-items: center;
  position: absolute;
  display: flex;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 3000px;
  height: 100%;
  display: flex;
}

.item {
  
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 90%;
  top: 0%;
  bottom:0%;
  background-color: white;
  border: 1px solid rgb(0, 0, 0);
}


/* Hide scrollbar for Chrome, Safari and Opera */
.slider::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.slider {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}



.client_section .heading_container {
	background-color:pink;
    padding-top:20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .secondary_heading {
  text-align: center;
  
  
 
}

.client_section .client_container {
	 	background-color: green;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fbb534;
  padding: 25px;
  width: 80%;
  margin: 75px auto;
}




.client_section .client_container .client-id {
  background-color:grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    width: 45%;
}

.client_section .client_container .client-id .img-box {
  margin-right: 25px;
}

.client_section .client_container .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .client-id h5 {
  font-weight: bold;
}

.client_section .client_container .client-id h6 {
  color: #f6d768;
}

.client_section .client_container .detail-box {
  width: 55%;
}

.client_section .client_container .detail-box p {
  margin: 0;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  opacity: 1;
}

.client_section .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.client_section .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.client_section .carousel-control-prev-icon,
.client_section .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 25px;
}

.client_section .carousel-control-prev-icon {
  background-image: url(../images/prev-black.png);
}

.client_section .carousel-control-prev-icon:hover {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next-icon {
  background-image: url(../images/next-black.png);
}

.client_section .carousel-control-next-icon:hover {
  background-image: url(../images/next.png);
}

/*End Client section*/


/*product section*/
.product_section {
  position: relative;
  color:black;
  padding-bottom: 110px;
}


.product_section h2 {
  margin-bottom: 65px;
  font-weight: bold;
   
   
}
.product_section form {
  padding-right: 35px;

}
.product_section  {
   height: 100%;
 
}


/*End production section*/


/*gallery section*/
.gallery_section {
  position: relative;
  color:black;
  background-color:#F7C7B1;
  padding-bottom: 110px;
}


.gallery_section h2 {
  margin-bottom: 65px;
  font-weight: bold;
   
   
}
.gallery_section form {
  padding-right: 35px;

}
.gallery_section  {
   height: 100%;
 
}


/*End of Gallery section*/













/*video section*/
.video_section {
  position: relative;
  color:black;
  background-color:trnsparent;
  padding-bottom: 110px;
}


.video_section h2 {
  margin-bottom: 65px;
  font-weight: bold;
   
   
}
.video_section form {
  padding-right: 35px;

}
.video_section  {
   height: 100%;
 
}



/*End video section*/


/*Contact section*/
.contact_section {
  position: relative;
  
}

.contact_section h2 {
  margin-bottom: 65px;
  font-weight: bold;
  
}

.contact_section form {
  padding-right: 35px;

}

.contact_section input {	
   
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color:transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
	
  padding: 12px 45px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e47b), to(#fb930a));
  background: linear-gradient(to bottom, #f5e47b, #fb930a);
  margin-top:35px;
}

.contact_section .map_container {
   height: 100%;
  padding-bottom: 110px;
  
  
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section {  
  background-color:#FDB757;
  color:#ffffff;
 text-align:justify;
}


.info_section .info_container .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 10px 45px 10px;
  color:#ffffff;
  width: 250px;
  border-radius: 0 0 0px 0px;
   goo
}


.info_section .info_container .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		      

}

.info_section .info_container .info_logo a img {
  width: 80px;
  margin-right: 0px;
 
}

.info_section .info_container .info_logo a span {
  text-transform: uppercase;
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}

.info_section .info_container .info_logo {
  padding: 120px 10px 45px 0px;
  
  
}



.info_section .info_container .info_contact {
  padding: 140px 10px 45px 10px;
 
}

.info_section .info_container .info_contact a {
  color: #ffffff;
  
}

.info_section .info_container .info_contact a img {
  margin-right: 10px
   color: #ffffff

}

.info_section .info_heading {
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
   
}

.info_section .info_heading::before {
  content: "";
  width: 45px;
  height: 5px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  background-color: #f8bf46;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		 
}

.info_section .info_form form .email_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
		  
}

.info_section .info_form form label {
  color: #5a5959;
}

.info_section .info_form form input {
  width: 500px;
  border: none;
  background-color: #ffffff;
  outline: none;
  padding: 5px;
  
}

.info_section .info_form form button {

  padding: 8px 65px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e47b), to(#fb930a));
  background: linear-gradient(to bottom, #f5e47b, #fb930a);
  margin-top: 35px;
  text-transform: uppercase;
 
}

.info_section .info_social {
	background-color:#FDB757;
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box img {
  min-width: 0 10px;
  margin: 0 10px;
}

/* footer section*/
.footer_section {

   /*background-color:#363636;*/
   background-color:#FDB757;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #FDB757;
  margin: 0;
  text-align: center;
  padding: 20px 35px;
  margin: 0;
}

.footer_section a {
  color: #9c9b9b;
}

.wrapper{
  display: flex;
  max-width: 800px;
  position: relative;
}
.wrapper i{
  top: 50%;
  height: 50px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 30%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper i:hover{
  background: #f2f2f2;
}
.wrapper i:first-child{
  left: -22px;
  display: none;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel.dragging{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel.dragging img{
  pointer-events: none;
}
.carousel img{
  height: 250px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}
.carousel img:first-child{
  margin-left: 0px;
}

/* Products Loop Slider section*/
.loop-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color:olive;
	
}
.image-loop {
	display: flex;
	/*dth: calc(300px * 3);/* Width for 6 images */ 
	animation: scroll 90s linear infinite;
    min-width: 800px;
}

.image-loop img {
	width:100px;
	height: 250px;
	object-fit: cover;
	flex-shrink: 0;
    margin: 0.2rem;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1800px); /* Move all 6 images (6 * 300px) */
	}
}

/* End of Products Loop Slider section*/


.slider-container {
            width: 100%;
            height:250px;
            overflow: hidden;
            position: relative;
			background-color:pink;
}
.slider {
            display: flex;
           transition: transform 0.5s ease-in-out; 
}
 .slider img {
	        padding-top:20px;
            width: 300px;
			height:250px;
            max-width: 50%;
            display: block;
}
.slider-controls {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
 }
.slider-controls button {
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            color: #fff;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
}
.slider-controls button:hover {
            background-color: rgba(0, 0, 0, 0.8);
}
