@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&family=Tajawal:wght@400;700&display=swap");
body,
.menuzord-menu > li,
.tp-caption,
.styled-input label,
.styled-input select,
.colp h2,
.divider h2 {
    font-family: "Tajawal", "Outfit", sans-serif !important;
}
.bg-theme-color-2 {
    background: #f7f7f7 !important;
}
.rev_slider .tp-caption-1 {
    border-radius: 30px;
    border-left: 6px solid #0891b2 !important;
    border-right: 6px solid #0891b2 !important;
}
.fa-chevron-down {
    font-size: 14px !important;
}
.header-top {
    background-color: #014063 !important;
}
.header-top .text-white {
    color: #fff !important;
}
.header-top .text-white {
    color: #fff !important;
    font-weight: 600;
}
.menuzord-menu ul.dropdown li ul.dropdown {
    right: 100%;
}
html[dir="rtl"] .menuzord-responsive .menuzord-menu li .indicator {
    right: auto;
    left: 14px;
}
.menuzord-menu li ul.dropdown li .indicator {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 15px;
}
.menuzord-menu > li > a {
    padding: 8px 25px !important;
    font-size: 18px;
    color: #333333;
    border-radius: 4px !important;
}

.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a {
    border-bottom: 5px solid #aaa !important;
    background-color: #014063 !important;
}

body {
    margin: 0;
}
.s-media {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 1000;
    transition: all linear 0.2s;
}
.s-media a:first-child {
    border-radius: 0 5px 0 0;
}
.s-media a:last-child {
    border-radius: 0 0 5px 0;
}
.s-item {
    display: block;
    width: 60px;
    height: 60px;
    color: white;
    font-size: 25px;
    line-height: 60px;
    text-align: center;

    transition: all linear 0.2s;
}
.s-item:hover {
    width: 70px;
}

#sm-open {
    position: fixed;
    top: 100px;
    left: -60px;
    border-radius: 0 30px 30px 0;

    transition: all linear 0.2s;
}
.facebook {
    background-color: #305891;
}
.twitter {
    background-color: #3aafd6;
}
.gplus,
.google-plus {
    background-color: #f8694d;
}
.print {
    background-color: #7cb0a4;
}
.sm-collapse {
    left: -60px;
}

.s-media {
    position: fixed;
    top: 248px;
    left: 0;
    z-index: 1000;
    transition: all linear 0.2s;
}
.s-item {
    display: block;
    width: 48px;
    height: 51px;
    color: white;
    font-size: 23px;
    line-height: 60px;
    text-align: center;
    transition: all linear 0.2s;
}
.gpluss {
    background-color: #118913;
}
.cap {
    font-size: 35px !important;
}
.defaultimg {
    height: 520px;
}
.rev_slider li.tp-revslider-slidesli {
    height: 520px;
    position: absolute;
}
.slotholder {
    height: 520px;
}
.rev_slider_wrapper {
    height: 520px;
}
.rev_slider {
    height: 520px;
}
form {
    max-width: 1100px;
    width: 100%;
}

/* Search Form */

.styled-input {
    float: left;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
}

.styled-input.multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    height: auto;
}

.styled-input label {
    color: #9b9b9b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.92px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    -o-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    pointer-events: none;
}

.styled-input.multi label {
    padding: 10px 0 0;
}

.styled-input.active {
    border: 1px solid #d0e5ba;
    -webkit-box-shadow: inset 0 -2px 4px 0 #d5eebb;
    box-shadow: inset 0 -2px 4px 0 #d5eebb;
}

.styled-input .icon--check,
.styled-input .icon--error,
.styled-input .chevron-down {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.styled-input .icon--check,
.styled-input .icon--error {
    display: none;
}

.styled-input .icon--check {
    right: 0%;
}

.styled-input input.success ~ .icon--check,
.styled-input input.error ~ .icon--error {
    display: inline-block;
}

.styled-input label.error,
.styled-input input:focus ~ label.error,
.styled-input input#fn:valid ~ label.error,
.styled-input input#ln:valid ~ label.error {
    font-size: 15px;
    text-transform: none;
    letter-spacing: normal;
    color: #ff523d;
    top: 53px;
    left: -3px;
}

.styled-input.multi.error {
    margin-bottom: 20px;
}

.styled-input.multi > div {
    position: relative;
    width: 100%;
    border-right: 2px solid #ccc;
}

.styled-input.multi > div:nth-last-of-type(1) {
    border-right: 0;
}

.styled-input.multi > div input,
.styled-input.multi > div label {
    padding-left: 12px;
}

