#header {
    direction: ltr;
    text-align: left;
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
}

.pull-left.flip {
    float: left !important;
}
html[dir="rtl"] .menuzord-menu.menuzord-right {
    float: right;
    direction: ltr;
}
html[dir="rtl"] .menuzord-menu > li {
    float: left;
}
html[dir="rtl"] .menuzord-responsive .menuzord-menu li .indicator {
    left: auto;
    right: 14px;
}
#header-search-people {
    direction: ltr;
    text-align: left;
}
.parallax {
    background: #07364c !important;
    direction: ltr;
}
.colp {
    background: #062d7f;
    padding: 32px 33px;
    direction: ltr;
}
.main-head {
    border-bottom: 2px solid #ccc;
    padding-bottom: 12px;
    background: #f1f1f1;
    padding: 10px;
}
.single-service {
    direction: ltr;
}
.gray {
    background: #f0f0f0;
    padding: 15px;
    direction: ltr;
}
.table-bordered {
    border: 1px solid #ddd;
    margin-top: 40px;
    direction: ltr;
    text-align: left;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    text-align: left;
    border-top: 0;
}
.training {
    direction: ltr;
    text-align: left;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    direction: ltr;
}
.main-head {
    border-bottom: 2px solid #ccc;
    padding-bottom: 12px;
    background: #f1f1f1;
    padding: 10px;
    text-align: left;
}
.bg-silver-light {
    direction: ltr;
}
.dropdown-container {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: 118% !important;

    top: calc(100% + 10px);
    width: 100vw;
    max-width: 100vw;
    min-width: 280px;
    transform: translateX(-50%) translateY(8px);
    z-index: 999999;
}
.categories-section .row {
    direction: ltr;
}

#footer {
    direction: ltr;
    text-align: left !important;
}
.breadcrumb-items {
    direction: ltr;
    display: flex;
    padding: 10px 85px;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumb-wrapper {
    padding: 0px 20px;
    transition: box-shadow 0.3s ease;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    line-height: 1.5;
}

.breadcrumb-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    padding: 6px 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-icon {
    width: 25px;
    height: 25px;
    color: #000000;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
    flex-shrink: 0;
}

.breadcrumb-link:hover {
    color: #014063;
    background: rgba(19, 97, 199, 0.08);
}

.breadcrumb-link:hover .home-icon {
    color: #014063;
    transform: translateY(-2px);
}

.breadcrumb-separator {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 1rem;
    margin: 4px;
}

.breadcrumb-separator svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: #1f2937;
}

.current-page {
    position: relative;
    display: inline-block;
    padding: 4px 12px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #014063;
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
}
.current-page::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 25%;
    width: 50%;
    height: 2.5px;
    background: linear-gradient(90deg, #014063, #014063);
    border-radius: 10px;
    transition:
        width 0.3s ease,
        left 0.3s ease;
}

.breadcrumb-item.active:hover .current-page::after {
    width: 70%;
    left: 15%;
}

html[dir="rtl"] .breadcrumb-separator svg {
    transform: rotate(180deg);
}

html[dir="rtl"] .breadcrumb-link {
    flex-direction: row-reverse;
}
.header-nav .header-nav-wrapper .menuzord {
    display: flex;
    justify-content: space-between;
}
.owl-stage-outer {
    direction: ltr;
}
@media (max-width: 640px) {
    .menuzord-brand img {
        max-height: 45px;
    }
    .breadcrumb-wrapper {
        padding: 0px;
        border-radius: 12px;
    }
    .breadcrumb-items {
        padding: 0px !important;
    }
    .breadcrumb-link {
        font-size: 1.8rem;
    }

    .breadcrumb-item {
        font-size: 1rem;
    }

    .breadcrumb-link {
        padding: 4px 8px;
        gap: 4px;
    }

    .home-icon {
        width: 16px;
        height: 16px;
    }

    .current-page {
        font-size: 1.6rem;
        padding: 3px 10px;
    }

    .breadcrumb-separator svg {
        width: 14px;
        height: 14px;
    }
    .schedule-box .schedule-details .title a {
        font-size: 1.4rem;
    }
}
.blog-pull-right {
    direction: ltr;
}
.contant {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.itemFlip {
    width: 100%;
}
.itemFlip-parent {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.contant a {
    font-weight: 600;
    font-size: 1.5rem;
}
.form-contact {
    width: 100%;
}
