body {
	font-family: GothamRounded-Book;
}

@font-face {
	font-family: GothamRounded-Book;
	src: url(../font/Gotham-Rounded-Book.otf);
}

* {
	margin:0px;
	box-sizing: border-box;
	padding:0px;
}

.banner {
	background-image: url(../images/banner3.jpg);
	background-size: cover;
	height: 480px;
	background-position: center;
	background-repeat: no-repeat;
}
.disclaimer-test{
    Font-size:16px;
    padding:1px 0px 0px 0px;

}

.sub-banner {
	text-align: center;
}

.sub-banner h1 {
	color: #fff;
	font-weight: bold;
	font-size: 45px;
	
}

.sub-banner h2 {
	color: #fff;
	font-weight: 500;
	font-size: 25px;

}

.main-form {
	display: flex;
	justify-content: center;
}

.main-form .col-md-2 {
	padding: 0;
}

.border-redius1 {
	border-radius: 7px 0 0 7px;
	height: 50px !important;
}

.border-redius2 {
	border-radius: 0;
	height: 50px !important;
}

.border-redius3 {
	border-radius: 0px 7px 7px 0px;
	width: 100%;
	height: 50px !important;
	background: #009688;
	color: #fff;
	font-size: 20px;
}

.contact {
	font-size: 53px;
	text-decoration: none;
	color: #fff;
}

.contact:hover {
	text-decoration: none;
	color: #fff;
}

.h3_text h3 {
	font-size: 25px;
	color: #ccc;
	margin: 1% 0;

}

.repair-service {
	background: rgba(56, 135, 96, .1) !important;
	padding: 35px 0;
}

.repair-service img {
	width: 84px;
	height: 68px;
}

.repair-service .col-md-4 {
	box-shadow: 1px 1px 2px 1px #bcbcbc78;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 0 17px;
	border-radius: 1px;
}

.repair-service h3 {
	color: #000;
	font-weight: 600;
	font-size: 30px;
	text-shadow: 2px 3px rgba(100, 100, 100, .1);
	letter-spacing: 2px;
	padding-bottom: 2%;
}

/* .sub-add-class{
	height: 100px;
} */
.repair-service p {
	font-size: 14px;
	text-align: center;
	padding: 2px;
	color: #000;
}

.main-service {
	background: rgba(245, 245, 245, .9);
	padding: 4em 0;
}

.sub-service2 {
	border: 1px solid #ccc;
	width: 85px;
	height: 85px;
	padding: 8px;
	border-radius: 50%;
	color: green;
}

.sub-service2 i {
	color: #1d4230;
}

.text1 {
	margin: 0;
	font-size: 34px;
	padding: 0;
	line-height: 26px;
}

.text2 {
	font-size: 25px;
}

.labour-text h4 {
	font-size: 20px;
	font-weight: 600;
	color: green;
}

.labour-text h4 {
	font-size: 20px;
	font-weight: 500;
	color: #1d4230;
	padding: 15px 0 5px;
}

.sub-main-service {
	text-align: center;
	display: ruby;
	margin-top: 2%;
}

.tick-1 {
	font-size: 44px;
	margin: 12px;
}

.line {
	border: 2px solid rgb(4, 81, 4);
	width: 150px;
	margin: 7px 0 2%;
}

.lines {
	display: flex;
	justify-content: center;
}

.main-certification {
	background: #fff;
	padding: 4em 0;
}

.main-certification img {
	border: 5px solid rgb(4 81 4 / 46%);
	border-radius: 10px;
	width: 100%;
	padding: 18px;
	margin-top: 3%;
}

.caption-style-1 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.caption-style-1 li {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.caption-style-1 li:hover .caption {
	opacity: 1;

}


.caption-style-1 img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	width: 100%;
	height: 249px;
}


.caption-style-1 .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;

}

.caption-style-1 .blur {
	background-color: rgb(76 175 80 / 62%);
	height: 300px;
	width: 417px;
	z-index: 5;
	position: absolute;
}

.caption-style-1 .caption-text h1 {
	text-transform: uppercase;
	font-size: 18px;
}

.caption-style-1 .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 400px;
	height: 300px;
	text-align: center;
	top: 100px;
}

/* CAPTION 2 */
.caption-style-2 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

.caption-style-2 li {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.caption-style-2 li:hover .caption {
	opacity: 1;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
}

.caption-style-2 img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}

.caption-style-2 .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	top: 300px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.caption-style-2 .blur {
	background-color: rgba(0, 0, 0, 0.7);
	height: 300px;
	width: 400px;
	z-index: 5;
	position: absolute;
}

.caption-style-2 .caption-text h1 {
	text-transform: uppercase;
	font-size: 18px;
}

