.rd-navbar, .bg-default, body, .rd-navbar-fixed .rd-navbar-panel, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-collapse{
	background-color:black;
}

.rd-navbar-toggle span::after, .rd-navbar-toggle span::before, .rd-navbar-toggle span, .rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span::before, .rd-navbar-collapse-toggle span::after{
	background-color:white;
}

body, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-nav-link{
	color:white;
}

.rd-navbar-static .rd-nav-link::after, .rd-navbar-static .rd-nav-link::before, #ui-to-top, .rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link{
	background-color:#81d742;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link{
	color:black;
	font-weight:bold;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .contact-list h3 a, h1, h2, h3, h4, h6{
	color:#81d742;
}

.rd-navbar-aside h5, .rd-navbar-aside p{
	color:white;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside{
	padding:0;
}

.scrap-metal-list{
	font-size:24px;
	line-height:24px;
}

.scrap-metal-list li{
	padding-bottom:20px;
}

.scrapmetal img{
	padding-bottom:20px;
}

.scrap-heading{
	margin-top:40px;
}

.material_text ul{
	list-style:disc;
	padding-left:20px;
}

.container{
    max-width:1400px;
}

.container li{
	display:list-item;
}

.container h4{
	margin-top:20px;
}

.materialcontent img{
	/*display:inline;*/
	padding:10px;
	float:right;
	width:100%;
	max-width:400px;
	padding-bottom:30px;
}

.material_text{
	padding-top:20px;
	/*float:left;*/
}

footer hr{
	color:#81b63b;
  max-width:300px;
  width:100%;
  text-align: center;
  margin:auto;
  margin-top:10px;
}


footer{
	background:#0a310b;
	color:white;
	clear:both;
	font-size:20px;
}

footer i{
	color:#81b63b;
}


.text-color1, .title1, .marked-list li a, .rd-navbar-fixed .rd-navbar-collapse, .rd-navbar-fixed .rd-navbar-collapse a, .call{
	color:#81d742;
}

.btn:hover, .btn:active, .marked-list li:hover a, .marked-list li:active a{
	background-color:#81d742;
}


.rd-navbar-fixed .rd-navbar-panel{
	height:250px;
}

.rd-navbar-fixed .rd-navbar-panel img{
	max-height:fit-content;
	max-width:100%;
}

.rd-navbar-fixed .rd-navbar-nav-wrap{
	top:122px;
}

/*.hidemobile{display:block;}*/

.hidedesktop{display:none;}

@media (max-width: 991.98px) {
  section.section-sm:first-of-type, section.section-md:first-of-type, section.section-lg:first-of-type, section.section-xl:first-of-type, section.section-xxl:first-of-type {
    padding-top: 210px;
  }

  .hidemobile{display:none;}

  .hidedesktop{display:block;}
}

.card{
	background-color:black;

}

.card p{
	color:white;
}

.card .alert p{
	color:black;
}

.card-body img{
	width:100%;
}







.site-header {
    /*background: #03291f;*/
    background:black;
    border-top: 4px solid #222;
}

.navbar {
    padding: 18px 0;
}

.navbar-brand img {
    max-height: 58px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 12px;
    transition: .2s;
}

.navbar-nav .nav-link:hover {
    color: #9BC53D;
}

.scrapmetal img{
    width:400px;
    height:auto;
}

.btn-contact {
    background: #8ec63f;
    color: #fff;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 6px;
    text-transform: uppercase;
}

.btn-contact:hover {
    background: #79b32f;
    color: #fff;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Mobile */

@media (max-width: 991px) {

    .navbar-nav {
        text-align: center;
        margin: 25px 0;
    }

    .navbar-nav .nav-link {
        margin: 12px 0;
    }

    .btn-contact {
        display: block;
        width: fit-content;
        margin: 20px auto 0;
    }
}

header .btn{
	margin-top:0;
}


.find-us-section{
    background:#fff;
}

.find-title{
    font-size:2.8rem;
    font-weight:800;
    display:flex;
    align-items:center;
    gap:15px;
    color:#111;
}

.find-title i{
    color:#1d7d28;
    font-size:2.5rem;
}

.address{
    font-size:1.25rem;
    line-height:1.7;
    color:#444;
}

.direction-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:35px;
}

.step{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#2d8a28;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:1.2rem;
}

.direction-item h5{
    font-size:1.2rem;
    font-weight:700;
    margin-bottom:8px;
}

.direction-item p{
    margin:0;
    color:black;
    line-height:1.6;
}

.star .icon{
    width:42px;
    min-width:42px;
    text-align:center;
}

.star i{
    font-size:2rem;
    color:#6ea928;
}

.call-box{
    background:#eef7e8;
    border-radius:15px;
    padding:18px 22px;
    display:flex;
    align-items:center;
    gap:18px;
    width:fit-content;
}

.call-box i{
    font-size:2rem;
    color:#2d8a28;
}

.call-box small{
    display:block;
    color:#2d8a28;
    font-size:1rem;
}

.phone a{
    font-size:2rem;
    font-weight:700;
    color:#2d8a28;
    text-decoration:none;
}

.map-card{
    background:#fff;
    border-radius:30px;
    padding:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.map-card img{
    width:100%;
    border-radius:20px;
    display:block;
}





.hero{
    position:relative;
    height:100vh;
    min-height:700px;
    overflow:hidden;
    background:#000;
}

.hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index:1;
}

.hero .container{
    position:relative;
    z-index:2;
}

.hero-content{
    max-width:700px;
}

.hero-top{
    color:#72b72f;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:2rem;
    margin-bottom:25px;
}

.hero-top span{
    margin:0 20px;
}

.hero h1{
    color:#fff;
    text-transform:uppercase;
    font-weight:800;
    line-height:.95;
    margin-bottom:35px;
    font-size:6.2rem;
}

.hero h1 span{
    display:block;
}

.hero h1 strong{
    display:block;
    color:#72b72f;
    font-weight:900;
}

.hero p{
    color:#fff;
    text-transform:uppercase;
    font-size:2rem;
    letter-spacing:1px;
    margin-bottom:45px;
}

.hero-call-btn{
    display:inline-block;
    transition:.25s;
}

.hero-call-btn img{
    max-width:320px;
    height:auto;
    display:block;
}

.hero-call-btn:hover{
    transform:translateY(-4px);
}

@media (max-width:992px){

    .hero{
        min-height:700px;
        height:75vh;
    }

    .hero h1{
        font-size:4.5rem;
    }

    .hero-top{
        font-size:1.5rem;
    }

    .hero p{
        font-size:1.5rem;
    }

    .hero-call-btn img{
        max-width:260px;
    }

    .hero-bg{
    object-position:right;

    }

    footer .col-lg-4{
        margin-bottom:15px;
        text-align:left!important;
    }

}



.showmobile{
    display:none;
}

@media (max-width:900px){

    .showdesktop{
        display:none;
    }

    .showmobile{
        display:block;
    }

    .hero{
        min-height:600px;
        height:auto;
        padding:80px 0;
    }

    .hero h1{
        font-size:3rem;
    }

    .hero-top{
        font-size:1.1rem;
    }

    .hero p{
        font-size:1.1rem;
        margin-bottom:30px;
    }

    .hero-call-btn img{
        max-width:220px;
    }

}

.homepageprice{
    color:#81d742;
    font-size:34px;
    font-weight:500;
    text-align:center; 
    display:block;
    padding-top:10px;

}


.btn{
    background-color:#0a310b;
    color:white;
}

@media (max-width: 991.98px) {
  section.section-sm:first-of-type, section.section-md:first-of-type, section.section-lg:first-of-type, section.section-xl:first-of-type, section.section-xxl:first-of-type {
    padding-top: 40px;
  }
}