:root{
    --primary:#79c020;
    --secondary:#007332;
    --tertiary:#0f3722;
}

.primary-bg{
    background-color: var(--primary);
}

.primary-color{
    color:var(--primary)
}

.secondary-bg{
    background-color: var(--secondary);
}
.secondary-color{
    color:var(--secondary)
}

.tertiary-bg{
    background-color: var(--tertiary);
}

.tertiary-color{
    color: var(--tertiary);
}

body{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Teko", sans-serif;
    font-weight: 500;
    font-style: normal;
}

a{
    text-decoration: none;
}

ul,li{
    list-style: none;
    padding:0;
    margin:0;
}

.max-head{
    border-right: 1px solid var(--tertiary);
    padding-right: 1rem;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
}

.get-qoute{
    background-color: #fff;
    display: block;
    margin-top: 7px;
    padding: 9px;
}

.banner-img {
    height: 450px;
    object-fit: cover;
}

.abt-image-one{
    overflow: hidden;
    border-radius: 70px 0px;
    border: 8px solid #fff;
    filter: drop-shadow(5px 5px 10px #484848);
}

.bg-grey{
    background-color: #f2f2f2;
}

.about-wrapper{
    background-image: url(../images/shape-1.png);
    background-repeat: no-repeat;
    background-position: -100px center;
}

.head-bang::before {
    position: absolute;
    content: "";
    width: calc(10% + 10px);
    height: 2px;
    top: 12px;
    left: 90px;
    background: var(--primary);
    z-index: 1;
}

.head-bang::after {
    position: absolute;
    content: "";
    width: calc(10% + 10px);
    height: 2px;
    bottom: 13px;
    left: 103px;
    background: var(--primary);
    z-index: 1;
}

.submit-btn{
  float: right;
  background-color: var(--secondary);
  color: #fff;
  padding:5px 15px;
  border-radius: 8px;
  border:none;
}


.contact-us i{
    background: #FFF;
    padding: 5px 15px;
    border-left: 5px solid #ccc;
}

.wel-dash{
    border-left: 8px solid var(--secondary);
}

.callus{
    padding: 12px 35px;
    border-left: 5px solid var(--secondary);
}

.mid-bar-wrapper{
    background: url(../images/involved-img.jpg) no-repeat center center;
    background-size: cover;
}

.mid-bar-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 52%;
    z-index: 1;
}

.trash-cash{
    z-index: 2;
}

.cat-log img{
    border: 3px solid var(--secondary);
    margin-bottom: 5px;
}

.what-we-offer-inner{
    background-color: var(--secondary);
}

.appointment {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(../images//mid-bar.jpg) no-repeat center center;
    background-size: cover;
}

.book-appointment {
    background: rgba(255,255,255,0.6);
    padding: 2rem;
}

.appointment-head::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 40px;
    height: 4px;
    width: 50%;
    background-color: var(--primary);
}

.appointment-head::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 4px;
    width: 50%;
    background-color: var(--primary);
}

.why-head::before{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 40px;
    height: 4px;
    width: 26%;
    background-color: var(--primary);
}

.why-head::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 24px;
    height: 4px;
    width: 23%;
    background-color: var(--primary);
}

.why-wrap-image {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.why-wrap-image::before {
    position: absolute;
    content: "";
    inset: 0px 3rem 3rem 0px;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.why-wrap-image img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}

.wreck-car-wrapper{
    background: url(../images/wreck.jpg) center center no-repeat;
    background-size: cover;
    padding: 5% 0;
}

.testimonial-text{
    border-left:4px solid var(--primary)
}

.owl-nav {
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}

.owl-prev, .owl-next {
    background-color: var(--secondary) !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    font-size: 38px !important;
    margin: 0 3px;
    line-height: 40px !important;
}

.foot-add {
    border: 1px solid #fff;
    height: 125px;
}


.top-btn {
    all: unset; 
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    transform:scale(1.8);
    opacity: 0;
    transition: .3s;
    background: var(--secondary)!important;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

.caption-heading {
  background-color: rgba(0,0,0,0.6);
  padding: 8px 15px;
  font-size: 3.8rem;
  text-transform: capitalize;
  border: 1px solid #fff;
}

.mobile-icon{
    display:block;
}

.mobile-icon .mobile{
    display:none;
}

.mobile-icon .email{
    display:block;
}

.mobile-icon .material-button-anim{
    position:fixed;
    bottom:-1%;
    left:0;
    padding:16px;
    text-align:center;
    max-width:320px;
    z-index:99;
}

.mobile-icon1 .material-button-anim{
    position:fixed;
    bottom:-1%;
    right:0;
    padding:16px;
    text-align:center;
    max-width:320px;
    z-index:99;
}

.material-button {
    position: relative;
    top: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    font-size: 1.5em;
    color: #fff;
    background: var(--primary);
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.275);
    outline: none;
}

.material-button-toggle{
    z-index:3;
    width:50px;
    height:50px;
    margin:0 auto;
    text-align:center;
    line-height:50px;
}

@keyframes bounce{0%{margin-top:0;}
    50%{margin-top:-15px;margin-bottom:15px;}
    100%{margin-top:0;}
}

@keyframes roket-roket-circle-anim{0%{transform:rotate(0deg) scale(1) skew(0deg);opacity:0.1;}
    30%{transform:rotate(0deg) scale(1.25) skew(0deg);opacity:0.25;}
    100%{transform:rotate(0deg) scale(1.5) skew(0deg);opacity:0;}
}

.material-button-toggle:not(:hover):not(:focus):not(:active){
    transition:.25s !important;
    animation:2.25s bounce infinite !important;
}

.material-anim{
    width:100%;
    height:100%;
    text-indent:-9999px;
    z-index:0;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    box-shadow:none;
}

.material-anim.one{
    -webkit-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    -moz-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    -ms-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    -o-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    -webkit-transition:all 0.5s !important;
    -moz-transition:all 0.5s !important;
    -o-transition:all 0.5s !important;
    transition:all 0.5s !important;
}

.material-anim.two{
    border:2px solid #649831 !important;
    opacity:0.1 !important;
    background:none !important;
    -webkit-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    -moz-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    -ms-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    -o-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    -webkit-transition:all 0.5s !important;
    -moz-transition:all 0.5s !important;
    -o-transition:all 0.5s !important;
    transition:all 0.5s !important;
}

.top-bar-wrapper {
    font-size: 16px;
    padding-top: 3.4rem !important;
}

.top-info {
    bottom: 0;
  }

.top-first {
    background-color: #007332;
}

.top-info-one {
    background-color: #2c5d75;
    padding: 8px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.top-info-two {
    background-color: #ffc734;
}

.top-info-third {
    background-color: #007332;
    padding: 2px 15px;
}

.banner-cover-wrapper{
    background-color: #ccc;
    padding:25px;
}
.banner-cover-wrapper h2:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: relative;
    left: 0%;
    background-color: #b80000;
    bottom: -41px;
  }
  .banner-cover-wrapper h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    /* margin-top: 25px; */
    left: 0%;
    background-color: #b80000;
  }


  .gallery_img_wrapper{
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid #fff;
    filter: drop-shadow(5px 5px 10px #484848);
    max-height: 250px;
  }
  
  .copy-right-wrapper a{
    color: #000;
  }

