/* بداية اشياء عامة */
.text-center {
    text-align: center !important;
}

.text-white {
    color: #000 !important;
}

/*.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}*/
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 6rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.bg-transparent {
    background-color: transparent !important
}

.p-0 {
    padding: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.bg-light {
    background-color: #dcf1fb !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-white {
    background-color: #fbfbfb !important;
}

.p-4 {
    padding: 1.5rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.img-fluid {
    max-width: 100%;

}

.d-block {
    display: block !important
}

.mr-auto,
.mx-auto {
    margin-left: auto !important
}

.ml-auto,
.mx-auto {
    margin-right: auto !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.position-relative {
    position: relative !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.m-0 {
    margin: 0 !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.pr-4,
.px-4 {
    padding-left: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-right: 1.5rem !important
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.7rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-whit .fa {
    color: #007bff;

}

.btn-whit {
    color: #000;
    background-color: #f0f0f0;
    border-color: #531865;
}

.btn-whit:hover,
.btn-whit:hover .fa {
    color: #fff;
    background-color: #294a99;
    border-color: #4d75d1;
}


.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle,
.badge-primary,
.color-primary .slick-prev:before,
.color-primary .slick-next:before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.closefafa,
.scroll-to-top,
.sharesocial.bg-primary li a,
.custom-control-input:checked~.custom-control-label::before {
    background-color: #294a99;
    color: #fff;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.form-control:focus,
.sharesocial.border.border-primary li a,
.singlecontentbg blockquote,
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:focus:not(:checked)~.custom-control-label::before,
.custom-select:focus {
    border-color: #294a99;
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-lg {
    height: 50px;
}

.text-light1 {
    color: #fff;
}

.text-light2 {
    color: #000;
}

/* النهائية اشياء عامة */

.sliderhomebox .sliderslick {
    margin-bottom: 0;
    /* border: 1px solid #000; */
    /* padding: 0 10px; */
    margin: 0px 6px;
    transition: all 0.04s;
    transform: 1s;
    box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 1px 10px rgba(0, 0, 0, 2.1);
    border-radius: 20px;
}

.font-15 {
    font-size: 15px !important
}

.font-16 {
    font-size: 16px !important
}


.font-18 {
    font-size: 18px !important
}

.font-19 {
    font-size: 19px !important
}

.font-20 {
    font-size: 21px !important
}

.font-22 {
    font-size: 22px !important
}

.font-35 {
    font-size: 35px !important
}

.font-w400 {
    font-weight: 400 !important;
}

.font-w500 {
    font-weight: 500 !important;
}

.font-w700 {
    font-weight: 700 !important;
}



.sliderhomebox .sliderhomebox_box {
    /*height: 100vh;*/
    padding-top: calc(15px + 20px);
    padding-bottom: 20px;
}

.text-align-left {
    text-align: left;
}

.img_fluid_m {
    max-width: 100%;
    height: auto;
    width: 600px;
    height: 550px;
    object-fit: fill;
}

.img_about {
    width: 450px;
    height: 420px;
    object-fit: cover;
}

.img_about_bb {
    width: auto;
    height: auto;
    object-fit: cover;
}

.btn-info {
    color: #fff;
    background-color: #2256a0;
    border-color: rgb(15, 117, 133);
}

.position-fixed {
    position: fixed !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.marketing {
    margin-top: 44px;
    width: 100%;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.rounded-circle img {
    transition: .5s;
    border-radius: 20px !important;
    background: #fcfcfc !important;
    border: 1px solid #000;
    padding: 1px;
    object-fit: cover;
    height: 220px;
    filter: drop-shadow(2px 4px 6px black);
}

.rounded-circle img:hover {
    border: none;
    opacity: 1;
    transform: scale(1.1);
}

.col-lg-3 p {
    margin-top: 15px;
    text-align: center;
}



.mov_gab:hover {
    cursor: pointer;

}

@media (max-width: 1439px) {
    s .all_foo {
        display: flex !important;
        flex-direction: column-reverse;
    }


}

@media (min-width: 990px) {
    .maincc {
        padding: 0 80px;

    }
}

@media (max-width: 991px) {
    #row_servies {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px;

    }

    .rounded-circle img {
        width: 100% !important;
    }

    .imnh {
        text-align: center;
    }
}

@media (max-width: 700px) {
    #row_servies {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;

    }

    .rounded-circle img {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    #row_servies {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;

    }

    .rounded-circle img {
        width: 100% !important;
        object-fit: inherit;
        height: 300px;
        margin-top: 25px;
    }
}

@media (min-width: 992px) {
    #row_servies {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .rounded-circle img {
        width: 100%;
    }
}

/* style noe */
.btn-link:hover {
    color: #531865;
}

.scroll-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: none;
    z-index: 2000;
    overflow: hidden
}

a,
a:hover,
a:focus,
.btn-link:hover {
    text-decoration: none
}

a,
input,
textarea,
button,
input:focus,
textarea:focus,
select:focus,
.addeffect,
.addeffect-all>* {
    transition: .4s
}

.slick-slide {
    display: none;
    float: right;
    height: 100%;
    min-height: 1px
}


.bg-background {
    background-repeat: no-repeat;
    position: relative
}

.bg-position-centercenter {
    background-position: center center
}

/* الاسئلة الشائعة */
.customaccordion .card .card-header a {
    display: block;
    font-size: 17px;
    color: #fff;
    background-color: #2256a0;
    padding: 15px;
    padding-left: 55px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.customaccordion .card .card-header a.collapsed:hover {
    color: #2256a0;
    background-color: transparent;
}

.customaccordion .card .card-header a.collapsed {
    color: #2f2f2f;
    background-color: transparent;
}

.customaccordion .card .card-header a:before {
    position: absolute;
    content: "\f077";
    font-family: "fa5_f";
    font-weight: 900;
    top: 15px;
    left: 20px;
}

.customaccordion .card .card-header a.collapsed:before {
    content: "\f078";
}

.tabs-stage {
    /*border: 1px solid #cecfd5;*/
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 24px 30px;
    position: relative;
    top: -1px;
}

/*  النهائة الاسئلة الشائعة */



.bg-secondary,
.bg-colored.secondary:before {
    background-color: #294a99 !important;
}

.tabs-nav li.tab-active a {
    background: #294a99;
    color: #fff;
}

.tabs-nav li {
    float: right;
    width: 33%;
}

.tabs-nav li a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tabs-nav li a {
    background: #eaeaed;
    border: 1px solid #cecfd5;
    color: #000;
    display: block;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

.tabs-nav li a:hover {
    background-color: #531865;
    color: #fff;
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.img_head {

    width: 100%;
    height: 400px;
    object-fit: fill;

}

.d-flex_v {

    color: #fff;
}

.iimff {
    display: flex;
    flex-direction: row-reverse;

}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    .container {
        min-width: 992px !important
    }

}


.imh_img {
    width: 120px;
    height: 120px;
    object-fit: fill;
}

.ccvyuu {

    border: 1px solid #f3f3f3;
    border-radius: 30px;
    background: #294a99;
    color: #e7e7e7;
}

@media (max-width:540px) {
    .img_head {
        width: 350px;
        height: 250px;
        object-fit: fill;
    }

}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width:992px) {
    .im_w {
        margin-top: 40px;
    }

    .tabs-stage {
        /*border: 1px solid #cecfd5;*/
        border-radius: 0 0 6px 6px;
        border-top: 0;
        clear: both;
        padding: 24px 5px;
        position: relative;
        top: -1px;
    }

    .tabs-stage .col-lg-8 {
        padding-left: 0;
        padding-right: 0;

    }

    .cvtte {
        font-size: 25px !important;
    }

    .ccvyuu {
        font-size: 28px !important;
        font-weight: bold;
        border: 1px solid #f3f3f3;
        border-radius: 30px;
        background: #294a99;
        color: #e7e7e7;
    }

}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }

    .text-lg-left {
        text-align: right !important
    }

    .im_w {
        margin-top: -17px;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4.5rem !important
    }

    .font-lg-17 {
        font-size: 17px !important
    }

    .font-lg-18 {
        font-size: 18px !important
    }

    .font-lg-20 {
        font-size: 20px !important
    }


    .font-lg-26 {
        font-size: 26px !important
    }

    .font-lg-28 {
        font-size: 28px !important
    }


    .font-lg-38 {
        font-size: 38px !important
    }

}

@media (min-width:430px) {
    .font-lg-38 {
        font-size: 38px !important
    }

    .font-lg-28 {
        font-size: 28px !important
    }
}

@media (max-width:429px) {
    .font-lg-38 {
        font-size: 30px !important
    }

    .font-lg-28 {
        font-size: 18px !important
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 600px) {

    .tabs-nav {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;

    }

    .tabs-nav li {
        width: 100%;
    }


}