/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.d-block { display: block !important; }
.bg-img-full { background-size: 100% !important; }
.background-1e1e1e { background: #1e1e1e !important; }
.background-e60005 { background: #e60005 !important; }
.background-1a2d7a { background: #1a2d7a !important; }
.background-f36f20 { background: #f36f20 !important; }
.background-0071cd { background: #0071cd !important; }
.background-0066b1 { background: #0066b1 !important; }
.background-d81126 { background: #d81126 !important; }
.background-222222 { background: #222222 !important; }
.background-151515 { background: #151515 !important; }
.color-e60005 { color: #e60005 !important; }
.color-0d1594 { color: #0d1594 !important; }
.bb3-e60005 { border-bottom: 3px solid #e60005 !important; }
.bb3-1a2d7a { border-bottom: 3px solid #1a2d7a !important; }
.bb3-f36f20 { border-bottom: 3px solid #f36f20 !important; }
.bb3-0071cd { border-bottom: 3px solid #0071cd !important; }
.bb3-0066b1 { border-bottom: 3px solid #0066b1 !important; }
.bb3-d81126 { border-bottom: 3px solid #d81126 !important; }
.height-300 { height: 300px; }
.font-roboto { font-family: 'Roboto', sans-serif; }


@media(max-width: 1199px) {
    .adjustable-mb { margin-bottom: 60px !important; }
}
@media(max-width: 991px) {
    .adjustable-mb { margin-bottom: 15px !important; }
}
@media(max-width: 767px) {
    .adjustable-mb { margin-bottom: 15px !important; }
}
@media(max-width: 520px) {
    .adjustable-mb { margin-bottom: 35px !important; }
}
@media(max-width: 413px) {
    .adjustable-mb { margin-bottom: 60px !important; }
}
@media(max-width: 395px) {
    .adjustable-mb { margin-bottom: 5px !important; }
}