@font-face {
    font-family: 'NotoKufiArabic-Regular';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoKufiArabic-Regular.ttf);
}

@font-face {
    font-family: 'NotoKufiArabic-Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoKufiArabic-Bold.ttf);
}

@font-face {
    font-family: 'NotoNaskhArabic-Regular';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoNaskhArabic-Regular.ttf);
}

@font-face {
    font-family: 'NotoNaskhArabic-Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoNaskhArabic-Bold.ttf);
}

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #f1f1f1;
    font-family:"NotoKufiArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size:14px;
    position: relative;
    min-height: 100%;
}
.head {
    background:url(../../images/head-bg.jpg) no-repeat top center;
    width:100%;
    min-height: 180px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px #47628e;
}
.head .bg{
    color:#fff;
    padding:30px 20px;
    width:100%;
    min-height: 180px;
    height: 100%;
    text-align: center;
}
.head img{
    margin: 15px 0;
}
@media(max-width: 768px){
    .head img{
        height: 150px;
    }
    .head h4{
        font-size: 16px;
        line-height: 1.6;
    }
}

@media(min-width: 769px){
    .head img{
        height: 200px;
    }
    .head h4{
        font-size: 18px;
        line-height: 2;
    }
}

.head .site-description{
    font-size: 17px;
    line-height: 2;
    font-family: "NotoKufiArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    padding:30px 20px;
    text-align: center;
    color: #E671A4;
    border:2px solid #47628e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin:10px 0 2.2rem 0;
}

.head .label{
    display: inline-block;
    font-size: 16px;
    padding: .5em .8em .5em;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}

.head .almuqr2{
    padding:1rem;
    margin-top:1.5rem;
    color: #47628e;
    font-family: "NotoKufiArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
}

@media(min-width: 769px){
    .page-wrapper{
        min-height: calc(100vh - 450px);
    }
}

/* Breadcrumb */

.breadcrumb{
    background: #FFF;
    padding:15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    border-radius: 0;
}

@media(min-width: 769px){
    .breadcrumb{
        margin-top:10px;
    }
}
.breadcrumb > li {
    font-size: 15px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}
.breadcrumb > li > a{
    color: #4b6584;
    text-decoration: none;
}
.breadcrumb > li + li::before {
    color: #777;
}

/* Feature */

.feature{
    background: #fff;
    margin: 20px 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 220px;
    padding:2rem;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}
.feature:hover,
.feature:focus{
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.10);
}
.feature .feature-icon{
    padding: 20px;
}

.feature .feature-icon i{
    color: #E671A4;
    font-size: 56px;
}

.feature .feature-desc{
    font-size: 17px;
    color: #47628e;
    padding:10px;
    margin-top: 10px;
    line-height: 1.6;
}

.list-group .list-group-item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 13px 20px;
    margin-bottom: 4px;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
}
.list-group .list-group-item a{
    display: flex;
    color: #666;
    font-size: 17px;
    text-decoration: none;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}
.list-group .list-group-item a:hover{
    color: #E671A4;
}
.list-group .list-group-item i{
    margin-top: 3px;
}
.list-group .list-group-item .content-title{
    display: inline-block;
    margin-right: 10px;
}

/* Page Heading */

.page-heading h3{
    font-family: "NotoKufiArabic-Bold", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 20px;
    padding: 10px 0 15px 0;
}

/* Page */

.page{
    background:#FFF;
    padding:20px;
    margin: 30px auto 40px auto;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.10);
}
.page .page-title{
    font-size: 17px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: bold;
    color: #222831;
    border-bottom: 1px solid #DDD;
    margin-bottom:20px;
    padding:5px 0 20px 0;
}
.page .page-title i{
    color: #E671A4;
    margin-left: 5px;
}
.page .page-content{
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 17px;
}
.page .page-content p{
    line-height: 1.6;
}
.page .page-footer{
    padding:25px 5px 0 5px;
    margin-top: 40px;
    border-top:1px solid #ddd;
}
.page .page-meta{
    display: inline-block;
    list-style: none;
    font-size: 16px;
    color: #4b6584;
    padding-right: 0;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}
.page .page-meta li{
    float: right;
    margin-right: 25px;
}
.page .page-meta li:first-child{
    margin-right: 0;
}
.page .page-meta li i{
    margin-left: 5px;
}
.page img{
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    border:1px solid #ddd;
}
.page .content-video{
    margin: 20px auto 30px auto;
}
.page .content-audio iframe{
    margin: 20px auto 30px auto;
    border: 1px solid #4b6584;
    width:100%
}
.page .content-pdf iframe{
    margin: 20px auto 30px auto;
    border: 1px solid #4b6584;
    width:100%;
    height:600px;
}
.page .content-doc{
    text-align: center;
    margin:20px auto;
    background: #eee;
    padding: 25px 25px 30px 25px;
}
.page .content-doc .btn{
    display: inline-block;
    min-width: 160px;
    padding:15px 15px;
}
.page .content-doc .small-text{
    font-size: 13px;
    color: #666;
    margin-top: 7px;
}
/* Share */

