html {
    scroll-behavior: smooth;
}
body {
    direction: rtl;
    text-align: right;
    font-family: 'Droid Arabic Kufi', serif ;
    padding: 0;
    margin: 0;
    background: url("../images/image.png");
    overflow-x: hidden;
}
a:hover {
    color: auto;
    text-decoration: none;

}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
}
@media(max-width: 1090px) {
    .column {
        float:right;
        width: 45%;
        margin: -6px 6px 33px;
        border: 1px solid #b7b4b4
    }
}

@media(max-width: 480px) {
    .h16 {
        width:100%
    }

    .socialiermi {
        width: 100%
    }

    img {
        max-width: 100%
    }

    .column {
        float: right;
        width: 99%;
        margin: -6px 1px 20px;
        border: 1px solid #b7b4b4
    }
}
.slide-one {
    direction: ltr;
    margin: 15px 0
}
/* Begin image header */
.image-header img {
    max-width: 562px;
    margin: auto
}
.image-header img.logo {
    max-width: 262px;
    margin: 10px auto
}
/* End image header */

/* Begin Icons */
.icons-contant {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}
.green-icon {
    background: #0ebc0e;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 36px;
    box-shadow: 3px 2px 10px rgb(0 0 0 / 22%);
    text-align: center;
    line-height: 1.4em;
    margin-top: 5px;
}
.green-icon a {
    color: #FFF;
}
/* End Icons */

/* Begin Images Whatsapp And Phone */
.img-wh-ph {
    max-width: 600px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-wh-ph img {
    float: left;
    max-width: 300px;
}
/* End Images Whatsapp And Phone */
/* Begin Slider Images */
.slider-images {
    padding: 0 50px 
}
@media(max-width: 767px) {
    .slider-images {
        padding: 5px 
    } 
}
/* End Slider Images */
/* Begin Section Boxs */
.section-boxs {
    margin-top: 90px;
}
.section-boxs h2 {
    color: #ffff;
    text-align: center;
    margin-top: 30px;
    transition: all .2s ease-in-out;
}
.section-boxs .border {
    height: 1px;
    width: 200px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-boxs .border:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #0a06fb;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
}
.section-boxs .border-box {
    border: 2px solid #b7b4b4;
    margin: 30px 0
}
.section-boxs .border-box h2:hover {
    color: #d6a10b;
}
.section-boxs .border-box p {
    color: ##fd7e14;
}
/* End Section Boxs */
/* Begin Info Contact */
.info-contact {
    margin-top: 20px;
    margin-bottom: 40px;
}
.info-contact h2 {
    color: #ffff;
    text-align: center;
    margin-top: 30px;
}
.info-contact .border {
    height: 1px;
    width: 200px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.info-contact .border:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #0a06fb;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
}
/* End Info Contact */
/* Begin Footer */
.footer {
    background-color: #0000006e;
    color: #FFF;
    margin-top: 60px;
    padding: 30px
}
/* Begin End */
/* Begin Copyright */
.copyright {
    background-color: #000;
    padding: 20px;
    color: #FFF
}
.copyright p {
    margin: 0;
    padding: 0
}