body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
    font-family: "Poppins", sans-serif;
	overflow-x:hidden;
   }
   
.container-fluid {
	padding: 0px 40px !important;
	}

.phonelogo{
	display: none;
    }
.logo {
	width:auto;
	padding: 0px 0px;
	position: relative;;
    }
.logo img {

	}
.main-nav.scroll .logo {
width: 235px;
  margin: 13px 0px;
	}
.main-nav.scroll .rightlink {
	margin-top: 5px;
	}
.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #f0d04d;
    }

.main-nav {
   margin:0px 0px;
   padding: 10px 0px;
   transition: all 0.1s ease 0s;
   width: 100%;
   position: relative;
   background: #ffffff;
   z-index: 999;
	}  
.main-nav.scroll {
	padding: 5px 0px;
	background-color: #fff;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    }
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	gap: 40px;
	}
.stellarnav ul {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 42px;
	}
.stellarnav > ul > li > a {
    background: transparent;
    padding: 15px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #191919;
}
.stellarnav > ul > li > a:hover {
	color:#BC0808 !important;
	}
.stellarnav > ul > li > a.active {
	color:#BC0808 !important;
	}
.main-nav-socialicon {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
	}
.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
	}
.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
	}
.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
	}
.stellarnav li.has-sub a {
	padding-right: 0px !important;
	}
.main-nav .stellarnav li li a:hover {
	background: #f2f8fd;
	color: #56A5EC;
	}	
.main-nav .stellarnav li li a.active {
	background: #f2f8fd;
	color: #56A5EC;
	}
.stellarnav li.has-sub > a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
	}
.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	margin-top: 46px;
	}
.consultatione-icon {
	padding: 0px 0px;
	margin: 0px 0px;
	background: #000000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.consultatione-btn {
  margin: 0px 0px;
  padding: 2px 15px 2px 4px;
  position: relative;
  font-family: "Oswald", sans-serif;
  background: #BA131A;
  border: #BA131A 1px solid;
  font-size: 16px;
  color: #fff !important;
  border-radius: 32px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  font-weight: 500;
  letter-spacing: 0px;
  gap: 10px;
}
.consultatione-btn:hover {
	background: #d1121c;
	border: #d1121c 1px solid;
	color: #fff;
	}
.banner-section {
	margin:0px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	position: relative;	
	}
.banner-section video {
	height: 100%;
	width: 100%;
	}
.banner-section .owl-nav {
	display: none;
	}

.banner-section .owl-dots {
	display: block;
	}
.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 17px;
	text-align: center;
	width: 100%;
	}
.banner-section .owl-theme .owl-dots .owl-dot.active span{
	background: #BA131A !important;
	border: #BA131A !important;
	width: 23px !important;
	}
.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 8px !important;
	height: 8px !important; 
	margin: 5px 3px;
	background: #ffffff;
	border:#ffffff 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 12px;
	}
.banner-section #overlay {
  position: absolute;
  width: 100%;
  height: 44%;
  left: 0;
  right: 0;
  bottom: 0px;
  cursor: pointer;
  background-image: linear-gradient(180deg, #0000, #090808);
  }
.bannercarousel-text {
	position: absolute;
	bottom: 65px;
	width: 100%;
	text-align: center;
	left: 0px;
	right: 0px;
	}
.bannercarousel-text h3 {
margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 47px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0px;
	}


.cleanuptesting-section {
	margin: 0px 0px;
	padding: 60px 0px;
	position: relative;
	background: url(../images/cleanuptesting-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
    }
.cleanuptesting-img{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
     }
.cleanuptesting-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
     }
.businessoverbox {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 40px 40px 0px #0000001A;
    border-radius: 23px;
    width: 322px;
    position: absolute;
    right: -101px;
    bottom: 0%;
    z-index: 9;
}
.businessover-left {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
 
  }
.businessover-left h5 {
margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 21px;
  color: #000000;
  font-weight: 600;
  width: 60%;
  }
.businessoverbox p {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 1.5;
  }

.discovertext{
margin: 0px 0px 0px 17%;
  padding: 0px 0px;
  position: relative;
  width: 87%;
    }
.discovertext p {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 16px;
  color: #252525;
  font-weight: 400;
  line-height: 25px;
}
.discovertext p a {
	color: #BA131A;
	text-decoration: underline; 
    }
