/* Custom CSS for Concrete Collection Added - 2025-11-06 */
body {
	overflow-x: hidden !important;
}

.top-buffer {
	margin-top:25px;
	padding-top:25px;
}

.bottom-buffer {
	margin-bottom:25px;
}

.container-fluid.main{
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}

.navbar-default {
  background-image: none;
  background-color: transparent; /* Make the menu become transparent */
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 10px;
  position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
}

.navbar-default .navbar-brand {
  font-family: Verdana;
  color: #ffffff;
  font-size: 20px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
}

.dropdown:has(.dropdown-item:hover) .dropdown-toggle {
  background-color: transparent; /* Your desired hover colour */
  color: #D5002A;             /* A different text colour, if you like */
}

@media (max-width:991px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
}

.carousel .background.a {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://altygrabhire.co.uk/images/main-slider/Alty-grab-hire-banner2.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.carousel .background.b {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://altygrabhire.co.uk/images/main-slider/job-over-hedge2.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://altygrabhire.co.uk/images/home-gallery/Alty-Grab-New-Truck.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s; /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 200px; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

.title {
  font-family: Verdana;
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  font-family: Verdana;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg,
.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  background-image: none;
  background-color: #FF4000;
  border-color: #FF4000;
  color: #ffffff;
}

.btn,
.btn:hover {
  border-radius: 0px;
  background-image: none;
  background-color: #FF4000;
  border-color: #FF4000;
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}

#home-page-contact {
  background: #f2f2f2;
  padding-bottom: 40px;
}

#home-page-contact h2 {
	font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
}

#about-us {
	padding-bottom:20px;
}

#about-us h2 {
	font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
}

#about-us h3 {
	color:#444;
	font-size:28px;
	font-weight:500;
}


#faq h1 {
	color:#000;
}

#prices h1 {
	color:#000;
}

#whats-included h1 {
	color:#000;
}

.carousel-content h1 {
	font-size:70px;
	text-shadow: 2px 2px #000;
    color:#fff;
}

.carousel-content h2 {
	font-size:66px;
	color:#C52D2F;
}

#main-slider .carousel h2 {
    color:#fff;
    text-shadow: 2px 2px #000;
}


#recent-works {
  background: #f2f2f2;
  padding-bottom: 40px;
}

#recent-works h3 {
  color: #fff;
  font-size: 24px;
}

.internal-header .carousel .item {
	height:200px !important;
}

#whats-included li {
    display: block;
}

#whats-included li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #D30000;
}

.faq-panel-title {
	background-color:#C52D2F;
	padding:15px;
	color:#fff;
}

.top-number a {
	font-size:22px;
	/*color:#3BAF29;*/
}

.top-number a:hover {
	color:#fff;
}

.navbar {
	padding:0px;
}

.navbar-brand h1 {
	color:#fff;
}

#main-slider .carousel .item {
	height:500px;
}

#main-slider .carousel .carousel-content {
	margin-top:20px;
}

.tp-caption {
	background: rgba(0, 0, 0, 0.4);
}

.top-header-link:hover {
	color: white !important;
}


h1 {
	color:#000;
}

#wastecollection {
	margin: 180px 0px 50px 0px;
	padding:20px 0px;
	text-align: center;
}

#concretecollection {
	margin: 180px 0px 50px 0px;
	padding:20px 0px;
	text-align: center;
}

#concreteenviro {
	margin: 180px 0px 50px 0px;
	padding:20px 0px;
	text-align: center;
}

#building-site-clearance {
    margin: 180px 0px 0px 0px;
    padding: 50px 0px 40px 0px;
    text-align: center;
}

#garden-renovations {
    margin: 180px 0px 0px 0px;
    padding: 50px 0px 40px 0px;
    text-align: center;
}

#driveway-installations {
    margin: 180px 0px 0px 0px;
    padding: 50px 0px 40px 0px;
    text-align: center;
}

.grab-hire-services {
	text-align: center;
}

.grab-hire-services-p {
		text-align: center !important;
}

.waste-collection-p {
		text-align: center !important;
}

.concretecollection-p {
		text-align: center !important;
}

.concreteenviro-p {
		text-align: center !important;
}

.audit-form-section h2 {
	margin-bottom: 20px !important;
	margin-top: 20px !important;

}