.caption-style-2 .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 400px;
	height: 300px;
	text-align: center;
	top: 20px;
}

/* CAPTION 3 */
.caption-style-3 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

.caption-style-3 li {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.caption-style-3 li:hover .caption {
	opacity: 1;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
}

.caption-style-3 li:hover img {
	opacity: 1;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
}

.caption-style-3 img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 0;
}

.caption-style-3 .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	top: 300px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.caption-style-3 img {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.caption-style-3 .blur {
	background-color: rgba(142, 68, 173, 0.95);
	height: 300px;
	width: 400px;
	z-index: 5;
	position: absolute;
}

.caption-style-3 .caption-text h1 {
	text-transform: uppercase;
	font-size: 18px;
}

.caption-style-3 .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 400px;
	height: 300px;
	text-align: center;
	top: 20px;
}

/* CAPTION 4 */

.caption-style-4 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

.caption-style-4 li {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.caption-style-4 li:hover .caption {
	opacity: 1;
}

.caption-style-4 li:hover img {
	opacity: 1;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}

.caption-style-4 img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 0;
}

.caption-style-4 .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.caption-style-4 img {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.caption-style-4 .blur {
	background-color: rgba(0, 0, 0, 0.65);
	height: 300px;
	width: 400px;
	z-index: 5;
	position: absolute;
}

.caption-style-4 .caption-text h1 {
	text-transform: uppercase;
	font-size: 24px;
}

.caption-style-4 .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 400px;
	height: 300px;
	text-align: center;
	top: 100px;
}

.main-gallery {
	background-color: #0479044f;
	padding: 3em;
}

.footer_1 {
	background: rgba(29, 66, 48, .95);
	padding: 3em 0 1em;
	margin-top: 4%;
	color: #fff;
}

.footer-ul li {
	font-size: 18px;
	text-align: left;
	line-height: 25px;
	padding-bottom: 11px;
}

.footer-p p {
	font-size: 18px;
	text-align: left;
	line-height: 31px;
}

.footer_2 {
	background: #11441e;
	padding: 1em 0 0;
	color: #fff;
}

.footer_2 p {
	font-size: 12px;
	text-align: center;
}

.footer_2 h3 {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

.main-service-new-h3 {
	color: #000;
	font-weight: 600;
	font-size: 30px;
	text-shadow: 2px 3px rgba(100, 100, 100, .1);
	letter-spacing: 2px;
}

.sub-banner a {
	color: #fff;
}
/* .new-footer{
	position: fixed;
    height: 120px;
    bottom: 0;
    width: 100%;
	background-color: #1d4230;
    color: #fff;
	
} */
/* .sub-footer{
		display:block;
		justify-content:center;
		align-items: center;
} */
/* .new-footer p{
	margin: 1% 0 5px;
    font-size: 17px;

} */
.new-footer {
	position: fixed;
	height: auto; 
	bottom: 0;
	width: 100%;
	background-color: #1d4230;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 0px; 
  }
  
  .new-footer p {
	margin: 5px 0;
	font-size: 17px;
  }
  
  .sub-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
  }
  
  .btn1 {
	background-color: transparent;
	border: none;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.2s ease;
  }
  
  .btn1:hover {
	transform: scale(1.2);
  }
  
  .transparent-btn {
	color: #fff;
	text-decoration: none;
  }
  
  .terms-text {
	margin-top:0px; 
	color: #fff;
	font-size: 14px;
	text-decoration: none;
  }
  
  .terms-text:hover {
	text-decoration: underline;
  }
  
  /* .logo-container {
	display: flex;
	align-items: center;  /* Center vertically */
	/* justify-content: flex-start; */ 
	/* padding: 20px;  Optional padding */
/* }  */
/* 
/* .logo-container img {
	width: 100px; /* Adjust as needed */
	/* height:100%;
	object-fit: contain; /* Ensures the full image is visible */
/* }  */

  
 .logo-container {
	display: flex;
	object: cover;
	align-items: center;
	 justify-content: flex-start;  
	 padding: 10px;  
  }
  .rounded-logo {
	width: 100px; 
	height: 100px; 
	border-radius:0%; 
	object-fit: fill; 
	border: 2px solid #ccc; 
	margin: 10px;
  }  
.disclaimer1{
	font-size:13px;
	padding:10px;
	margin-bottom:13%;
    /* background-color:lightgrey; */
	width:100%;
	
}
.terms-text {
	font-size: 14px; 
	color: #fff; 
	text-align: center; 
	margin-top: 10px; 
	cursor: pointer;
	transition: transform 0.2s ease;
  }
  .terms-text:hover {
	/* transform: scale(1.2);  */
	color: yellow;
	cursor: pointer;

  }
  .col-md-12 {
	margin-bottom:1.5rem;
  }