body {
    font-family: "Raleway", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.ml-auto{
    margin-left: auto;
}
#navbarSupportedContent a{
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}
.header {
    background: #fff;
}
#navbarSupportedContent a.active{
    font-weight: 600;
    color: #000;
    border-bottom: 5px solid #008d3e;
}
.content-box h2{
    text-align: center;
    width: fit-content;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 2px solid #008d3e;
    margin-bottom: 40px;
    padding-bottom: 18px;
}
.info-box a{
    display:block;
    text-decoration: none;
    padding-bottom: 16px;
    color: #444;
    font-size: 17px;
    font-weight: 700;
}
.info-box a span{
    margin-right: 10px;
}
.gren-btn {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    background: #008d3e;
    display: inline-block;
}
.blog-content h2{
    font-weight: 400;
    color: #444;
}
.blog-content a{
    font-size: 10px;
    font-weight: 500;
    color: #444;
    margin-right: 10px;
    text-decoration: none;
}
.l-border {
    border-right: 1px solid #000;
}
.about-box h2{
    color: #008d3e;
    text-transform: uppercase;
    font-weight: 300;
}
.about-box h4{
    color: #444;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}
.about-box p{
    color: #444;
    font-weight: 300;
}
.carsouel-box h2{
    color: #008d3e;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    border-bottom: 2px solid #008d3e;
    width: fit-content;
    margin-bottom: 20px;
    font-size: 24px;
}
.carsouel-box a{
    color: #444;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border:1px solid #444;
    display: inline-block;
}
.carsouel-box{
    padding: 10px 0px;
}
.banner-content h2{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    font-size: 4.5rem;
    text-shadow: 0 0 12px #000;
}
.banner-content a{
    text-decoration: none;
    background: transparent;
    color: #fff;
    border: 1px solid #818181;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    transition: 0.30s ease-in;
    border-color: #fff;
    padding: 15px 30px;
    margin: 0 12px 0 0;
}
.menu a{
    color: #444;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
}
.copy p{
    font-size: 13px;
    color: #444;
}
.copy a{
    font-size: 13px;
    text-transform: uppercase;
    color: #444;
    display: inline-block;
    text-decoration: none;    
}
.socials a{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    padding: 16px 38px;
    display: inline-block;
    background:linear-gradient(to bottom,#ec1313 0%,#bd0f0f 100%) ;
}
.carousel-caption{
    position: absolute;
    top: 40%;
}

























@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
        position: absolute;
        top: 78px;
        background: #fff;
        width: 100%;
        left: 0;
        text-align: center;
    }
    
}
@media only screen and (max-width: 769px) {

}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}