.audit-form-section {
	padding: 50px 0px 50px;
}

.audit-form-section {
	background-color: #cccccc;

}

#image-gallery-home h2 {
	text-align: center;
}

#image-gallery-home p {
	text-align:center;
}

#image-gallery-home {
	position: relative;
	padding: 100px;
}

.services-section-two {
	background-color: #cccccc;
}

.news-section {
	background-color: #cccccc;
}

.footer-upper {
	background-color: #000;
}

.services-we-offer {
	text-align: center !important;
}

.services-we-offer {
	color: #000 !important;
	margin-bottom: 20px;
}

.middle-images {
	margin-top: 20px;
}

.contact-info-section {
	background-color: #fff;
}

.contact-info-section h2 {
	color: #000;
	margin-bottom:10px;
}

.contact-info-section h3 {
	color: #000;
}

.contact-info-section li {
	color: #000;
}

.contact-info-section label {
	color: #000;
}

.recomended-partners {
	color: #000 !important;
}

.why-choose-us {
	color: #000 !important;
}

.image-gallery-home-text {
	color: #000 !important;
}

.footer-bottom {
	background-color: #cccccc !important;

}

.contact-info-section p {
	text-align: center;

}

.feature-wrap {
	font-size: 30px !important;
}

.feature-wrap p {
	font-size: 16px;

}

.fa fa-envelope {
	color:#D5002A;
}

.main-title-text-home {
	color:#D5002A;

}



a {
	color: #D5002A;
}

.button-color-home {
	/*background-color:#D5002A;*/
	background-color:#4BE435;
	/*background:#D5002A;*/
	/*border: 2px  solid #D5002A;*/
	border: 2px  solid #fff;
}

.button-color-home:hover {
	border:2px solid #4BE435 !important;
	background-color: white !important;
	color: #4BE435 !important;
}

.submit-home-button:hover {
	border: 2px solid #D5002A !important;
	color: #D5002A !important;
	background-color: white !important;
}

.services-section {
	padding: 50px 0px 50px !important;

}

.main-icons {
	float: left;
	display: inline-block;
	margin-right:25px;
	padding-top:10px;
}

fa fa-angle-double-up {
float: none !important;
}

.why-choose-us {
	margin-bottom:20px;
}

.traffic-section {
	padding: 50px 0px 50px;
}

.services-section-two {
	padding: 50px 0px 50px;
}

.contact-info-section {
	padding: 50px 0px 50px;
}

p {
	font-size: 16px;
	color: #000;
}

#text {
	font-size: 16px;
	color:#000 !important;
}

li {
	font-size: 16px;
	color: #000;
}

h3 {
	color: #000;
}

.text {
 color: #000 !important;
}

.google-map {
padding-left: 40px !important;
}

.text-slider {
	color: #fff;
}

.text-footer {
	color: #fff;
}

.main-header {
	/*background-color: #555;*/
	background-color:#fff;
}

.fixed-header .main-box {
	background-color: #fff !important;
}

.btn-primary {
	background-color:#D5002A;
	border-color: #D5002A;
}

.btn-primary:hover {
	background-color: #D5002A;
	border-color: #D5002A;
}

.theme-button:hover {
	background-color: #D5002A;
	border-color: #D5002A;
}

.btn-style-one:hover {
	border-color: #D5002A;
	color: #ffc;
}

a:hover {
	color:#D5002A !important;
}

.social-icon-one li a:hover {
	background-color: #fff;
}

.footer-text {
	color: #fff;
}

.copyright {
	text-align: center;
}

.scroll-to-top:hover {
	background-color:#D5002A;
}

.why-choose-us {
	text-transform: uppercase;
}

.image-gallery-title {
	text-transform: uppercase;
}

.recommened-partners-title {
	text-transform: uppercase;
}

.contact-us-title {
	text-transform: uppercase;
}

.main-title-text {
	text-transform: uppercase;
}

.services-we-offer {
	text-transform: uppercase;
}

.contact-us-text {
	margin-bottom: 20px;
}

.image-gallery-home-text {
	margin-bottom: 20px;
	margin-top:	20px;
}

#image-gallery-home {
	padding: 50px 0px 50px;
	margin-left: 15px;
	margin-right: 15px;
}