.discovertext p a:hover {
	color: #BA131A;
	text-decoration: none; 
    }
.discoverbtn {
  background: transparent;
  padding: 11px 25px;
  margin: 0px 0px;
  font-family: "Oswald", sans-serif;
  color: #BA131A;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 41px;
  border: #BA131A 2px solid;
  position: relative;
  text-transform: uppercase;
  }
.discoverbtn:hover {
	background: #BA131A;
	color: #fff;
	border: #BA131A 1px solid;
    }
.cleanuptesting-cardtext{
margin: 0% 0px 0px 0px;
  padding: 0px 0px 0px 3%;
  position: relative;
  width: 100%;
    }
.cleanuptesting-cardtext h6 {
  margin: 0px 0px 13px 0px;
  padding: 0px 0px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  font-size: 19px;
  width: auto;
  font-weight: 499;
  line-height: 27px;
  text-decoration: navajowhite;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
	}
.cleanuptesting-cardtext h6 span {
  color: #BC0808;
  font-size: 14px;
	}
.cleanuptesting-cardtext h2 {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px;
  font-family: "Oswald", sans-serif;
  text-align: left;
  letter-spacing: 0px;
  color: #262F2E;
  font-size: 39px;
  font-weight: 500;
  line-height: 48px;
  width: 100%;
   }
.cleanuptesting-cardtext h5 {
margin: 0px 0px 30px 0px;
  padding: 0px 0px;
  text-align: left;
  letter-spacing: 0px;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 39px;
  font-weight: 600;
  line-height: 53px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 18px;
	}
.cleanuptesting-cardtext h5 a {
	color: #BC0808;
	text-decoration: none;
	}
.cleanuptestingicon {
	width: 48px;
    }
.cleanuptestingicon img {
	width: 100%;
    }

