html {
  scroll-behavior: smooth;
}
body
{
	font-family: 'Montserrat', sans-serif;
}
main
{
	/*background-image: radial-gradient(#212121 20%, transparent 20%);
	background-position: 0 0;
	background-size: 100px 100px;*/
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);*/
	/*background-image: radial-gradient(#000 0.5%, transparent 5%);
	background-size: 23px 23px;
	background-position: 0 0, 50px 50px;
	background-repeat: repeat;*/
}
.cm-yellor-text
{
	color:#ef7f1a;	
}
.cm-yellor-bg
{
	background-color:#ef7f1a;	
}
.cm-brown-text
{
	color:#941a1a;	
}
.cm-brown-bg
{
	background-color:#941a1a;
}
.cm-pink-bg
{
	background-color:#f8ecea;
}
.cm-grey-bg
{
	background-color:#493f3e;
}
.cm-h2
{
	color:#ef7f1a;
	font-weight: bold;
	position: relative;
}
.cm-h2::after {
	border: 1px solid #c42223;
	content: ' ';
	width: 50px;
	height: 0px;
	position: absolute;
	bottom: -40%;
	left: 0;
}
.cm-h2-rev
{
	color:#c42223;
	font-weight: bold;
	position: relative;
}
.cm-h2-rev::after {
	border: 1px solid #ef7f1a;
	content: ' ';
	width: 50px;
	height: 0px;
	position: absolute;
	bottom: -40%;
	left: 0;
}
.cm-text-color
{
	color: #6E605F !important;
}

.cm-border
{
	border: 1px solid #ef7f1a;
	width: 80px;
	height: 0px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.content-lines-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.content-lines-inner {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-image: radial-gradient(#493f3e 0.5%, transparent 5%);
	background-size: 23px 23px;
	background-position: 0 0, 50px 50px;
	background-repeat: repeat;
}
.cm-btn-white {
	color: gray !important;
	background-color: #FFF;
	border: unset !important;
	border-radius: unset;
}
.cm-btn-white:hover {
	color: gray !important;
	background-color: #FFF;
	border: unset !important;
	border-radius: unset;
}
.carousel-indicators {
	right: 90% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.carousel-indicators [data-bs-target] {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	opacity: 1;
}
#myCarousel h4 {
	background-color: #ef7f1a;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	line-height: 30px;
	vertical-align: middle;
	display: inline-block;
	width: auto;
	padding-right: 40px;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 10rem;
	left: 3%;
	width: 100%;
}
.carousel-indicators .active {
	opacity: 1;
	background-color: #ef7f1a;
}
.esteemed-clientele img {
	width: auto;
	height: 110px;
	margin: 0 auto;
	padding: 15px;
}
a
{
	text-decoration: unset !important;
}
hr
{
	opacity: 1;
}
.testimonial
{
	color: #6E605F;
	position: relative;
}
.testimonial::after {
	content: '"';
	position: absolute;
	width: 80px;
	height: 84px;
	color: rgba(224, 208, 206, 0.5);
	font-size: 150px;
	line-height: 110%;
	font-weight: 900;
	overflow: hidden;
	font-style: italic;
	top: 71%;
	right: 10%;
	z-index: 0;
}
.why img {
	width: auto;
	padding: 10px;
	padding: 0;
	margin-bottom: 20px;
	height: 60px;
}
.why h5
{
	font-size: 16px;	
}
.why h6
{
	font-size: 14px;
}
.why p
{
	font-size: 14px;
}

.testimonial::before {
	content: '"';
	position: absolute;
	width: 80px;
	height: 84px;
	color: rgba(224, 208, 206, 0.5);
	font-size: 150px;
	line-height: 110%;
	font-weight: 900;
	overflow: hidden;
	font-style: italic;
	top: -35%;
	left: -12%;
	z-index: 0;
}
.services-data .service-counter {
	float: left;
	width: 20%;
	padding: 5px;
	text-align: center;
	/* border-bottom: 1px solid lightgray; */
	padding-bottom: 40px;
	margin: 10px 0 30px;
}
.services-data .service-counter h4 {
	font-size: 18px;
	font-weight: 500;
	height: 65px;
}
.services-data .service-counter h3 {
	font-size: 34px;
	font-weight: bold;
	color: #ef7f1a;
	margin-bottom: 0;
}
.services-data .service-counter span {
	font-weight: bold;
	color: #ef7f1a;
}
.cm-ul-li li
{
	list-style: none;
	position: relative;
  padding-left: 1.25em;
}
.cm-ul-li li:after {
  position: absolute;
  left: -1%;
  top: 13%;
  transform: translateY(-50%);
  content: '';
  background: transparent url('../img/polygon.png') 50% 50% no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-size: cover;
}
header
{
	-webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 5px 0 10px 0;
}
header.logo_small_width
{
	padding: 0px 0 0px 0;
	box-shadow: 3px 2px 14px -1px #000000bf;
}
.carousel-item img {
	height: 100vh !important;
	object-fit: cover;
}
.image_overlay,.image_overlay2,.image_overlay3,.image_overlay4{
	background-image: linear-gradient(rgba(255, 51, 0, 0.1),rgba(255, 51, 0, 0.1)), url("../img/Crusher_img.png");
	height: 70vh !important;
	width: 100%;
	background-size: 100% 100%;
}
.image_overlay2{
	background-image: linear-gradient(rgba(255, 51, 0, 0.1),rgba(255, 51, 0, 0.1)), url("../img/Highway_img.JPG");
}
.image_overlay3{
	background-image: linear-gradient(rgba(255, 51, 0, 0.1),rgba(255, 51, 0, 0.1)), url("../img/Preserv_image.png");
}
.image_overlay4{
	background-image: linear-gradient(rgba(255, 51, 0, 0.1),rgba(255, 51, 0, 0.1)), url("../img/Statue_image.jpg");
}