.font-arial-black { 
	   font-family: 'Raleway', sans-serif;
}

.color-black{
    color: #4F595A;
}

.color-black:hover {
    color: #ff5c00;
}

.height{
    height: 350px !important;
} 

@media only screen and (max-width: 1600px) 
{
    .height{
        height: 285px !important;
    }       
}

@media only screen and (max-width: 1200px) 
{
    .height{
        height: 250px !important;
    }       
}

@media only screen and (max-width: 600px) 
{
   .height{
        height: 100px !important;
    }     
}

.default-btn{  
    background-color: green;
}

@media (max-width: 992px) {
    .mobile-btn {
        order: none;
        position: relative;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        z-index: 1;
        background-color: #ff5c00;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 5px;
        opacity: 1;
        font-weight: 400;
        font-size: 16px;
        padding: 12px 25px;
    }    
    .mobile-btn:focus,
    .mobile-btn:hover { 
        background-color: #ff5c00;
        color: #ffffff;
    }
}