.servicescard-section {
	margin: 0px 0px;
	padding: 57px 0px 85px 0px;
	position: relative;
	background: url(../images/servicescard-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
}
.otherservices-section {
	background: url(../images/OtherServicesbg.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
}
.otherservices-section .servicehead h2 {
	color: #000000;
	font-size: 40px;
	font-weight: 500;
}
.otherservices-section .servicecard {
	border: #b5b4b4 1px solid;
}
.otherservices-section .owl-carousel button.owl-dot {
  background: #aeaeae !important;
  }
.servicescard-section .owl-nav {
	display: none;
	}

.servicescard-section .owl-dots {
  position: absolute;
  bottom: -33px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
	}
.servicescard-section .owl-carousel .owl-nav button.owl-next, .servicescard-section .owl-carousel .owl-nav button.owl-prev, .servicescard-section .owl-carousel button.owl-dot {
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	width: 8px;
	background: #fff;
	height: 8px;
	border-radius: 50%;
   }
 .servicescard-section .owl-carousel .owl-nav button.owl-next, .servicescard-section .owl-carousel .owl-nav button.owl-prev, .servicescard-section .owl-carousel button.owl-dot.active {
	background: #BA131A !important;
	border: #BA131A !important;
	width: 23px !important;
	border-radius: 12px;
   }

.servicehead{
	margin: 0px 0px 32px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
    }
.servicehead h2{
  margin: 0px 0px;
  padding: 0px;
  font-family: "Oswald", sans-serif;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
  width: auto;
    }
.viewbtn {
  background: transparent;
  padding: 10px 25px;
  margin: 0px 0px;
  font-family: "Oswald", sans-serif;
  background: #BC0808;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 41px;
  border: #BC0808 2px solid;
  position: relative;
  text-transform: uppercase;
  }
.viewbtn:hover {
	background: transparent;
	color: #d30707;
	border: #d30707 2px solid;
    }
.servicecard{
margin: 0px 0px;
  padding: 20px 20px 13px 20px;
  position: relative;
  background: #f3f3f3;
  border-radius: 15px;
   }
.servicecardimg {
  padding: 0px 0px;
  margin-bottom: 15px;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
 }
.servicecardimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.servicecardimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.servicecard h3 {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
}
.servicecard p {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 15px;
  color: #212222;
  font-weight: 400;
  line-height: 22px;
  min-height: 74px;
}
.trendingcard_bottom {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.trendingcard_text {
	margin: 0px 0px;
	padding: 6px 0px;
	position: relative;
}
.trendingcard_text h6 {
color: #131A34;
  font-size: 17px;
  width: 100%;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.calendar-icon {
	width: 19px;
}
.cartcard {
	width: 48px;
}


.clientransformatios-section{
  margin: 0px 0px;
  padding: 60px 0px 46px 0px;
  position: relative;
  background: url(../images/clientransformatios-bg.png) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  height: 100%;
  }
.clientransforma-left{
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 82%;
  }
.clientransforma-left h6 {
  margin: 8px 0px 13px 0px;
  padding: 0px 0px;
  text-align: left;
  letter-spacing: 0px;
  color: #191919;
  font-size: 19px;
  width: auto;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
	}
.clientransforma-left h6 span {
	color: #BC0808;
	font-size: 14px;
	}
.clientransforma-left h2 {
margin: 0px 0px 18px 0px;
  padding: 0px 0px;
  font-family: "Oswald", sans-serif;
  text-align: left;
  letter-spacing: 0px;
  color: #262F2E;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  width: 79%;
   }
.clientransforma-left p {
margin: 0px 0px 32px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 17px;
  color: #252525;
  font-weight: 400;
  line-height: 26px;
}
.reviewscard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.reviewscard-img {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 170px;
	}
.reviewscard-img img {
	width: 100%;
	}
.reviewscard h6{
	margin:	6px 0px 0px 0px;
	padding:0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #262F2E;
	font-size: 14px;
	width:auto;
	font-weight: 400;
	line-height: 29px;
	}
.reviewscard h6 a{
	text-decoration: none;
	color: #262F2E;
	}
.reviewscard h6 a:hover{
	text-decoration: underline;
	color: #262F2E;
	}
.clientransforma-right .owl-carousel .owl-nav.disabled {
	display: block;
	}
.clientransforma-right .owl-nav .owl-prev {
    background: #ffff;
    top: 53%;
    position: absolute;
    left: 1px;
    opacity: 1;
    width: 40px;
    border: #BC0808 1px solid !important;
    height: 40px;
    border-radius: 50%;
    color: #BC0808 !important;
    font-size: 13px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 4px 0px rgb(197 197 197 / 68%);
    padding: 12px !important;
	}
		
.clientransforma-right .owl-nav .owl-prev:hover {
    background: #BC0808 !important;
	color: #fff !important;
	}
.clientransforma-right .owl-nav .owl-next {
    background: #BC0808 !important;
    top: 53%;
    position: absolute;
    right: -5px;
    opacity: 1;
    width: 40px;
    border: transparent 1px solid !important;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 5px 4px 0px rgb(197 197 197 / 68%);
	}
.clientransforma-right .owl-nav .owl-prev img {
	width: 14px;
	}
.clientransforma-right .owl-nav .owl-next img {
	width: 14px;
	}
.clientransforma-right .owl-dots {
	display: none;
	}
.feedback-arrow{
  position: absolute;
  right: 37px;
  top: 28px;
  width: 38px;
  }
.feedback-arrow img{
	width: 100%;
    }
.customercard{
  margin: 83px auto 38px auto;
  padding: 38px 46px;
  width: 95%;
  min-height: 260px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 15px 17px 0px #0000001A;
  border-radius: 23px;
  }
.userimg {
  margin: -61px 0px 25px 0px;
  padding: 0px 0px;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
	}
.userimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.usertext{
  margin: 27px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  text-align: left;
  }
.usertext h4{
margin: 0px 0px 5px 0px;
  padding: 0px 0px;
  letter-spacing: 0px;
  color: #BC0808;
  font-size: 17px;
  font-weight: 600;
}
.usertext h6{
margin: 0px 0px;
  padding: 0px 0px;
  letter-spacing: 0px;
  color: #676767;
  font-size: 14px;
  font-weight: 400;
}
.customercard p{
padding: 0px 0%;
  margin: 0px 0px 20px 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #212222;
	}
.photogallery-section{
	margin: 0px 0px;
	padding: 60px 0px 45px 0px;
	position: relative;
	width: 100%;
    }
.photogallery-section h2 {
	margin: 0px 0px 45px 0px;
	padding: 0px 0px;
	font-family: "Oswald", sans-serif;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	font-size: 40px;
	font-weight: 500;
	line-height: 30px;
	width: auto;
   }
   
.sml-work-box1 {
	width: 100%;
	height: 240px;
	border-radius: 25px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	cursor: pointer;
    }
.sml-work-box1 img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 25px;
    }
.sml-work-box1:hover img {
	transform: scale(1.1);
    }

.sml-work-box2 {
	width: 100%;
	height: 450px;
	border-radius: 25px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
    }
.sml-work-box2 img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 25px;
    }
.sml-work-box2:hover img {
	transform: scale(1.1);
    }
.big-work-box {
	width: 100%;
	height: 715px;
	border-radius: 25px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	cursor: pointer;
    }
.big-work-box img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 25px;
    }
.big-work-box:hover img {
	transform: scale(1.1);
    }


/*================================================
vedio Button Area CSS
=================================================*/


.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button a::before {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #F7941D;
	border: 1px solid #F7941D;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	background-color: #fff;
	border: 1px solid #fff;
	position: relative;
	font-size: 30px;
}

.play-button a i {
	color: #000000c9;
	font-size: 27px;
}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
vedio Button Area CSS
=================================================*/

.footcontainer-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	background: #070707;
    }