.styled-input.multi > div input {
    padding-top: 20px;
}

.styled-input input:focus,
.styled-input textarea:focus,
.styled-input select:focus {
    outline: none;
}

.styled-input input,
.styled-input textarea,
.styled-input select {
    color: #4a4a4a;
    border: 0;
    width: 90%;
    font-size: 18px;
    padding-top: 20px;
    background: transparent;
}

.styled-input select {
    width: 100%;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    left: 11px;
}

/* Focus Label */

.styled-input input:focus ~ label,
.styled-input input#fn:valid ~ label,
.styled-input input#ln:valid ~ label,
.styled-input input#city[filled="true"]:valid ~ label,
.styled-input #select-state label {
    font-size: 13px;
    letter-spacing: 1.56px;
    color: #014063;
    top: -12.8px;
    -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
    -o-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

@media (min-width: 991px) {
    .styled-input.multi {
        height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .styled-input.multi {
        height: 60px;
        padding: 8px 0;
    }
    .styled-input.multi > div input {
        padding-top: 18px;
    }
    .styled-input.multi label {
        padding: 7px 0 0;
    }
    .styled-input input#fn:valid ~ label,
    .styled-input input#ln:valid ~ label,
    .styled-input input#city[filled="true"]:valid ~ label,
    .styled-input.multi input:focus ~ label,
    .styled-input #select-state label {
        top: -9px;
    }
    .styled-input.multi.error {
        margin-bottom: 30px;
    }
    .styled-input label.error,
    .styled-input input:focus ~ label.error,
    .styled-input input#fn:valid ~ label.error,
    .styled-input input#ln:valid ~ label.error {
        font-size: 13px;
        top: 53px;
    }
    .search-area .form-area button.serach-btn {
        height: 60px;
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .examples [class^="col-"] {
        padding: 0;
    }

    .styled-input.multi > div {
        background-color: #fff;
        margin-bottom: 10px;
        display: block;
        border: 1px solid #efefef;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        padding: 16px 16px 8px 11.2px;
        height: 50px;
    }

    .styled-input.multi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        margin-bottom: 0;
    }

    .styled-input.multi > div label {
        padding: 12px 0 0 12px;
    }
    .styled-input.multi > div input:valid ~ label,
    .styled-input.multi > div input:focus ~ label,
    .styled-input.multi #select-state > label {
        padding-top: 15px;
    }

    .styled-input.multi > div input {
        padding-left: 0;
        padding-top: 2px;
        position: relative;
        z-index: 2;
        width: 100%;
    }
    .styled-input select {
        left: 0;
        padding-top: 2px;
    }

    .styled-input.multi.error {
        margin-bottom: 0;
    }

    .styled-input.multi > div.error {
        margin-bottom: 30px;
    }

    .styled-input.multi > div.error label.error {
        padding-top: 0;
    }
}

/* Button */

.no-pad-left-10 {
    padding-left: 5px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .no-pad-left-10 {
        padding-left: 0px;
        margin-left: -5px;
        width: calc(16.66666667% + 5px);
    }
}

@media (max-width: 767px) {
    .no-pad-left-10 {
        padding-left: 15px;
        margin-left: 0;
    }
}

.form-area button.serach-btn {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: none;
    font-size: 24px;
    background: #81b44c;
    text-align: center;
    color: white;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1.01px;
    width: 100%;
    height: 70px;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
}

