﻿body {
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-indent-2 {
    text-indent: 2em;
}
.text-justify{
    text-align:justify;
}
.bg-about-img {
    background-image: url('/Content/Images/about.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.bg-E75633 {
    background-color: #E75633;
}
.text-E75633 {
    color:#E75633;
}
.btn-E75633 {
    background-color: #E75633;
    border-color: #E75633;
}
.bg-f08519 {
    background-color: #f08519;
}

.text-f08519 {
    color: #f08519;
}

.btn-f08519 {
    background-color: #f08519;
    border-color: #f08519;
}

.bg-FF6633 {
    background-color: #FF6633;
}

.text-FF6633 {
    color: #FF6633;
}

.btn-FF6633 {
    background-color: #FF6633;
    border-color: #FF6633;
}
.bg-cc6633 {
    background-color: #cc6633;
}

.text-cc6633 {
    color: #cc6633;
}

.btn-cc6633 {
    background-color: #cc6633;
    border-color: #cc6633;
}
.bg-CC3300 {
    background-color: #CC3300;
}

.text-CC3300 {
    color: #CC3300;
}

.btn-CC3300 {
    background-color: #CC3300;
    border-color: #CC3300;
}
.bg-CC3366 {
    background-color: #CC3366;
}

.text-CC3366 {
    color: #CC3366;
}

.btn-CC3366 {
    background-color: #CC3366;
    border-color: #CC3366;
}
.bg-FF6600 {
    background-color: #FF6600;
}

.text-FF6600 {
    color: #FF6600;
}

.btn-FF6600 {
    background-color: #FF6600;
    border-color: #FF6600;
}

.bg-fb5838 {
    background-color: #fb5838;
}

.text-fb5838 {
    color: #fb5838;
}

.btn-fb5838 {
    background-color: #fb5838;
    border-color: #fb5838;
}
.text-E75633 {
    color: #FF6600;
}
.text-E75633:hover {
    color: #E75633;
}

.btn-E75633 {
    color: #fff;
    background-color: #FF6600;
    border-color: #FF6600;
}
.btn-E75633:hover {
    color: #fff;
    background-color: #E75633;
    border-color: #E75633;
}

@media (min-width: 992px) {
    .offcanvas-expand-lg {
        position: inherit;
        bottom: 0;
        flex-grow: 1;
        transform: none;
        width: auto;
        transition: none;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        box-shadow: none;
        visibility: visible !important;
        z-index: 1;
    }
    .offcanvas-expand-lg .offcanvas-header, .offcanvas-expand-lg .offcanvas-footer {
        display: none;
    }
}
.mt-cus-1 {
    margin-top: 4.3rem !important
}
.mouse-hand{
    cursor:pointer;
}
.form-check-input:checked {
    background-color: #FF6600;
    border-color: #FF6600;
}