.dropmessagecard{
  margin: 0px 0px;
  padding: 60px 42px;
  position: relative;
  background: url(../images/dropmessagecard-bg.png) no-repeat;
  background-size: 100% 100%;
  height: auto;
  }
.dropmessagecard h3 {
	margin: 0px 0px 45px 0px;
	padding: 0px 0px;
	font-family: "Oswald", sans-serif;
	text-align: left;
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 500;
	line-height: 30px;
	width: auto;
    }
.robinsonsawmillcard{
  margin: 0px 0px;
  padding: 60px 42px;
  position: relative;
  background:#070707;
  height: 580px;
  }
.robinsonsawmillcard h3 {
	margin: 0px 0px 45px 0px;
	padding: 0px 0px;
	font-family: "Oswald", sans-serif;
	text-align: left;
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	width: auto;
	text-transform: uppercase;
		}
.quoteform .form-control::placeholder {
	color: #EAEAEA;
	opacity: 1;
	}
.quoteform .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 0px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background: transparent;
	background-clip: padding-box;
	border-bottom: 1px solid #D0D0D087 !important;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 23px;
	border: 0px;
}
.quoteform .form-control:focus {
	color: #fff;
	background-color: #ffffff00;
	border-color: #86b6fe00;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 109, 253, 0);
}
.senddetail-btn {
	margin: 26px 0px 0px 0px;
	padding: 14px 54px;
	position: relative;
	background: #BC0808;
	border: #BA131A 1px solid;
	width: auto;
	height: auto;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	border-radius: 32px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.senddetail-btn:hover {
	background: #da0606;
	border: #da0606 1px solid;
	color: #fff;
    }

.footerlinks{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.footerlinks h3 {
  margin: 0px 0px 21px 0px;
  padding: 0px 0px;
  position: relative;
  font-family: "Poppins", sans-serif;
  text-align: left;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  text-transform: unset;
 }
 .footerlinks ul {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px;
  list-style: none;
   }
.footerlinks li {
	padding: 0px 0px 5px 0px;
	margin:	0px 0px;
	list-style-type: none;
    }
.footerlinks li a {
 font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #E8E8E8;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  transition: all 300ms ease-in-out;
   }
.footerlinks li a:hover {
	color: #BC0808;
	padding-left: 3px;
	text-decoration: none;
    }
.footerlinks p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #E8E8E8;
  padding: 1px 0px 14px 0px;
  margin: 0px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0px;
    }
.footerlinks p a {
	color: #E8E8E8;
	text-decoration: none;
    }  
.footerlinks p a:hover {
	color: #BC0808;
	text-decoration: none;
    }
.footerlinks h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #BCBCBC;
  padding: 0px 0px;
  margin: 10px 0px 0px 0px;
  }
.footerlinks h6 a {
  color: #FFFFFF;
  text-decoration: none;
  }
.footerlinks h6 a:hover {
  color: #BC0808;
  text-decoration: none;
  }
.footerlinks p span.info-text {
	width: 80%;
	display: flex;
}
.footerlinks p span {
	width: 37px;
	height: auto;
	margin-right: 0px;
    }
.footerlinks p span img {
	width: 21px;
	object-fit: contain;
   }