.form-area button.serach-btn:hover {
    background: #638a3a;
    -webkit-box-shadow:
        -2px -2px 4px -4px rgba(0, 0, 0, 0.02),
        0 3px 9px 0 rgba(0, 0, 0, 0.1),
        0 2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow:
        -2px -2px 4px -4px rgba(0, 0, 0, 0.02),
        0 3px 9px 0 rgba(0, 0, 0, 0.1),
        0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.form-area button.serach-btn:focus {
    outline: none;
}

@media only screen and (max-width: 991px) {
    .form-area button.serach-btn {
        font-size: 20px;
        height: 60px;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .form-area button.serach-btn {
        font-size: 22px;
        padding: 7px 20px;
        width: 100%;
        height: 50px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        margin-top: -12px;
        margin-bottom: 20px;
    }
}
.styled-input select {
    text-align: left;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    left: 11px;
    top: -13px;
}
.id-search form {
    border-radius: 5px !important;
    padding: 50px !important;
    max-width: 1200px !important;
    width: 100% !important;
    background: #f7f7f7 !important;
    box-shadow: 0px 8px 2px #ddd !important;
}
.styled-input.multi > div {
    position: relative;
    width: 100%;
    border-left: 2px solid #ccc;
    border-right: 0px solid #ccc;
}
.styled-input label {
    color: #3e3e3e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    position: absolute;
    top: 0;
    right: 18px;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    -o-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    pointer-events: none;
}
.styled-input select {
    text-align: right;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    left: -12px;
    top: -13px;
    font-size: 17px;
    color: #282828;
}
.no-pad-left-10 {
    padding-left: 5px;
    margin-right: -35px;
}
.form-area button.serach-btn {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: none;
    font-size: 17px;
    background: #014063;
    text-align: center;
    color: white;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1.01px;
    width: 63%;
    height: 66px;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
}
.styled-input .chevron-down {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    right: 79%;
}
section > .container,
section > .container-fluid {
    padding-top: 41px;
    padding-bottom: 19px;
}
#about h3 {
    font-family: "Tajawal", sans-serif !important;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
    font-family: unset;
    font-weight: 700;
}
.section-content h3 {
    font-size: 21px;
    color: #014063;
    margin-bottom: 25px;
}
.lead {
    font-size: 15px;
    margin: 10px 77px;
}
#upcoming-events .img-fullwidth {
    padding: 0.3rem;
    border-radius: 10px;
    width: 100% !important;
    height: 186px;
}

.py-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.layer-overlay.overlay-white-8::before {
    background-color: unset;
}
#upcoming-events h3 {
    color: #fff;
    text-align: center;
}
.parallax {
    background: #f5f5f5 !important;
}
#btm-content-wrapper {
    background: #012f4a;
}
#upcoming-events h3 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin-bottom: 35px;
}
.mtt-2 {
    margin-top: 2rem;
}
.my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
#upcoming-events .pt-80 {
    padding-top: 30px !important;
}
.schedule-box .thumb .overlay {
    background-color: rgba(1, 64, 99, 0.7) !important;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out 0s;
    -o-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
    top: -100%;
}
.colp {
    background: #01263c;
    padding: 32px 33px;
}
.colo img {
    width: 100%;
}
.colo {
    padding-left: 0px !important;
}
.colp h2 {
    color: #ebe7e7;
    font-size: 24px;
}
.colp p {
    color: #dfdede;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.colp .btn {
    color: #8b8a8a;
    background-color: #01263c;
    border-color: #012032;
}
.colp .btn {
    color: #ffffff;
    background-color: inherit;
    border-color: #ffffff;
    font-size: 15px;
    font-weight: 4px;
    border-width: 2px;
}
.colo img {
    width: 100%;
    height: 260px;
}
.colp p {
    color: #dfdede;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
    height: 80px;
    overflow: hidden;
}
.about {
    padding: 25px;
}
.divider .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: 153px;
}
.clients .owl-carousel .owl-item img {
    border-radius: 7px;
    transform-style: preserve-3d;
    height: 100px;
}
.post-thumb img {
    height: 50px;
    width: 50px;
}
.layer-overlay.overlay-dark-5::before {
    background-color: #e5e5e5;
}
.main-home {
    direction: rtl;
}
.main-head {
    border-bottom: 2px solid #ccc;
    padding-bottom: 12px;
}
.main-home .widget {
    padding: 20px;
    background: #f0f0f0;
    margin-bottom: 20px;
}
.input-group {
    position: relative;
    display: unset;
    border-collapse: separate;
    background: #fff;
}
.main-home .widget input {
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
}
.main-home .widget2 {
    padding: 10px;
    border: 2px solid #eee;
    background: #ffffff;
    margin-bottom: 20px;
}
.gray {
    background: #f0f0f0;
    padding: 15px;
}
.widget2 ul.list li a {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding-right: 0px;
    line-height: 17px;
    color: #01263c;
}
.textblue {
    color: #014063 !important;
}
.main-home .section {
    padding-top: 0px !important;
    padding-bottom: 19px;
}
section > .container,
section > .container-fluid {
    padding-top: 0px;
    padding-bottom: 19px;
}
.gallery-isotope {
    min-height: 100vh !important;
}
.ml-40 {
    margin-left: 0px !important;
}
.table-bordered {
    border: 1px solid #ddd;
    margin-top: 40px;
}
.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #014063;
    border-color: #014063;
}
footer {
    padding-bottom: 0px !important;

    padding-top: 32px !important;
}
.inner-header .title {
    font-size: 22px;
    font-family: "Tajawal", sans-serif;
}
.divider .container {
    padding-top: 7px;
    padding-bottom: 1px;
}
.text-gray-silver {
    color: #6c6666 !important;
}
.text-theme-colored {
    color: #014063 !important;
    font-size: 22px;
}
h1.text-theme-colored {
    font-size: 24px;
    font-family: "Tajawal", sans-serif !important;
}
h1.title {
    font-size: 24px;
    font-family: "Tajawal", sans-serif !important;
}
h1.main-head {
    font-size: 24px;
    font-family: "Tajawal", sans-serif !important;
}
h1.text-uppercase.mt-15 {
    font-size: 24px;
    font-family: "Tajawal", sans-serif !important;
    color: #014063 !important;
}
h2.text-theme-colored.text-uppercase.m-0 {
    font-family: "Tajawal", sans-serif !important;
}
h2.text-theme-colored {
    font-family: "Tajawal", sans-serif !important;
}
.form-contact {
    margin-top: 50px;
}
.yu .widget {
    padding: 20px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.bg-silver-light p {
    font-size: 12px;
    height: 83px;
    overflow: hidden;
}
.brochures .img-fullwidth {
    height: 150px;
}
.brochures .col-md-4 {
    margin-top: 40px;
}
.text-theme-color-2,
.work-gallery .gallery-bottom-part .title {
    color: #0891b2;
}

.gallery-item .work-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-thumb img {
    width: 100%;
    height: 450px;
}
.team-block .team-thumb .styled-icons a:hover,
.work-gallery .gallery-thumb .styled-icons a:hover,
.work-gallery:hover .gallery-bottom-part,
.line-bottom-theme-colored-2:after,
.panel-group .panel-title a.active::after {
    background: #0891b2;
}
.mt-20 {
    padding: 20px;
}
.training h2 {
    border-top: 3px solid #ddf;
    padding-top: 9px;
    font-family: inherit;
}
.bg-lighter img {
    height: 300px;
}
#header-search-people {
    margin-top: -60px !important;
    margin-bottom: 5px !important;
}
.colo {
    padding-left: 0px !important;
    padding-right: 0px;
}
.errors {
    color: red;
    font-size: 10px;
}

