.bg-light-boxed-end {
    background-size: initial !important;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light-boxed-end {
    padding-bottom: 8em;
}

#banner {
    margin: 0px;
}

:root{
    --white:#fff;
    --primary:#008080;
    --secondary: #808080;
    --global-animation:ease-in-out all 0.4s;
    --global-primary-font: 'Source Sans Pro', sans-serif;
    --global-secondary-font: 'Roboto', sans-serif;
    --global-dom-clr:#363636;
}
.navbar:before {
    
    border-image: none;
    border-width: 0;
    border-top: calc(var(--bs-border-width)*0) solid;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flickity-buttons-bottom-start .flickity-button.previous {
    background-color: #FF8C00;
    color: white;
    
}

.flickity-buttons-bottom-start .flickity-button.next {
    background-color:  #FF8C00;
    color: white;
}

.flickity-buttons-bottom-end .flickity-button.previous {
    left: auto;
    right: 3.85rem;
    
    background-color:  #FF8C00;
       color: white;
    ;

}
.flickity-buttons-bottom-end .flickity-button.next {
    right: 0;
     
    background-color: #FF8C00;
    color: white;
  
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
    color: #008080;
}
a.btn.btn-primary.lift {
    margin-top: 10px;
    min-width: 255px;
    background-color: #FF8C00;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #FF8C00;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light-boxed-end {
    padding-bottom: 1em;
}

header {
    height: 200px;
    background: #008080;
    text-align: center;
    padding: 20px 0;
}

header h1 {
    color: #f3f8ff;
}

.container {
    width: 80%;
    margin: 50px auto;
    clear: both;
}

.container::before,
.container::after {
    content: ' ';
    display: table;
    clear: both;
}

.right {
    width: 800px;
    display: inline-block;
    vertical-align: top;
    float: right;
}

/* .right div {
    background-color: #f3f8ff;
    height: 100%;
} */
/* 
.right div+div {
    margin-top: 30px;
} */

.left {
    width: 250px;
    height: 810px;
    background: #008080;
    color: #ffff;
    display: inline-block;
    float: left;
    position: sticky;
    top: 50px;
}
#bot-img {
    margin-left: -20px ;
    width: 240px !important;
    height: auto;
}

.oc-1 {
    height: auto;
    text-align: center;
    font-weight: 900;
}
.oc-2{
    height: 450px;
}
.oc-3{
    color: #2b265a;
}
.user-avatar {
    margin-right: 1rem;
    margin-left: 0.5rem;
    width: 4.5rem;
    height: 4rem;
    position: relative;
    border-radius: 100%;
}
.rounded-circle {
    border-radius: 50% !important;
}
figure img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}
td {
    border: 3px solid grey;
}
th {
    border: 3px solid grey;
}


@media(max-width:768px) {
    .dd-none{
        display: none;
    }

    .right {
        width: 108%;
        display: block;
        vertical-align: top;
        
    }
    .oc-2{
        height: auto;
    }
    #bot-img {
        width: 180px !important;
        height: auto;
        color: white;
    }
    .responsive-link a{
        display: block;
        word-wrap: break-word;
        white-space: normal;
    }
    .responsive{
        word-wrap: break-word;
        white-space: normal;
    }
}

/* Slack Canvas inspired page */
.slack-canvas-shell {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.1);
    display: flex;
    min-height: 600px;
    overflow: hidden;
}

.slack-canvas-sidebar {
    background: linear-gradient(180deg, #1d1f2b 0%, #2f3246 100%);
    color: #f8fafc;
    padding: 2.5rem 2rem;
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.slack-avatar {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.slack-outline li + li {
    margin-top: 0.25rem;
}

.slack-outline a {
    color: rgba(255, 255, 255, 0.85);
    display: block;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 0.75rem;
    transition: var(--global-animation);
}

.slack-outline a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.slack-canvas-main {
    flex: 1;
    padding: 2.5rem 3rem;
    background: #f5f7fb;
}

.slack-canvas-toolbar {
    align-items: center;
    background: #fff;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    gap: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.05);
}

.slack-canvas-actions .btn {
    border-radius: 999px;
}

.slack-canvas-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.slack-canvas-block {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.75rem;
    outline: none;
    border: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.slack-canvas-block:focus-within,
.slack-canvas-block:focus {
    border-color: rgba(74, 58, 255, 0.4);
    box-shadow: 0 0 0 3px rgba(74, 58, 255, 0.15);
}

.slack-block-label {
    color: #6366f1;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.slack-checklist .form-check {
    margin-bottom: 0.5rem;
}

.slack-checklist .form-check-label {
    font-weight: 500;
}

.slack-quote {
    border-left: 4px solid #6366f1;
    background: rgba(99, 102, 241, 0.08);
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    font-style: italic;
    color: #312e81;
}

.slack-table th {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.slack-links li {
    padding: 0.5rem 0;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.1);
}

.slack-links li:last-child {
    border-bottom: 0;
}

.bg-primary-soft {
    background: rgba(0, 128, 128, 0.15) !important;
}

@media (max-width: 991px) {
    .slack-canvas-shell {
        flex-direction: column;
    }

    .slack-canvas-sidebar {
        width: 100%;
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .slack-canvas-main {
        padding: 2rem;
    }

    .slack-canvas-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .slack-canvas-actions {
        width: 100%;
    }

    .slack-canvas-actions .btn {
        width: 100%;
    }
}


@media (max-width:911.98px) and (min-width:767.98px){
  
    #bot-img {
        width: 180px !important;
        height: auto;
        color: white;
        margin: -11px
    }
    .responsive-link a {
        display: block;
        word-wrap: break-word;
        white-space: normal;
    }
    .responsive {
        display: block;
        word-wrap: break-word;
        white-space: normal;
    }
    .dd-none{
        display: none;
    }

}

@media (max-width:1024px){
    #bot-img {
        margin: -11px;
        width: 180px !important;
        height: auto;
        color: white;
    }
    .dd-none{
        display: none;
    }
    .right {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        float: right;
    }
}
@media (max-width:1024px) and (min-width:912px) {

    .dd-none{
        display: none;
    }

    #bot-img {
        margin: -11px;
        width: 212px !important;
        height: auto;
        color: white;
    }
    .responsive-link a{
        display: block;
        word-wrap: break-word;
        white-space: normal;
    }
}
@media (min-width:1280px) and (min-width:800px) {
    .right{
        width: 700px;
    }
}


.tb-001 {
    width: 100%;
    border-collapse: collapse;
}

.tb-01 {
    border: 3px solid grey;
}

.tb-01 {
    padding: 8px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .tb-01 {
        display: block;
    }

    .tb-01 {
        display: none;
    }

    .tb-01 {
        margin-bottom: 0.625em;
    }

    .tb-01 {
        text-align: left;
        padding: 4px;
        margin: 0;
        display: inline-block;
        width: 100%;
    }
}