.footerlinks .consultatione-btn {
  margin: 32px 0px 0px 0px;
  padding: 2px 15px 2px 4px;
  position: relative;
  font-family: "Oswald", sans-serif;
  background: #BA131A;
  border: #BA131A 1px solid;
  font-size: 15px;
  color: #fff !important;
  border-radius: 32px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: center;
  width: 259px;
  font-weight: 500;
  letter-spacing: 0px;
  gap: 10px;
  float: right;
}
.findus-icon {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
}
.findus-icon a{
  padding: 0px 0px;
  background: #630000;
  font-size: 15px;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.findus-icon a img{
  width: 35px;
  object-fit: contain;
   }
.copyright{
	margin-top: 53px;
}





/* ---- Inner Pages Css----- */
.breadcumb {
	margin: 0px 0px;
	position: relative;
    }
.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 234px;
	max-height: 234px;
	}
.breadcumb #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(2, 2, 2, 0.59);
   }
.hero-content{
	padding: 50px 0px;
    position: absolute;
    top: 21%;
    width: 100%;
  }
.hero-content p {
	color: #FEFEFE;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px;
	}
.hero-content p a {
	color: #ECECEC;
	text-decoration: none;
	}
.hero-content h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #FEFEFE;
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	letter-spacing: 2%;
}
.aboutuspage-section {
	margin: 0px 0px;
	padding: 65px 0px 20px 0px;
	width: 100%;
	background: #fff url(../images/butcherproductbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}
.aboutrightimg {
margin-bottom: 12px;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  }

.aboutrightimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.aboutrightimg:hover img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutrightimg02 {
margin-bottom: 12px;
  position: relative;
  width: 100%;
  height: 455px;
  border-radius: 20px;
  overflow: hidden;
  }

.aboutrightimg02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.aboutrightimg02:hover img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.servicesimg01 {
margin-bottom: 12px;
  position: relative;
  width: 100%;
  height: 506px;
  border-radius: 20px;
  overflow: hidden;
  }

.servicesimg01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.servicesimg01:hover img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutuspage-text{
	margin: 0px 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	width: 100%;
    }
.aboutuspage-text p {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 16px;
  color: #252525;
  font-weight: 400;
  line-height: 25px;
}

.getintouch-section {
	margin: 0px 0px;
	padding: 65px 0px;
	width: 100%;
	background: #fff;
	position: relative;
	min-height: 500px;
	overflow: hidden;
    }
.getintouchimg {
  margin-bottom: 12px;
  position: relative;
  width: 94%;
  height: 535px;
  border-radius: 20px;
  overflow: hidden;
  }

.getintouchimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.getintouchimg:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }
.getintouch-text{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.getintouch-text h3 {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	font-family: "Oswald", sans-serif;
	text-align: left;
	letter-spacing: 0px;
	color: #262F2E;
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	width: auto;
    }
.getintouch-text p {
	margin: 0px 0px 32px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 17px;
	color: #252525;
	font-weight: 400;
	line-height: 26px;
}
.touchcard{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }

.touchcard h5 {
  margin: 0px 0px 9px 0px;
  padding: 0px 0px;
  font-family: "Oswald", sans-serif;
  text-align: left;
  letter-spacing: 0px;
  color: #262F2E;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  width: auto;
   }
 .touchcard h6 {
  margin: 0px 0px 32px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 16px;
  color: #252525;
  font-weight: 400;
  line-height: 26px;
  width: 74%;
}  
.touchcard-icon{
  margin: 0px 0px 11px 0px;
  padding: 0px 0px;
  position: relative;
  background: #BC0808;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
   }
.touchcard-icon img{
   width: 24px;
   }
.map-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	}



.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #e60a16;
	border: 1px solid #e60a16;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #fd0d19;
	border: 1px solid #fd0d19;
}

.aigwl_masonary_gallery .grid-item img {
    border-radius: 25px;
}

.page-id-100 .servicecard {
    margin-bottom: 25px;
}
.touchcard a {
    color: #252525;
    text-decoration: none;
}

.servicecard a {
    text-decoration: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: #df0b0b 1px solid;
	border-radius: 6px;
	color: #f00909;
	padding: 12px;
	background: #fff0;
}
.wpcf7 form.sent .wpcf7-response-output {
    	padding: 12px;
	border-color: #46b450;
	border-radius: 6px;
	color: #46b450; 
	text-align: center; 
}

.video-box {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures the video fills the space without distortion */
      max-width: 500px;
    border-radius: 20px;
    }