.image-gallery-title {
	font-size: 40px;
	font-weight: 500;
}

.audit-form-section h2 {
	font-size: 40px;
	font-weight: 500;
}

.main-title-text {
	font-size: 40px;
	font-weight: 500;
}

.gallery {
    display: inline-block;
    margin-top: 20px;
}

.contact-us-title {
	font-size: 40px !important;
	font-weight: 500 !important;
}

.services-we-offer {
	font-size: 40px !important;
	font-weight: 500 !important;
}

.contact-info-section {
	background-color: #fff;
}

.gal-container {
	padding-top:50px !important;
	padding-bottom: 50px !important;
}

.image-gallery-home-text {
	margin-bottom: 0px;
}
.what-are-the-advantages{
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #ccc;
}
.advantages-h3 {
	padding-top: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #d5002a !important;
}
.what-are-the-advantages li{
	padding-top: 5px;
	padding-bottom: 5px;

}
.waste-collection-h2 {
	text-align: center;
	color: #d5002a;
}
.waste-collection-h2s{
	padding-bottom: 20px;
	color: #d5002a;
}
.concretecollection-h2 {
	text-align: center;
	color: #d5002a;
}
.concretecollection-h2s{
	padding-bottom: 20px;
	color: #d5002a;
}
.concreteenviro-h2 {
	text-align: center;
	color: #d5002a;
}
.concreteenviro-h2s{
	padding-bottom: 20px;
	color: #d5002a;
}
.advantages-ul {
	text-align: left !important;
	padding-left: 15px;
}
#delivery {
	/*margin: 180px 0px 50px 0px;*/
	padding: 50px 0px;
	background-color: #ccc;
}

.background-text {
	margin: 10px 0px 50px 0px;
	padding: 50px 0px;
	background-color: #ccc;
}

.intro-text {
	margin: 180px 0px 50px 0px;
	padding: 20px 0px;
}

.advantages-delivery-h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #d5002a;
}

.advantages-delivery-container {
	background-color: #ccc;
	margin-top: 50px;
	margin-bottom: 50px;
	padding:bottom: 20px !important;
	width: 100%

}

.advantages-delivery-container li {
	padding-top: 5px;
	padding-bottom: 5px

}

.gallery-delivery {
	text-align: center;
	color: #d5002a !important;
}

.gallery-delivery h3 {
	color: #d5002a;
}

.gallery-delivery p {
	color: #d5002a;
}

.delivery-content {
	background-color: #fff;
	text-align: center;
	margin: 0px;
    padding: 50px 0px;
    text-align: center;
}

.privacy-content {
	background-color: #fff;
	text-align: center;
	margin: 0px;
    padding: 50px 0px;
    text-align: center;
}

.cookie-content {
	background-color: #fff;
	text-align: center;
	margin: 0px;
    padding: 50px 0px;
    text-align: center;
}

.removal-content {
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
    padding: 50px 0px;
    text-align: center;
}

.grab-hire-delivery-h2 {
	color:	#000;
	font-size: 40px;
	font-weight: 500;
}

.waste-collection-h2 {
	color:	#000;
	font-size: 40px;
	font-weight: 500;
}

.concretecollection-h2 {
	color:	#000;
	font-size: 40px;
	font-weight: 500;
}

.concreteenviro-h2 {
	color:	#000;
	font-size: 40px;
	font-weight: 500;
}

.contact-info-section-delivery {
	background-color: #ccc;
}

.border-contact {
	border: 1px solid;
}

.waste-collection-h2s {
	font-size: 30px;
	font-weight: 500;
}

.concretecollection-h2s {
	font-size: 30px;
	font-weight: 500;
}

.concreteenviro-h2s {
	font-size: 30px;
	font-weight: 500;
}

#wastecollection {
	margin-bottom: 25px;
}

#concretecollection {
	margin-bottom: 25px;
}

#concreteenviro {
	margin-bottom: 25px;
}

.waste-colections-two-sections {
	padding-bottom: 50px;
}

.concretecolections-two-sections {
	padding-bottom: 50px;
}

.gallery-delivery-page {
	color: #000;
}

.grab-hire-delivery-h2 {
	padding-bottom: 20px !important;
}

.waste-collection-h2 {
	padding-bottom: 20px !important;
}

