/*-----------------------------------------------------------------------------------------------------------
                                    ----Padding---
------------------------------------------------------------------------------------------------------------*/
.py-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.p-1 {
    padding: 0.25rem!important;
}
.p-2 {
    padding: 0.5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.p-6 {
    padding: 3.5rem!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Margin---
------------------------------------------------------------------------------------------------------------*/
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-2 {
    margin-bottom: 0.50rem;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.mb-6 {
    margin-bottom: 3.5rem;
}
.mt-1 {
    margin-top: 0.25rem!important;
}
.mt-2 {
    margin-top: 0.50rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.mt-5 {
    margin-top: 3rem!important;
}
.mt-6 {
    margin-top: 3.5rem!important;
}
.me-1 {
    margin-right: 0.25rem!important;
}
.me-2 {
    margin-right: 0.5rem!important;
}
.me-3 {
    margin-right: 1rem!important;
}
.me-4 {
    margin-right: 1.5rem!important;
}
.me-5 {
    margin-right: 3rem!important;
}
.me-6 {
    margin-right: 4rem!important;
}
.ml-1 {
    margin-left: 0.25rem!important;
}
.ml-2 {
    margin-left: 0.5rem!important;
}
.ml-3 {
    margin-left: 1rem!important;
}
.ml-4 {
    margin-left: 1.5rem!important;
}
.ml-5 {
    margin-left: 3rem!important;
}
.ml-6 {
    margin-left: 4rem!important;
}
.m-0 {
    margin: 0!important;
}
.m-1 {
    margin: 0.25rem!important;
}
.m-2 {
    margin: 0.5rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.m-4 {
    margin: 1.5rem!important;
}
.m-5 {
    margin: 3rem!important;
}
.m-6 {
    margin: 3.5rem!important;
}
.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.my-1 {
    margin-top: 0.25rem!important;
    margin-bottom: 0.25rem!important;
}
.my-2 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}
.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.my-6 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Rounded---
------------------------------------------------------------------------------------------------------------*/
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded {
    border-radius: 0.25rem!important;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-circle {
    border-radius: 50%!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Object Fit---
------------------------------------------------------------------------------------------------------------*/
.object-fit-cover {
    object-fit: cover;
}
.object-fit-contain {
    object-fit: contain;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Height---
------------------------------------------------------------------------------------------------------------*/
.large-height {
    height: 400px;
}
.xlarge-height {
    height: 350px;
}
.medium-height {
    height: 300px;
}
.xmedium-height {
    height: 200px
}
.xsmall-height {
    height: 150px
}
.xsmall-height {
    height: 100px
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Overflow---
------------------------------------------------------------------------------------------------------------*/
.overflow-hidden {
    overflow: hidden!important;
}
.overflow-auto {
    overflow: auto!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Position---
------------------------------------------------------------------------------------------------------------*/
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}
.position-relative {
    position: relative;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font---
------------------------------------------------------------------------------------------------------------*/
.font-light {
    font-weight: 300!important;
}
.font-normal {
    font-weight: 400!important;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-italic {
    font-style: italic!important;
}
.text-transform-uppercase {
    text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Section---
------------------------------------------------------------------------------------------------------------*/
.small-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.medium-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.large-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Display---
------------------------------------------------------------------------------------------------------------*/
.display-block {
    display: block;
}
.display-flex {
    display: flex;
}
.display-none {
    display: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Colour---
------------------------------------------------------------------------------------------------------------*/
.text-white {
    color: #fff!important;
}
.text-primary {
    color: #007bff!important;
}
.text-secondary {
    color: #6c757d!important;
}
.text-success {
    color: #28a745!important;
}
.text-danger {
    color: #dc3545!important;
}
.text-warning {
    color: #ffc107!important;
}
.text-info {
    color: #17a2b8!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Border---
------------------------------------------------------------------------------------------------------------*/
.border {
    border: 1px solid #dee2e6!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-left {
    border-left: 1px solid #dee2e6!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Float---
------------------------------------------------------------------------------------------------------------*/
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.float-none {
    float: none!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Grid---
------------------------------------------------------------------------------------------------------------*/
.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Center---
------------------------------------------------------------------------------------------------------------*/
.text-center {
    text-align: center;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Shadow---
------------------------------------------------------------------------------------------------------------*/
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Card---
------------------------------------------------------------------------------------------------------------*/
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Background---
------------------------------------------------------------------------------------------------------------*/
.bg-light {
    background-color: #f8f9fa!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-dark {
    background-color: #212529!important;
}
.bg-teal-green {
    background-color: #00827F!important;
}
.bg-danger {
    background: #ed1c24;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sticky---
------------------------------------------------------------------------------------------------------------*/
.position-sticky {
    position: sticky!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Flex---
------------------------------------------------------------------------------------------------------------*/