.itemCourse {
    width: 23% !important;

    min-height: 370px;
    margin: 1rem 0.3rem;
    border: 2px solid #014063;
    border-radius: 4px;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.blog-pull-right {
    display: flex;
    flex-wrap: wrap;
}
.courseTitle {
    font-size: 0.8rem !important;
    cursor: pointer;
    margin: -1.1rem auto;
    /* word-break: break-all; */
}
.itemCourse img {
    height: 160px !important;
    object-fit: cover;
}
.itemCourse .course-icons {
    margin-top: 0.4rem;
}
.itemCourse .course-icons li {
    font-size: 0.7rem;
}
.itemCourse .courseBtn {
    width: 100%;
    border: none;
    outline: none;
    background-color: #3aafd6;
    color: white;
    border-radius: 5px;
    padding: 0.5rem 2rem;
    margin-top: 0.3rem auto;
}
.itemCourse .courseBtn:hover {
    background-color: #012f4a;
}
.itemCourse .course-icons i {
    color: chocolate;
}
@media (max-width: 775px) {
    .itemCourse {
        width: 47.4% !important;
    }
    .itemCourse {
        min-height: 300px;
    }
    .courseTitle {
        font-size: 1.3rem !important;
    }
    .itemCourse .course-icons li {
        font-size: 1.1rem !important;
    }
}
.menuzord-menu li:hover .dropdown {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    position: fixed;
    z-index: 99;
    top: -10px !important;
    right: 0 !important;
    width: 100%;
    white-space: nowrap;
    background: #fff;
    min-height: 200px !important;
    height: auto !important;
}
.menuzord-menu ul.dropdown li {
    width: 50% !important;
}
.itemFlip {
    display: flex !important;
    flex-direction: row !important ;
    align-items: center !important;
    justify-content: space-between !important;
}
.itemFlip .itemImage {
    flex-shrink: 1;
}
.itemFlip {
    box-shadow: 4px 4px 20px 6px #f0f0f0;
    height: 130px;
    overflow: hidden;
    text-wrap: wrap;
    margin: 0.5rem 1rem !important;
}
.itemFlip-parent {
    display: flex !important;
    flex-direction: column !important;
    align-items: start;
    align-content: space-between;
    height: 100% !important;
    justify-content: space-between;
}
.brochures .img-fullwidth {
    height: 100px !important;
    width: 100px !important;
    vertical-align: middle !important;
}
.metis .tp-bullet {
    width: 30px !important;
    height: 30px !important;
}
.metis .tp-bullet-image {
    width: 30px !important;
    height: 30px !important;
}
.single-service-full {
    width: 100% !important;
}
.meeting {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .d-lg-block {
        display: inline-block !important;
    }
}
@media (max-width: 992px) {
    .d-sm-block {
        display: inline-block !important;
    }
}

.d-none {
    display: none;
}
.dropdown-container {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: 18%;
    top: calc(100% + 10px);
    width: 100vw;
    max-width: 100vw;
    min-width: 280px;
    transform: translateX(-50%) translateY(8px);
    z-index: 999999;
}
.tp-mask-wrap {
    margin-top: 8.5rem;
}
.tp-bullets {
    top: 96% !important;
}
.categories-section .row {
    direction: rtl;
}
#footer {
    direction: rtl;
    text-align: right !important;
}
.breadcrumb-items {
    direction: rtl;
    display: flex;
    padding: 10px 85px;
    align-items: center;
    justify-content: flex-start;
}
.blog-pull-right {
    direction: rtl;
}
.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%;
}