.page .content-share{
    text-align: left;
    display: inline-block;
    float: left;
}
.page .content-share .sharing-button {
    display: inline-block;
    text-decoration: none;
    padding:6px 0;
    height: 32px;
    width: 32px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.page .content-share .sharing-button i{
    color: #fff;
    font-size: 16px;
}
.page .content-share .twitter {
    background-color: #55acee;
}
.page .content-share .twitter:hover {
    background-color: #2795e9;
}
.page .content-share .facebook {
    background-color: #3b5998;
}
.page .content-share .facebook:hover {
    background-color: #2d4373;
}
.page .content-share .email {
    background-color: #777;
}
.page .content-share .email:hover {
    background-color: #5e5e5e;
}
.page .content-share .whatsapp {
    background-color: #25D366;
}
.page .content-share .whatsapp:hover {
    background-color: #1da851;
}
.page .content-share .telegram {
    background-color: #0088cc;
}
.page .content-share .telegram:hover {
    background-color: #007CBA;
}

/* Form Controls */

.btn {
    font-size: 14px;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.btn-primary {
    background-color: #28a745;
    border-color: #28a745;
    color: #FFF;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #FFF;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-lg {
    min-width: 150px;
    font-weight: 700;
    font-family: NotoKufiArabic-Bold,"Open Sans",tahoma,Arial,sans-serif;
    margin-top: 10px;
}

.btn-sm {
    font-weight: normal;
    font-family: NotoKufiArabic-Regular,"Open Sans",tahoma,Arial,sans-serif;
    color: #FFF;
}

.form-group .form-control {
    border-radius: 0;
    border: 1px solid #C1C7CD;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
    height: 40px;
}

/* Alert */

.alert{
    margin-bottom:15px;
}

/* Register Block */

.register-block{
    border:1px solid #ddd;
    background: #E671A4;
    text-align: center;
    padding: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.register-block:hover,
.register-block:focus{
    background: #1f9792;
}

.register-block .block-icon{
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
}

.register-block .block-title{
    font-size: 16px;
    font-family: "NotoKufiArabic-Bold", "Open Sans", Tahoma, Arial, sans-serif;
    margin-bottom: 10px;
    color: #fff;
}

.register-block .block-description{
    font-size: 14px;
    color: #eee;
}

/* Pagination */

.pagination-centered{
    text-align: center;
}

ul.pagination{
    margin-top:25px;
    margin-bottom: 0;
    padding:0;
    height:auto;
    overflow:hidden;
    font-family: helvetica,Tahoma,Arial,sans-serif !important;
    font-size: 14px;
    list-style-type:none;
    text-align: center;
}

ul.pagination li.details{
    color:#4D4D4D;
    padding:7px 10px 7px 10px;
    font-size:16px;
}

ul.pagination li.dot{padding: 3px 0;}

ul.pagination li{
    float:right;
    margin:0 5px 0 0;
    padding:0;
}

ul.pagination li:first-child{
    margin-right:0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    margin-right: 0;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

ul.pagination li a{
    color:black;
    display:block;
    text-decoration:none;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background:#FFF;
    border:1px solid #ddd;
    font-weight: bold;
}

@media (max-width: 768px) {
    ul.pagination li a{
        padding-top: 9px;
        height: 38px;
        width: 38px;
        font-size: 14px;
    }
}

@media (min-width: 769px) {
    ul.pagination li a{
        padding-top: 11px;
        height: 45px;
        width: 45px;
        font-size: 16px;
    }
}

ul.pagination li a:hover,
ul.pagination li a.current{
    color:#FFF;
    background:#E671A4;
    border:1px solid #AAA;
}

ul.pagination li a img{
    border:none;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span{
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

.pagination > li > a,
.pagination > li > span {
    margin-left: 0;
}

/* Footer */

.footer{
    background: #fff;
    border-top: 1px solid #DDD;
    padding:35px 20px;
    text-align: center;
    color: #283D49;
    font-size: 13.5px;
    margin-top: 50px;
}

.footer img{
    height: 56px;
    filter: grayscale(100%);
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.footer img:hover{
    filter: grayscale(0%);
}