#loader {
	z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
}
h1 {
	color: #eeeeee;
}

body {
	font-family: "Roboto", sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------multi-level-accordian-menu------------*/
.navbar-logo {
	padding: 15px;
	color: #fff;
}
.navbar-mainbg {
	background-color: #5f081a;
	padding: 0px;
}
#navbarSupportedContent {
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul {
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i {
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 20px 20px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: relative;
}
#navbarSupportedContent > ul > li.active > a {
	color: #5f081a;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector {
	display: flex;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right {
	right: -25px;
}
.hori-selector .left {
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #5f081a;
}
.hori-selector .right:before {
	bottom: 0;
	right: -25px;
}
.hori-selector .left:before {
	bottom: 0;
	left: -25px;
}

@media (max-width: 991px) {
	#navbarSupportedContent ul li a {
		padding: 12px 30px;
	}
	.hori-selector {
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right {
		right: 10px;
	}
	.hori-selector .left {
		top: -25px;
		left: auto;
	}
	.hori-selector .right {
		bottom: -25px;
	}
	.hori-selector .left:before {
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before {
		bottom: -25px;
		left: -25px;
	}
}

@media screen and (max-width: 574px) {
	.card {
		margin-left: 5px;
		margin-right: 5px;
	}
}
.bg-img {
	background: url(assets/images/bg-imgg.jpg) center no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	position: relative;
}

.card-img:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

td,
th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

tr:nth-child(even) {
	background-color: #dddddd;
}
ul {
	margin: 0px;
	padding: 0px;
}
.footer-section {
	background: #5f081ac7;
	position: relative;
	margin-top: 5%;
}
.footer-cta {
	border-bottom: 1px solid #373636;
}
.single-cta i {
	color: #fff;
	font-size: 30px;
	float: left;
	margin-top: 8px;
}
.cta-text {
	padding-left: 15px;
	display: inline-block;
}
.cta-text h4 {
	color: black;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.cta-text span {
	color: white;
	font-size: 15px;
}
.footer-content {
	position: relative;
	z-index: 2;
}
.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-logo img {
	max-width: 200px;
}
.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: white;
	line-height: 28px;
}
.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}
.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}
.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}
.facebook-bg {
	background: #3b5998;
}
.twitter-bg {
	background: #55acee;
}
.google-bg {
	background: #dd4b39;
}
.footer-widget-heading h3 {
	color: black;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}
