/* here you can put your own css to customize and override the theme */
.services-below-text{
    background-color: #E02222;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.services-below-text a{
    background-color: #E02222;
    color: #fff;
}

.services-below-text a:hover{
    text-decoration: none;
    color: #000;
}

#contactform .error{
    color:#e02222;
}

.site-logo{
    padding-top: 9px;
    padding-bottom: 9px;
}

.mob-slider{
    display:none;
}



#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}



@media (max-width: 365px) {
    .site-logo{
        padding-top: 9px;
        padding-bottom: 9px;
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .main-slider{
        display:none;
    }
    .mob-slider{
        display:block;
    }
}



