body {
    background: url(../img/bgsite.jpg) top center repeat-x;
}

.infocat {
    font-size: 20px;
    position: absolute;
    top: 15px;
    max-height: 80px;
    width: 80%;
    padding: 10px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.dropdown-menu {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top: 0px solid #FFF;
}

.paysil {
    padding-left: 8px;
    color: red;
    text-decoration: line-through;
    text-decoration-style: double
}

.dropdown-submenu {
    position: relative;
    width: 100%;
    top: 0px;
}

.dropdown-submenu a::after {
    transform: rotate(90deg);
    position: absolute;
    left: 6px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-item {
    color: #000;
    font-size: 16px;
    font-style: bold;
    border-bottom: 1px solid #FFF;
    padding-top: 4px;
}

.dropdown-item:hover {
    background: #e0e0e0;
    border-bottom: 1px solid #f0ad4e;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}

.imgloader {
    position: absolute;
    margin: auto auto;
    left: 50%;
    top: 50%;
    border: 8px solid #a1a1a1;
    /* Light grey */
    border-top: 8px solid #45b1b7;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/** navbar-light */

.navbar-light .navbar-nav .nav-link {
    padding: 10px 30px;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #ffa303;
}

.navbar-light .navbar-nav .nav-link::first-letter {
    font-weight: 450;
}


/**End navbar-light */


/** navbar-dark */

.navbar-dark {
    background-size: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 10px 22px;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
}

.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #ffa303;
}

.navbar-dark .navbar-nav .nav-link::first-letter {
    font-weight: 450;
}


/**End navbar-dark */

.tajawal {
    font-family: 'Tajawal', sans-serif;
}

.breadcrumb {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #555
}

.cardperson {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    margin: 3px 8px;
    background: #FFF;
}

.cardperson:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.cardperson img {
    border-radius: 5px 5px 0 0;
}

.cardperson img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.containerc {
    padding: 15px;
}

.containerc p {
    padding: 2px;
    margin: 0px;
    font-size: 14px;
}

.contimg {
    height: 200px;
    overflow: hidden;
}

.icon_sc .fa {
    font-size: 28px;
    margin: 4px;
    color: #f39200;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

.icon_sc .fa:hover {
    color: #FFFFFF;
}

.breadcrumb-item a {
    color: #555;
}

.breadcrumb-item a:hover {
    color: orange;
}

.breadcrumb .active {
    font-weight: bold;
}