:root{
    --theme: #f47625;
}
a{
    text-decoration: none;
}
.bg-theme{
    background-color: var(--theme);
}
.text-theme{
    color: var(--theme);
}
.border-theme {
    border-color: var(--theme) !important;
}
.btn-theme{
    background-color: var(--theme) !important;
    color: #fff;
    border-color: var(--theme) !important;
}
.main-title .disclaimer_sec {
    padding: 40px !important;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6;
    background-image: url('../assets/images/sliderbg.jpg');
}
.mr-6 {
    margin-right: -10vw;
}
.mx-h-900{
    max-height: 900px;
}
.mx-h-800{
    max-height: 800px;
}
.mx-h-700{
    max-height: 700px;
}
.mx-h-600{
    max-height: 600px;
}