.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: black;
}
.footer-widget ul li {
	display: inline-block;

	width: 50%;
	margin-bottom: 12px;
}
.footer-widget ul li a:hover {
	color: black;
}
.footer-widget ul li a {
	color: white;
	text-transform: capitalize;
}
.subscribe-form {
	position: relative;
	overflow: hidden;
}
.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2e2e2e;
	border: 1px solid #2e2e2e;
	color: #fff;
}
.subscribe-form button {
	position: absolute;
	right: 0;
	background: #ff5e14;
	padding: 13px 20px;
	border: 1px solid #ff5e14;
	top: 0;
}
.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}
.copyright-area {
	background: #202020;
	padding: 25px 0;
}
.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
}
.copyright-text p a {
	color: #f40b0bc7;
}
.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}
.footer-menu li:hover a {
	color: #ff5e14;
}
.footer-menu li a {
	font-size: 14px;
	color: #878787;
}
.address-details-f {
	color: white;
}
.mr-5 {
	margin-right: 20px;
}
.fa {
	color: #5f081ac7;

	/* 3 Card */
}
@media screen and (max-width: 1199px) {
	.mar2 {
		padding-bottom: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.mar3 {
		padding-bottom: 24px;
	}
}
@media screen and (max-width: 991px) {
	.mar3 {
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 767px) {
	.mar1 {
		padding-bottom: 46px;
	}
}
@media screen and (max-width: 767px) {
	.mar3 {
		padding-bottom: 24px;
	}
}

/* 3 Card */

/* Package */

@media screen and (min-width: 1326px) {
	.padbat1 {
		padding-bottom: 142px;
	}
}
@media screen and (min-width: 1326px) {
	.padbat2 {
		padding-bottom: 96px;
	}
}

@media screen and (max-width: 1326px) {
	.padbat1 {
		padding-bottom: 144px;
	}
}
@media screen and (max-width: 1326px) {
	.padbat2 {
		padding-bottom: 96px;
	}
}
@media screen and (max-width: 1199px) {
	.padbat1 {
		padding-bottom: 168px;
	}
}
@media screen and (max-width: 991px) {
	.padbat1 {
		padding-bottom: 240px;
	}
}
@media screen and (max-width: 991px) {
	.padbat2 {
		padding-bottom: 168px;
	}
}
@media screen and (max-width: 575px) {
	.padbat1 {
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 575px) {
	.padbat2 {
		padding-bottom: 100px;
	}
}

/* Package */

/* contact */

@media screen and (max-width: 1199px) {
	.padd2 {
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 1199px) {
	.padd3 {
		padding-bottom: 2rem;
	}
}

/* contact */

@media screen and (max-width: 991px) {
	.kerb {
		margin-bottom: 48px;
	}
}
@media screen and (max-width: 991px) {
	.precast {
		margin-bottom: 130px;
	}
}
@media screen and (max-width: 991px) {
	.grass {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 991px) {
	.saucer {
		margin-bottom: 108px;
	}
}
@media screen and (max-width: 767px) {
	.manhole {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 767px) {
	.saucer {
		margin-bottom: 190px;
	}
}
@media screen and (max-width: 767px) {
	.fencing {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 767px) {
	.precast {
		margin-bottom: 166px;
	}
}
@media screen and (max-width: 991px) {
	.address {
		padding-bottom: 16px;
	}
}
@media screen and (max-width: 991px) {
	.call {
		padding-bottom: 52px;
	}
}
@media screen and (max-width: 991px) {
	.mail {
		padding-bottom: 32px;
	}
}
@media screen and (max-width: 767px) {
	.call {
		padding-bottom: 68px;
	}
}
@media screen and (max-width: 767px) {
	.mail {
		padding-bottom: 48px;
	}
}

/* table.paleBlueRows {
	font-family: "Times New Roman", Times, serif;
	border: 3px solid #3498db;
	background-color: #3498db;
	width: 350px;
	height: 200px;
	text-align: center;
	border-collapse: collapse;
}
table.paleBlueRows td,
table.paleBlueRows th {
	border: 1px solid #ffffff;
	padding: 3px 2px;
}
table.paleBlueRows tbody td {
	font-size: 16px;
}
table.paleBlueRows tr:nth-child(even) {
	background: #d0e4f5;
}
table.paleBlueRows thead {
	background: #0b6fa4;
	border-bottom: 5px solid #ffffff;
}
table.paleBlueRows thead th {
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-left: 2px solid #ffffff;
}
table.paleBlueRows thead th:first-child {
	border-left: none;
}

table.paleBlueRows tfoot td {
	font-size: 14px;
} */

.card__one:hover {
	border: 1px solid #5f081ac7;
	box-shadow: 0 3px 15px #5f081ac7;
}
@media screen and (max-width: 502px) {
	.font {
		font-size: 8px;
	}
	.fonts{
		font-size: 7px;
	}
}
@media screen and (max-width: 336px) {
	.font {
		font-size: 6px;
	}
	.fonts{
		font-size: 5px;
	}
}
@media screen and (max-width: 336px) {
	.code {
		font-size: 10px;
	}
	
}
.map {
    width: 100%;
    height: 400px;
}
@media screen and (min-width: 992px) {
    .height {
        height: 500px;
    }
  }
  .contact-form .form-control {
	background-color: #f9f9f9;
	height: auto;
	border: none;
	border-radius: 0;
	padding: 16px 22px;
	box-shadow: none;
	height: auto;
	margin-bottom: 20px;
}
.contact-form input[type="submit"] {
	background-color: #5f081a;
	padding: 15px;
	color: #fff;
	border: none;
	border-radius: 0;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-form input[type="submit"]:hover {
	background-color: #5f081a;
}

.alert-msg {
	color: #50B948;
	display: inline-block;
	width: 100%;
	margin: 10px 15px 0 0;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}
/* download */
.container .btn {
	padding-top: 50%;
	background-color: #5f081ac7;
	border: none;
	color: white;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 15px;
	border-radius: 10px;
  }
  .container .btn:hover {
	background-color: whitesmoke;
  }
  .container .col-md-6 .col-sm-6 .col-12 #btn
  {
	margin-top: 30%;
  }
  .download-btn {
	width: fit-content;
	text-decoration: none;
	background:#5f081a;
	color: whitesmoke;
	border-radius: 5px;
	
	display: flex;
	/* yaxis * block/
	align-items: center;
	/* x axis inline */
	justify-content: center;
	line-height: 16px;
    padding: 10px 15px
	
  }

  .download-btn i{
	color: whitesmoke;
  }
  .download-btn:hover{
	text-decoration: none;
	color: whitesmoke;
	background-color:#9c223a;
  }

  .btn-wrapper{
	justify-content: center;
	display: flex;
	flex-direction: column;
  }
  .btn-wrapper p{
	text-align: justify;
	font-weight: 400;
  }
  