/* Global */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body{
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;
	color: #545454;
	font-size: 14px;
	line-height: 25px;	
}

h1, h2, h3, h4, h5, h6{
	font-family: "Roboto Condensed", sans-serif;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 2rem;
	font-weight: 900;
	color: #0098b3;
}

.btn-danger{
	background-color: #0098b3;
	color: #ffffff;
	border-color: #0098b3;
}

.btn-danger:hover{
	background-color: #212529;
	color: #ffffff;
	border-color: #212529;
}

.btn-dark:hover{
	background-color: #0098b3!important;
	color: #212529;
	border-color: #0098b3!important;
}

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

.main-banner{
	/* background-image: url('../image/background-main.jpeg'); */
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.main-banner .wrapper{
	background-color: rgb(236 236 236 / 46%);
	padding: 100px 0;
}

.main-banner p{
	font-size: 17px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    border: 0px !important;
    box-shadow: none;
}

.main-banner input{
	font-size: 13px;
	padding: 9px 20px;
}

.counter-section{
	padding: 80px 0 60px 0;
}

.counter-section i{
	font-size: 3rem;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #0098b3;
}

.counter-section h5{
	font-size: 28px;
	margin-bottom: 5px;
	color: #000;
}

.safety-and-quality{
	padding: 80px 0;
	background-color: #f0f0f0;
}

.safety-and-quality .card-body{
	padding: 50px;
	padding-bottom: 40px;
}

.cta{
	background-image: url('../img/h4-bg-contact.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.cta .card-body{
	padding: 30px 30px;
	background-color:#fef9f8;
	border-radius: 10px;
}

.offering{
	padding: 80px 0;
}

.owl-nav{
	display: none;
}

.owl-dots{
	margin-top: 20px;
}

#slider2 img.thumb{
	width: 60px;
	margin: 40px auto 15px auto;
	border-radius: 50%;
}

#slider2 img.quote{
	width: 60px;
	margin: 30px auto 20px auto;
	opacity: 0.1;
}


.contact-section{
	background-image: url('../image/cate2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.contact-section .wrapper{
	background-color: rgba(251, 251, 251, 0.9);
	padding: 80px 0;
}

.contact-section ul.contact-list li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.contact-section ul.contact-list{
	margin: 0 0 20px;
	padding: 0;
}

.map iframe{
	padding: 0;
	height: 360px;
	width: 100%!important;
	margin-top: 10px;
}

form input{
	font-size: 13px!important;
	padding: 9px 20px!important;
}


.thank-you .row{
	height: 100vh;
	background-color:#fff;
}

.mobile-bottom-fixed{
	display: none;
	position: fixed;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 999;
}

.mobile-bottom-fixed a{
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Starting of Media Query */

@media screen and (max-width: 571px) {

	header img{
		margin-top: 10px;
	}
  
	.main-banner .wrapper{
	   	padding: 40px 15px;
	}

	.main-banner{
		background-size: contain!important;
		background-attachment: initial !important;
	}

	.main-banner .wrapper {
	    padding: 50px 15px 40px 15px!important;
	    background-color: rgb(223 223 223 / 20%)!important;
	}

	h1{
	  	font-size: 2.5rem;
	  	font-weight: 600;
	}

	.main-banner p{
	  	font-size: 14px;
	}

	.main-banner .card{
	  	margin-top: 30px!important;
	}

	.counter-section{
		padding: 30px 15px 20px 15px;
	}

	.counter-section .text-center {
    text-align: left !important;
	}

	.safety-and-quality{
		padding: 30px 10px;
	}

	.safety-and-quality .card-body{
		padding: 20px 15px;
		padding-bottom: 20px;
	}

	.safety-and-quality .card{
		margin: 10px 0;
	}

	.safety-and-quality h2{
		margin-bottom: 0px!important;
	}

	.safety-and-quality h4{
		text-align: left!important;
	}

	.offering{
		padding: 30px 10px;
	}

	.offering h2{
		margin-bottom: 30px!important;
	}

	.offering .item img.quote{
		margin-top: 0!important;
	}

	.contact-section .wrapper{
		padding: 30px 10px 10px;
	}

	.thank-you .row{
		height: 100vh;
		background-color:#fef9f8;
		overflow: hidden;
		padding: 0 15px;
	}

	.thank-you{
		overflow: hidden;
	}

	.mobile-bottom-fixed{
		display: block;
		background-color: #212529;
	}

	.mobile-bottom-fixed a{
		display: inline-block;
		width: 49%;
		margin: 0px;
	}

	.mobile-bottom-fixed a:nth-child(2){
		background-color: #212529;
		color: #0098b3;
		border-color:#212529;
	}

	.mobile-bottom-fixed a:nth-child(2) i{
		color: #0098b3!important;
		border-color: #0098b3;
	}

	.mobile-bottom-fixed a:nth-child(2):hover{
		background-color: #0098b3;
		color: #000;
		border-color: #0098b3;
	}

	.mobile-bottom-fixed a:nth-child(2):hover i{
		color: #000!important;
	}

	.mobile-bottom-fixed a:hover i{
		color: #0098b3!important;
	}


}



/* How It Works Section */
.how-it-works {
	background-color: #f9f9f9;
  }
  
  /* Step Card Styling */
  .step-card {
	border: none;
	background: #fff;
	border-radius: 12px;
	transition: transform 0.3s ease-in-out;
	position: relative;
	padding-top: 50px;
	height: 240px;
  }
  
  .step-card:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  /* Step Number Circle */
  .step-number {
	width: 50px;
	height: 50px;
	background: #0098b3;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  }

  
  /* General Section Styling */
.services-section {
	/* background-color: #f9f9f9; */
  }
  
  /* Card Styling */
  .service-card {
	border: none;
	background: #fff;
	border-radius: 12px;
	transition: transform 0.3s ease-in-out;
  }
  
  .service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  /* List Styling */
  .custom-list {
	list-style: none;
	padding: 0;
  }
  
  .custom-list li {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
  }
  
  .custom-list li i {
	font-size: 18px;
	margin-right: 10px;
	color: #dc3545;
  }
  

  /* About Us Section */
.about-us-section {
	background-color: #f9f9f9;
  }
  
  .about-box {
	transition: transform 0.3s ease;
	border-radius: 12px;
  }
  
  .about-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .about-box h5 {
	margin-bottom: 15px;
  }
  
  .about-box ul {
	list-style-type: "✔ ";
	padding-left: 20px;
  }
  
  .about-box ul li {
	margin-bottom: 8px;
  }

  a{
	text-decoration:none;
  }
  .floating_btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	z-index: 1000;
  }
  
  @keyframes pulsing {
	to {
	  box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
  }
  
  .contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size:30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
	margin-top: 8px;
	color: #707070;
	font-size: 13px;
  }