/* media query */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

 body{
    overflow-x: hidden;
    direction: rtl;
    font-family: 'aljazeeraregular';
    color: lightseagreen;
    background: #e5e5e5;
}
/***********************************************************/
.badge-primary,
.btn-primary{
    background: #147b85;
    border: 1px solid #147b85;
    box-shadow: 0.5 0.5 0.5 black;
}
.badge-primary:hover,
.btn-primary:hover{
    background: #147b85;
    border: 1px solid  #147b85;
    box-shadow: 1 1 5px gray;
}
/********************************************/
.badge-secondary,
.btn-secondary{
    background: #147b85;
    border: 1px solid #147b85;
    box-shadow: 0.5 0.5 0.5 black;
}
.badge-secondary:hover,
.btn-secondary:hover{
    background: #147b85;
    border: 1px solid  #147b85;
    box-shadow: 1 1 5px gray;
}
.bg-dark{
    background:#147b85!important;
}
/**********************************************/
h1, h2, h3, h4{
    color:white;
}
.list-group-item{
    background: #1896a2;
}
.list-group-item.active{
    background: #147b85;
    border: 1px solid 1896a2;
    font-size: x-large;
}
.hero{
    /* background: red; */
    background-image: url(../images/bg02.jpg);
    background-size: cover;
    background-position: center center;
    height: 400px;
}
.pagesTitles{
    /* background: red; */
    background-image: url(../images/bg02.jpg);
    background-size: cover;
    background-position: center center;
    height: auto;
    padding-top:55px;
}
.overlay{
    width: 100%;
    height: 100%;
    background:rgba(20, 123, 133, 0.5);
    
    
}
.welcome{
    height:auto;
    width: 100%;
    padding-top: 70px;
    
    
}
.welcome h1{
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 1px #000;
    /* font-size: 50px; */
    margin-bottom: 25px;
}
.welcome a{
    background: green;
}
.paragraph{
    width: 200px;
    border: 5px solid red;
    
}
/****************************************cards************/
.card{
    margin-bottom: 14px;
    box-shadow: 1px 2px 4px #147b85;
    overflow: hidden;
    border-radius: 0px;
    border: 0px;
}
.card-img-top{
    /*border-radius: 5px;*/
    /*border: 1px solid #147b85;*/
    height: 15rem;
    

}
.card-body{
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
.card-title{
    font-family: 'GretaLight';
    font-size: large;
    margin-bottom: 0;
    text-shadow: 2px 2px 5px #147b85;
}
.card-title a{
    color: white;
    text-decoration: none;
    display: none;
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    animation: fadeInUp 0.3s;
}

.solid{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #147b85;
    opacity: 0.5;
    display: none;
}
.solid-icons{
    width: 100%;
    height: 100%;
    
    position: absolute;
    background: rgb(20,123,133);
background: linear-gradient(0deg, rgba(20,123,133,0.6474964985994398) 0%, rgba(20,123,133,0.3757878151260504) 6%, rgba(20,123,133,0) 15%);
    /* opacity: 0.5; */
    /* display: none; */
}
.books-icons{
  color: white;
    text-decoration: none;
    font-size: x-small;
    margin: auto;
    animation: fadeInUp 0.3s;
}
.books-icons:hover{
  color: white!important;
}
.icons-right{
  position: absolute;
  right: 15px;
  bottom: -15px;
}
.icons-center{
  position: absolute;
  bottom: -15px;
  text-align: center;
  left: 0;
  right: 0;
}
.icons-left{
  position: absolute;
  left: 20px;
  bottom: -15px;
}
.card-text{
    font-family: 'GretaLight';
    color: white;
    border: 0px solid #147b85;
    background: #147b85;
    border-radius: 0px;
}
.card-text a{
    color: white;
    text-decoration: none;
}
.author-views{
    background-color: #147b85;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: white;
    font-size: x-small;
    padding: 5px;
}
.author-views i{
    width: 13px;
    height: 13px;
    margin: 0px 6px;
}
.author-views span{
    width: 30px;
    height: 15px;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
/*********************************************************/
.table{
    display: table;
    widows:100%;
    height: 100%;
}
.table-cell{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    
}
.table-cell p{
    color: white;
}
.panel-body{
    background: white;
}
.rounded-circle {
    padding: 10px;
    right: -14px;
    left: 0;
    position: relative;
    object-fit: cover;
    /* border-radius: 100% !important; */
    width: 135px;
    height: 135px;
    margin: auto;
    /* vertical-align: middle; */
}
 .bg-light{
        box-shadow: 1px 1px 5px #0000007d;
} 
.navbar-brand {
    color: #fff;
    font-size: small;
}
.navbar-brand img{
    height: 2rem;
} 

.shareIcons{
    /* border: 1px solid #aa0404; */
    padding: 0px 20px;
    text-align: center;
    /* background: #e40000; */
    color: #147b85;
}
.shareIcons>ul{
    display: inline-block;

}
.shareIcons li{
    display: inline-block;
}
.shareIcons a{
    color:white;
}
.fa{
        /* font-size: 250%; */
    /* border: 2px solid white; */
    border-radius: 3px;
    width: 34px;
    height: 34px;
    text-align: center;
    /* line-height: 42px; */
}
.fa-angle-down{
    font: normal normal normal 14px/1 FontAwesome
}
.fa-whatsapp{
    background: #25D366;
}

.fa-facebook{
    background: #3b5998;
}
.fa-twitter{
    background: #00acee;
}
.fa-youtube{
    background: red;
}
.fa-instagram{
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.fa-whatsapp:before,
.fa-facebook:before,
.fa-twitter:before,
.fa-instagram:before,
.fa-telegram:before,
.fa-envelope-o:before,
.fa-youtube:before
 {
    font-size: xx-large;
    color: white;
}
.fa-telegram{
    background: #0088cc;
}

.fa-envelope-o{
    background: black;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.list-group-item {
    background: white;
}
.btn-lg, .btn-group-lg>.btn{
    border-radius: 0px!important;
}
footer{
    background:#147b85;
    padding: 40px 0px;

}
footer p{
    color: white;

}
footer a{
    color: lightpink;
}
footer a:hover{
    color: #147b85;
}
footer a i{
    font-size: 20px;
}
/* accordion menu*/
.panel-heading{
    height: 50px;
    background: #1896a2;
    color: white;
    padding: 5px;
    border: 1px solid white;
    font-style: 10px!important;
    border-bottom: 1px solid white;
}
.panel-heading a{
    color: white;
    text-decoration: none;
    

}
.panel-collapse a{
    text-decoration: none;

}
.panel-collapse a:hover{
    color: red;
    font-weight: 700;

}
.moveuphover{
    /* background: red; */
}
.moveuphover:hover{
    animation: pulse 1s;
    /* animation: rubberBand 1s; */
    /* animation: shake 1s; */
    /* animation: headShake 1s; */
    /* animation: swing 1s; */
    /* animation: tada 1s; */
    /* animation: wobble 1s; */
    /* animation: jello 1s; */
    /* animation: heartBeat 1s; */
    /* animation: bounceIn 1s; */
    /* animation: bounceInDown 1s; */
    /* animation: rollOut 1s; */
}
.fadehover:hover{
    animation: fadeIn 1s;
}
.moverighthover:hover{
    animation: pulse 1s;
}
.dropdownlist {
    background: lightyellow;
    border-radius: 0px 0px 10px 10px;
    max-height: 145px;
    position: initial;
    margin-right: 30px;
    opacity: 80%;
    max-width: 95%;
    padding: 5px;
    font-size: 85%;
    overflow: auto;
    font-weight: bolder;
    color: black;
    text-align: right;
}