@charset "utf-8";
.space {
    padding: 80px 0px;
}
.space1 {
  padding: 40px;
}

.divider.dots {
   border: 0;
    height: 0;
    border-top: 3px dotted;
    border-image: linear-gradient(to right, #7A5A14, #BD8F2A, #F5D98A) 1;
    margin: 40px 0;
}

.img11 {
  border: 1px solid #0000005e;
  padding: 10px;
}

.text-justify {
    text-align: justify;
}
.font-26 {
    font-size: 26px;
}
/* CSS Document */
/* Default: hide on desktop */
.mobile-only {
  display: none !important; /* use !important to override other CSS */
}.bg-1 {
    background-color: #bb8757;
background-image: url("https://www.transparenttextures.com/patterns/dark-wood.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.client-border {
    border:#D3D3D3 1px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.breadcumb-h1 {
  font-size: 20px;
  color: #bb9031;
  margin-top: 13px;
  font-weight: 400;
	margin-bottom: 0px;
	
}
.panel-heading {
  background-color: #5e2801;
  color: #fff;
  text-align: center;
}
.panel-body {
  border: 1px solid #5e2801;
  padding: 34px;

  background-color: #F1F1F1;
}

select, .form-control, .form-select, textarea, input {

  background-color: #FFF;

}

.enquiry-space {
  
  margin-left: 15px;
}

.subheading {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 22px;
  color: #5e2801;
}
.bg-list{
	
	background-color: #bb8757;
  background-image: url("https://www.transparenttextures.com/patterns/ice-age.png");
}
.breadcumb-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-checklist-wrap2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 20px;
  max-width: 480px;
}
.product-heading {
  font-size: 42px;
font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
/*
.checklist li:hover {
    color: var(--body-color);
}
*/

.checklist li{
	    color: var(--body-color);
	
}
.box-title2 {
  margin-top: 41px;
  color: #5e2801;;
}

.service-block_text:hover{
	color: black !important;
}
.icon-style {
  font-size: 31px;
  margin-top: 23px;
  color: #5e2801;
}
.mission-title.mb-3 {
 
  text-align: left;
  color: #5e2801;
}
.checklist.style2.mb-40 {
  margin-bottom: 0 !important;
}

	.p-badge {
  display: inline-block;
  background: #e6d3c1;
  color: #1a1919;
  border: 1px solid #5e2801;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 6px 0 0;
}

.checklist.font {
  font-size: 18px;
}
.sec-title h2 {
  font-size: 44px;

}
.sec-title h4 {
  font-size: 42px;

}

/* Show on mobile */
@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
      padding-bottom: 30px;
      justify-content: center;
  }
	.breadcumb-wrapper {
  padding: 24px;
}
	.breadcumb-h1 {
  font-size: 16px;
 
}
	.about-checklist-wrap2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  max-width: 480px;
}
	
	
	.service-block {

  margin-top: 85px;
 height: auto;
	 

}
	.mobile {
  margin-top: 22px !important;
}
	

	
	
	
	
}
.bg-warning-light {
    background: #FF9D1536;
}


.navigation li.active-menu > a {
    color: var(--theme-color2); /* your theme color */
    font-weight: 600;
}



@media (max-width: 1399px) {
  .contact-media_title {
    font-size: 18px;
  }
	
	.box-title {
  font-size: 17px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
}
}



.whatsapp-footer {
  position: fixed;
  left: 20px;
  bottom:20px;
 text-align: center;
}


.breadcumb-wrapper.space.background-image {
  padding: 30px 0px;
}




