* {
    box-sizing: border-box;
}
body {
    background: #edecec;
    direction: rtl;
    font-family: 'Droid Arabic Kufi', serif;
    font-size: 16px;
    text-align: right;
    margin-top: 70px;
    padding-bottom: 66px;
    position: relative;
    min-height: 100vh
}
.title-page {
    font-weight: bold;
    font-size: 40px;
    margin: 35px auto;
    padding-bottom: 16px;
    display: table;
    position: relative;
}
.title-page:after {
    content: " ";
    width: 100px;
    position: absolute;
    background: #009688;
    height: 5px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.title-page ~ p {
    margin-bottom: 80px
}
/* Class Bootstrap */
.navbar-inverse {
    background: #0d9289;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    transition: all .3s ease-in-out
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #ba9e9e;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: none;
    color:  hsla(0, 0%, 96%, 0.561)
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    text-align: right;
    color:#fff
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ba9e9e;
}
.navbar-inverse .navbar-nav {
    margin-right: 0;
    padding: 0;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 16px
}
.navbar-inverse .navbar-brand:hover {
    color: #ba9e9e
}
.dropdown-menu>li>a{
    padding: 9px 15px;
    transition: all .3s ease-in-out;
}
.dropdown-menu>li>a:hover {
    background: #841084;
    padding-right: 22px;
    color: #fff
}
.navbar-nav>li>.dropdown-menu {
    background: #0d9289;
    border-top: 2px solid #fff;
    left: -60px;
    width: 200px
}
.navbar-toggle {
    left: 10px
}
.icon-angle i{
    position: relative;
    left: -2px;
    top: 4px

}
/* Start Front End Page Home */
.header {
    margin-top: -20px
}
.header  .image-header {
    background: url("../../images/header.jpg") no-repeat fixed;
    width: 100%;
    height: 70vh;
    background-size: cover;
    margin-bottom: 100px;
}
.header .back {
    background: linear-gradient(rgba(0, 0, 0,0.5),rgba(0, 0, 0,0.7));
    width: 100%;
    height: 70vh;
}
.header  .image-header .back h1, .header  .image-header .back h2 {
    margin: 0px auto;
    margin-top: 100px;
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 2em;
    font-size: 30px;
}
.header  .image-header .back h2 {
    margin: 0 0 30px;
    font-size: 40px
}
@media(max-width: 767px) {
    .header  .image-header .back h1, .header  .image-header .back h2,
    .header .image-header .back h2 {
        font-size: 16px;
        margin-top:20px
    }
}
.header  .image-header .back .btn-lg {
    margin: auto;
    width: 140px
}
/* End Front End Page Home */

/* Start Page Login */

.login .pink-input, .login input[type="submit"] {
    width: 300px !important;
    display: block;
    margin: 20px auto !important;
    font-size: 18px
}

.login input[type="submit"] {
    width: 300px;
    margin: 20px auto;
    background: #0d9289;
    border: 1px solid #0d9283;
    color: #fff;

}
.login-member {
    background: #fff;
    width: 480px;
    margin: auto;
    padding: 12px 0;
    position: absolute;
    border: 1px solid #0d9289;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
    
}
.login-member .log {
    background: #fff;
    position: absolute;
    top: -50px;
    right: -1px;
    padding: 5px 10px;
    border-radius: 0px 10px 0px 0px;
    cursor: pointer;
}
.login-member .sing {
    background: #fff;
    position: absolute;
    top: -50px;
    right: 126px;
    padding: 5px 10px;
    cursor: pointer;
}
.login-member .active-back {
    background: #0d9289;
    color: #fff;
        
}
.login-member .form-sing {
    display: none;
}
/* End Page Login */

/* Start Page Members */
.pink-input {
    display: block;
    padding: 6px;
    width: 100% !important; 
    font-size: 22px;
    margin: 30px 0 !important
}
.submit {
    padding: 2px 15px;
    font-size: 22px; 
    background: #0d9289;
    border: none;
    color: #fff;
    margin-top: 20px;
    transition: all .2s ease-in-out
}
.submit:hover {
    color: #fff;
    background: #841084;
}
.pink-input:focus {
    box-shadow: 0px 0px 0px;
    outline: 2px solid #0d9289
}
.code-table table {
    margin: 20px auto;
    margin-bottom: 80px;
    border: 1px solid #0d9289;
}
.code-table tr:first-child {
    background: #0d9289;
    color: #fff;
}
.code-table tr:nth-child(even) {
    background: #fff
}
.code-table td {
    padding: 5px 12px;
    font-size: 22px;
}
.code-table td a:hover {
    text-decoration: none
}
.add-member {
    position: fixed;
    bottom: 120px;
    right: 150px;
    background: #0d9289;
    padding: 10px;
    font-size: 30px;
    width: 65px;
    height: 65px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 5px #999
}
/* End Page Members */

/* Start Page Comments */
.box-comment {
    margin: 30px 0
}
.box-comment img {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 2px
}
.box-comment .image {
    float: right;
}
.box-comment .ctrol {
    position: absolute;
    left: 20px;
    top: 10px;
}
.box-comment .comment {
    background: #fff;
    font-size: 22px;
    padding: 10px;
    width: 80%;
    margin-right: 100px;
    min-height: 20px;
    border-radius: 5px;
    margin-right: 10%;
    position: relative;
}
.box-comment .comment:before {
    content: " ";
    display: block;
    position: absolute;
    right: -40px;
    top: 5px;
    border: 20px solid transparent;
    border-left-color: #fff;
}
.box-comment .comment .comid {
    position: absolute;
    font-size: 18px;
    top: 8px;
    right: 20px;
    line-height: 1em;
}
.box-comment  .fullname {
    width: 100px;
    margin-right:  -17px
}
.box-comment .comment .name-items {
    position: absolute;
    font-size: 18px;
    bottom: 0;
    left: 20px;
    line-height: 1em;
}
.box-comment .comment  .date {
    position: absolute;
    font-size: 18px;
    bottom: 0;
    text-align: center;
    left: 45%;
    line-height: 1em;
}
.date-comment {
    font-size: 16px;
    margin: 0
}
.box-comment .comment p {
    line-height: 2.8em;
    margin: 0
}
@media (max-width: 768px){ /* mobile & Tablet Rulse */
    .box-comment .comment {
        background: #fff;
        font-size: 20px;
        padding: 10px;
        width: 70%;
        margin-right: 100px;
        min-height: 20px;
        border-radius: 5px;
        margin-right: 25%;
        position: relative;
    }
    .box-comment .comment:before {
        content: " ";
        display: block;
        position: absolute;
        right: -40px;
        top: 5px;
        border: 20px solid transparent;
        border-left-color: #fff;
    }
}
/* End Page Categories */
/* Start Page Categories */
.check-box {
    font-size: 22px;
}
.check-box > span {
    margin-left: 50px
}
.check-box label {
    font-weight: 100    
}
/* Start Page Items */
.items .back-item {
    background: #fff;
    max-width: 350px;
    box-shadow: 3px 3px 15px #999;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    height: 400px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.items .back-item h3 {
    font-size: 16px;
}
.items .back-item a {
    color: #333
}
.items .back-item .txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #fff;
    width: 100%;
}
.items .back-item img {
    margin-top: -30%;
}
.items .back-item p {
    position: absolute;
    left: -1px;
    bottom: 0px;
    background: #fff;
    border-radius: 0 5px 05px 0px;
    padding: 5px;
    border: 1px solid #999;
}

