
.padding-top {
    padding-top: 50px;
}

.banner-img {
    height: auto;
    max-width: 100%;
}
.section-one {
    background: #9eb134;
    color: #fff;
    padding: 35px 0px;
}
.sec-one-p {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}
.sec-one-cta {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.1em;
    border-radius: 0.3em;
    padding: 0.3em 1.5em;
    background: #6f3531;
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0px 0px 0px 0px #000000;
}

.section-three.padding-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image:url(/landing-page-all/landing-page-images/black-on-black-things-picjumbo-com.jpg);
}
.head-three {
    color: #ffffff;
    font-size: 32px;
}
.main-bar p {
   background-color: #eaeff3;
   padding: 25px;
   font-size: 14px;
   opacity: 1;
    font-weight: 600;
}
.Features-p:hover {
    background: #64221a;
    color:#ffff;
    font-weight: 600;
}

.icon-features {
    width: 50px;
    height: 50px;
}
.icon-dark {
    background: #64221a;
    margin-right: -7px;
}

.head-four {
    font-size: 30px;
    color: #64221a;
}


.icon-p-box {
    display: flex;
    letter-spacing: 1px;
    border-radius: 10px;
    height: 80px;
    box-shadow: 1px 1px 3px 1px #999999;
    padding: 10px 50px;
    justify-content: center;
}
.icon-p {
    padding-top: 13px;
    margin-left: 15px;
    font-size: 16px;
}


.col-sm-4.icon-p-box {
    width: 31%;
    margin: 13px;
}
.six-p {
    color: #6e352a;
    font-size: 22px;
    padding-top: 70px;
}

.row.hide-desktop {
    display: none;
}
/*.testimonial-slider div {*/
/*	 padding: 20px;*/
/*	 text-align: center;*/
/*}*/
/* .testimonial-slider p {*/
/*	 color: red;*/
/*	 font-size: 20px;*/
/*}*/







@media only screen and (max-width: 600px) {
.res-img {
    display: block;
    margin: 0 auto;
}
.padding-bottom {
    padding-bottom: 30px;
    text-align: center;
}
.col-sm-4.icon-p-box {
    width: 94%;
    margin: 10px;
}
.six-img {
    width: 100%;
}
.head-four {
    font-size: 20px;
   
}
.row.hide-mobile {
    display: none;
}
.row.hide-desktop {
    display: contents;
}
.six-p {
    padding-top: 36px;
}
 .slider {
	
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: auto;
}
}









.accordion .container {
  position: relative;
  margin: 10px 10px;
}



/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion .label {
  position: relative;
  padding: 3px;
  font-size: 15px;
  color: black;
  cursor: pointer;
}
.accordion .label::before {
  content: '+';
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 14px;
  transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
  position: relative;
  
  height: 0;
  font-size: 15px;
  text-align: justify;

  overflow: hidden;
  transition: 0.5s;
}

/* Adds a horizontal line between the contents */

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 0px solid grey;
}

/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
  height: 95px;
   padding: 15px;
   overflow: auto;
}


/* Changes from plus sign to negative sign once active */

.accordion .container.active .label::before {
  content: '-';
  font-size: 30px;
   
}
.section-eight.padding-top {
    background: #f8f8f8;
}





/*testimonial*/
.testimonial-slider {
  
    margin: 0 auto;
    overflow: hidden;
  }
  .testimonial-slide {
    display: none;
  }
  .testimonial-slide img {
    max-width: 100px;
    border-radius: 50%;
  }
  .customer-info {
    display: flex;
    align-items: center;
  }
  .customer-info img {
    margin-right: 10px;
  }
  @media screen and (max-width: 600px) {
    .customer-info img {
      max-width: 80px;
    }
  }
.padding-top.section-testiomial {
    background: #e3e3e3!important;
    padding-top: 100px;
    padding-bottom: 100px;
}
.customer-info h3 {
    font-weight: 600;
}



/*our-clients*/
 .client-slider {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
  }
  .client-slide {
    display: flex;
    transition: transform 0.5s ease;
    width: fit-content; /* Adjust width based on content */
  }
  .client-name {
    flex: 0 0 30.33%; /* Each client name takes 33.33% of the container width */
    text-align: center;
   
  
     margin:10px;
    
     color: #6e352a;
    font-size: 15px;
   
    height:50px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 1px #999999;
   
  }

  @media screen and (max-width: 600px) {
    .client-name {
      flex: 0 0 100%; /* Each client name takes full width on mobile */
    }
  }
 /* .client-name{*/
 /*     color: #6e352a;*/
 /*   font-size: 20px;*/
 /*   letter-spacing: 1px;*/
 /*width: 340px;*/
 /*   height: 80px;*/
  
 /*   padding-top: 26px;*/
 /* }*/
 
 

  @keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-250px * 7));
	}
}
 
 .slider .slide-track {
	 animation: scroll 40s linear infinite;
	 display: flex;
	 width: calc(250px * 14);
}
 .slider .slide {
	 height: 100px;
	 width: 250px;
}
.slide p {
    color: #6e352a;
    font-size: 14px;
    width: 236px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 1px #999999;
   padding: 18px;
     font-weight: 600;
}
.section-slider {
    padding-bottom: 50px;
    padding-top: 50px;
}
/*cookies*/
.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper.show {
  left: 20px;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding:1rem;
}
i.bx.bx-cookie {
    color: #65221A;
    font-size: 30px;
}
header h4 {
    font-size:24px;
  color: #65221A;
  font-weight: 500;
}
.wrapper .data {
  margin-top: 10px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color:#138808;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  font-size:16px;
  padding: 8px 0;
  border-radius: 4px;
  background: #65221A;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  /*background-color: #fff;*/
  /*color:#65221A;*/
  /*border: 1px solid #65221A;*/
}
#declineBtn {
  border: 1px solid #65221A;
  background-color: #fff;
  color: #65221A;
}
#declineBtn:hover {
  background-color: #65221A;
  color: #fff;
}



.enquire-now {
    display: block;
    position: fixed;
    top: 100px;
    right: -43px;
    z-index: 100000;
    rotate: 270deg;
}
.book-a-demo {
    display: block;
    position: fixed;
    top: 247px;
    right: -46px;
    z-index: 100000;
    rotate: 270deg;
}

.btn-primary-cta {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0.8rem 1.6rem!important;
    gap: 1rem;
    color: #65221a;
    background: #ffff;
    border: 1px solid #65221a;
    border-radius: 2rem;
    opacity: 1!important;
    cursor: pointer;
    text-decoration: none;
    font-weight: var(--semibold);
    display: inline-flex;
}
.btn-primary-cta:hover {
    color: #ffff!important;
    background: #65221a;
}
.lepopup-form-inner {
    background: #fff;
}
@media only screen and (max-width: 600px) {
    .enquire-now {
    display: block;
    position: fixed;
    top: 140px;
    right: -30px;
    z-index: 100000;
    rotate: 269deg;
}
.book-a-demo {
    display: block;
    position: fixed;
    top: 247px;
    right: -32px;
    z-index: 100000;
    rotate: 270deg;
}
.center-cta {
    text-align: center;
}
}