﻿@import url(../fonts/droidarabickufi.css);
* {
    direction: rtl !important;
}

body {
    font-family: Droid Arabic Kufi;
    line-height: 2;
    background-color: #fff;
    /*color: #804840;*/
}

body, .bg-custom {
    background-color: #193c6d;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#003073', endColorstr='#029797');
    background-image: url(../img/bg.jpg);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #003073), color-stop(100%, #029797));
    background-image: -webkit-linear-gradient(135deg, #003073, #029797);
    background-image: -moz-linear-gradient(45deg, #003073, #029797);
    background-image: -ms-linear-gradient(45deg, #003073 0, #029797 100%);
    background-image: -o-linear-gradient(45deg, #003073, #029797);
    background-image: linear-gradient(135deg, #003073, #029797);
}
@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, .25);
}

.navbar-brand {
    padding-top:0;
}

.navbar-brand img {
    max-width: 64px;
}

section {

}

.block {
    padding: 40px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.2) !important;
}

.wrap-icon {
    position: relative;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    display: block;
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 30px;
}

.wrap-icon > i {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}


    .view img, .view video {
        position: relative;
        display: block;
    }

.carousel .carousel-indicators li {
    width: .625rem;
    height: .625rem;
    cursor: pointer;
    border-radius: 50%;
}

#silder {
    border-radius: 5px;
}

section {

}
.bg-light {
    background-color: #f6f5f5 !important;
}

.bg-gray {
    background-color: #b2b2b2 !important;
    /*background-color: #6c757d !important;*/
}

.menu-wrap {
    background: #fff;
    border-radius: 10px;
    width:96%;
    margin:0 2%;
}

@media (min-width: 768px) {
    .menu-wrap {
        border-radius: 100px;
        width: 100%;
        margin: 0;
    }
}

.br-15 {
    border-radius: 15px;
}

.img-view {
    display: flex;
    flex-flow: row wrap;
    min-height: 200px;
    height: 75vh;
    width: 100vw;
    overflow: hidden;
}

    .img-view img {
        /* FOR 4 IN A GRID */
        flex: 1 0 100%;
        max-width: 100%;
        max-height: 100%;
        /* FOR YOUR 4 IN 1 ROW */
        /* flex: 1 0 25%;
        max-width: 25%; */
        /* FOR BOTH */
        /*padding: 5px;
        object-fit: none;*/
    }

.error-block {
    background: url(/img/error-block.png) no-repeat center;
    height:310px;
    width:512px;
    padding:50px;
}

@media (min-width: 480px) {
    .error-block {
        padding: 50px 150px;
    }
}