.image-home {
    max-width: 900px
}
.image-home img {
    margin: auto;
    display: block;
}
.images {
    margin-top: 10px;
    border: 2px solid #fff;
    width: 80px;
    cursor: pointer
}
.active {
    border: 2px solid #0d9289;
    width: 84px;
}
.data-item {
    background: #fff;
    margin-bottom: 20px;
    padding: 5px
}
.data-item p {
    padding: 10px
}
.data-item .content p span {
    margin-right: 50px
}
@media(max-width: 767px) {
    .data-item .content p span {
        margin-right: 10px;
        display: block;
        margin-top: 10px;
    }
}
.data-item .content p span:first-child {
    margin-right: 0
}
a:hover {
    text-decoration: none
}
/* End Page Items */


/* Start Page Profiel */
.border-bottom {
    border-bottom: 2px solid #0d9289
}
.wating {
    position: absolute;
    right: 15;
    top: 22px;
    z-index: 9999;
    background: #dd0000;
    color: #fff;
    padding: 5px
}
/* Start Page view Item */
.comment-item label {
    font-weight: 100
}
.comment-item {
    margin-bottom: 10px !important;
    padding: 15px;
}
.comment-item textarea {
    height: 200px;
}
.comments-view .comment {
    background: #fff;
    padding: 5px;
    margin-bottom: 50px;
}


/* start Footer */
.footer {
    background: #0d9289;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 5px;
}
.footer p {
    line-height: 2em;
}
.footer img {
    transition: all .2s ease-in-out
}
.footer img:hover {
    transform: rotate(360deg);
}
/* End Footer */
/* Start Page Contact Us */
.contact-us label {
    font-weight: 100;
    margin-top: 20px;
    font-size: 18px;
}
.contact-us input,
.contact-us textarea {
    font-size: 18px;
    padding: 20px 12px
}
.contact-us .btn {
    padding: 5px;
    margin-top: 20px;
}
/* End Page Contact Us */