.search-panel-card {
    padding: 50px;
}
.search-panel-copy {
    padding: 30px;
}
@media (max-width: 640px) {
    @media (max-width: 640px) {
        .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;
        }
        .menuzord-brand img {
            max-height: 45px;
        }
        .schedule-box .schedule-details .title a {
            font-size: 1.4rem;
        }
        .tp-mask-wrap {
            margin-top: 0rem !important;
        }
        .search-panel-copy,
        .search-panel-card {
            padding: 15px;
        }

        .form-area button.serach-btn {
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border: none;
            font-size: 12px;
            background: #014063;
            text-align: center;
            color: white;
            text-transform: capitalize;
            font-weight: 700;
            letter-spacing: 1.01px;
            width: 100%;
            height: 40px;
        }
        .defaultimg,
        .rev_slider_wrapper,
        .rev_slider li.tp-revslider-slidesli,
        .rev_slider {
            height: 250px !important;
        }
    }
}
@media (min-width: 761px) and (max-width: 1220px) {
    .menuzord-menu > li > a {
        padding: 6px 12px !important;
        font-size: 15px;
    }
}
.itemFlip {
    width: 100%;
}
.contant {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.contant a {
    font-weight: 600;
    font-size: 1.5rem;
}
.form-contact {
    width: 100%;
}
/* ============================================
   1. جعل الأعمدة بنفس الارتفاع (Flex)
   ============================================ */
.d-flex.align-items-stretch {
    align-items: stretch;
}

/* ============================================
   2. البطاقة الرئيسية (الخلفية والظل)
   ============================================ */
.category-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    height: 100%; /* جعلها تملأ العمود بالكامل */
    border: 1px solid #f1f5f9;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ============================================
   3. حاوية الصورة (تثبيت الأبعاد)
   ============================================ */
.card-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3; /* نسبة عرض 4:3 (ثابتة لجميع البطاقات) */
    background: #f8fafc;
}

/* الصورة نفسها */
.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* قص الصورة لتناسب الإطار دون تشويه */
    transition: transform 0.4s ease;
}

.category-card:hover .card-img {
    transform: scale(1.05);
}

/* الأوفرلاي (اختياري) */
.card-thumb .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, transparent 100%);
}

/* ============================================
   4. جسم البطاقة (المحتوى النصي)
   ============================================ */
.card-body {
    padding: 16px 18px 20px;
    flex: 1 1 auto; /* يأخذ المساحة المتبقية */
    display: flex;
    flex-direction: column;
}

/* ============================================
   5. العنوان (حد أقصى سطرين)
   ============================================ */
.card-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.4;
    color: #1e293b;

    /* منع النص من التمدد لأكثر من سطرين */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em; /* ارتفاع سطرين تقريباً */
}

.card-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.card-title a:hover {
    color: #13a44a;
}

/* ============================================
   6. زر "عرض المزيد" (موحد ومحاذي للأسفل)
   ============================================ */
.card-footer-action {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%; /* عرض كامل ليبدو متناسقاً */
    padding: 10px 16px;
    background: #13a44a;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}

.btn-more:hover {
    background: #0e883b;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(19, 164, 74, 0.25);
    transform: translateY(-2px);
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .card-title {
        font-size: 0.95rem;
        min-height: 2.6em;
    }
}

@media (max-width: 767px) {
    .col-sm-6 {
        width: 49.5%;
    }
    #footer .row {
        display: flex;
        flex-wrap: wrap;
    }
    .card-thumb {
        aspect-ratio: 16 / 10;
    }

    .card-body {
        padding: 14px;
    }

    .btn-more {
        padding: 8px 14px;
        font-size: 0.85rem;
    }
}