.concretecollection-h2 {
	padding-bottom: 20px !important;
}

.concreteenviro-h2 {
	padding-bottom: 20px !important;
}

.gallery-delivery-page h2 {
	padding-bottom: 20px;
}

.image-gallery-title {
	text-align: center;
}

#image-gallery-delivery {
	padding: 25px 0px 50px;
	margin-left: 15px;
	margin-right: 15px;
}

.gallery-delivery-page {
	text-align: center;
}

#waste-details {
	background-color:#ccc;
	float:left;
	width: 100%;
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}

#concrete-details {
	background-color:#ccc;
	float:left;
	width: 100%;
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}

#concrete-details ul {
	list-style: none;
	padding-left: 0;
}

#concrete-details ul > li {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

#concrete-details ul > li::before {
	content: '•';
	margin-right: 8px;
}

#concrete-details img {
	padding: 0;
	margin: 5px 0 0 0;
	border-collapse: collapse;
	border: none;
/*	border-radius: 25px; */
}

.contact-header {
	background-color:#d2232a;
	padding:15px 0px;
}

.top-bar h4 {
	color:#fff;
}

.top-bar a {
	color:#49E231;
}

.main-menu .navbar-header .navbar-toggle {
	border: 1px solid #C52D2F;
	background: #C52D2F;
}

.gal-item {
	min-height:414px;
}

#additional-services {
	padding:50px 0px;
}

#additional-services h3 {
	color: #49DA13;
	padding:15px 0px;
}

#additional-services p {
	padding-top:20px;
}

.extra-service {
	min-height:520px;
	position:relative;
}

.extra-service a {
	position:absolute;
	bottom:0px;
	left:3%;
	right:3%;
}

#image-gallery-home h4 {
	text-align:center;
	padding:10px 0px;
	color:#000;
}

ul, li {
    list-style: inherit;
}

.main-menu .navigation > li > ul > li:hover > a {
    background: #ccc;
}

@media screen and (min-device-width: 680px) and (max-device-width: 1100px) {
	.delivery-content {
		margin-top: 0px !important;
	}
	.privacy-content {
		margin-top: 0px !important;
	}
	.cookie-content {
		margin-top: 0px !important;
	}
}

.covertext {
	margin-top: 100px !important;
}

@media only screen and (max-width: 680px) {
	#delivery, #wastecollection, #concretecollection, #concreteenviro {
		margin: 0px 0px 50px 0px;
	}

	.delivery-content {
		margin-top: 0px !important;
	}

	.privacy-content {
		margin-top: 0px !important;
	}

	.cookie-content {
		margin-top: 0px !important;
	}

	.main-header .main-box .logo-box {
		padding:0px 0px;
	}

	.main-header .main-box .logo-box .logo img {
		max-width:70%;
	}

	.menu-search {
		margin-top:-51px;
	}

	.logo-box .logo img {
		margin-left:-30px;
	}

	.extra-service {
		padding-bottom:25px;
	}

	.delivery-content {
	margin: 10px 0px 50px 0px;
	}

	.privacy-content {
	margin: 10px 0px 50px 0px;
	}

	.cookie-content {
	margin: 10px 0px 50px 0px;
	}

	.covertext {
		margin-top: -125px !important;
	}

}

.homepage-main-h1{
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 60px;
}

#thankyou{
	margin-top:180px;
	margin-bottom: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-menu .navigation > li > a {
	color:#000;
}

hr {
	border-top: 3px solid #999;
}

.fa-search {
	color:#000;
}

.delivery-padding {
	padding-top: 200px;
}

.privacy-padding {
	padding-top: 200px;
}

.cookie-padding {
	padding-top: 200px;
}

.blog-button {
	padding:0px;
	border-radius:20px;
	background-color: #fff;
	border-color: #fff;
}

.top-space {
	padding-top:40px !important;
}

.bottom-space {
	padding-bottom:40px !important;
}

.grey-background {
	background-color: #cccccc;
}

.white-background {
	background-color: #ffffff;

}

.bullet-style {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.bullet-style li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
}

.bullet-style li::before {
  content: "•";
  color: #D2232A;
  font-size: 1.8em;
  position: absolute;
  left: 0;
  top: -0.15em;
  line-height: 1;
}