*, body{
    font-family: 'Cairo', sans-serif;
}
body{
    font-famly: 'Cairo', sans-serif;
    background-color: #e6e6e6;
}
.wrapper{
    width: 1200px;
    margin: 50px auto 0;
    background: #f9f9f9;
    border-top-right-radius: 20px;
}
@media (max-width:992px){
    .wrapper{
        width: auto;
    }
}
.navbar-toggler {
    z-index: 100;
    border: 1px solid #226658;
    padding: 5px 7px;
    background: #fff;
    color: #86c551 !important;
}
.navbar-brand{
    position: absolute;
    top: -54px;
    right:0;
    margin-right: 0rem;
}
#main-menu {
    flex-direction: row;
    height: 5rem;
}
.navbar-nav .nav-link{
    color:#226658 !important;
    font-weight: bold;
}
.navbar-nav .nav-link:hover{
    color:#86c551 !important;
}

.dropdown-menu {
    direction: rtl;
    text-align: right;
}
.nav-item hr, .title-hr {
    background-color: #86c551;
    height: 4px;
    width: 60px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem 0.1rem 1rem;
}
.dropdown-item {
    color:#226658;
    font-size: 15px;
}
@media (min-width: 992px){
    .navbar-nav {
        flex-direction: row-reverse !important;
    }
}
#slider{
    width: 1160px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width:992px){
    #slider{
        width: 100%;
        margin: 0;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-brand {
        top: -35px;
    }
    #navbarSupportedContent {
        z-index: 100;
        background-color:  #fff;
        width: 150px;
    }
    .navbar-nav .nav-item {
        text-align: right;
        padding-right: 10px;
    }
}
section {
    margin: 10px 0;
    padding-bottom: 10px;
}
@media (max-width:992px){
    section {
        margin: 50px 0;
        padding-bottom: 20px;
    }
}
text-title {
    color: #226658;
    font-size: 35px;
}
h1.text-title {
    color: #226658;
    font-size: 35px;
}
h4.text-title {
    color: #226658;
    font-size: 25px;
}
#owl-carousel-news .owl-item img {
    display: block;
    width: 100%;
    border: 5px solid #fff;
}
#owl-carousel-news .card{
    border:0;
}
#owl-carousel-news .card-body{
    padding: 0;
}
.owl-dots {
    display: none;
}
.owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
}
.owl-next {
    position:absolute;
    right: 0px;
}
.owl-prev  {
    position:absolute;
    left: 0px;
}
.video > iframe {
    width: 100% !important;
    height: 350px !important;
}
@media (max-width:992px){
    .video > iframe {
        width: 100% !important;
        height: 100% !important;
    }
}


#slider .owl-nav {
    display: none;
}
.card{ background-color:  transparent;}
.card-text h4 {
    text-align: right;
    font-size: 20px;
    color: #226658;
    width: 100%;
}

.title-more {
    border: 1px solid #86c551;
    display: inline-block;
    float: left;
    text-align: center;
    margin-left: 15px;
    border-radius: 5px;
}

.title-more a {
    font-size: 12px;
    color: #86c551 !important;
    text-align: left;
    float: left;
    padding: 1px 10px;
}
.card-text .title-more:hover{
    border: 1px solid #fbc134;
}
.card-text .title-more a:hover{
    color:#fbc134 !important;
}

#events img {
    float: right;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
}
.events h4 {
    color:   #86c551;
    text-align: center;
    padding: 10px;
}
.events p {
    text-align: right;
    font-size: 15px;
}
.last-news img {
    width: 50% !important;
    float: left !important;
    display: block !important;
}
.last-news p {
    font-size: 13px;
    text-align: right;
    float: right;
    display: block;
    width: 50%;
    padding-left: 5px;
}
.last-news .title-more a {
    font-size: 13px;
}
#footer h6 {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}
#footer a {
    color: #fff !important;
    text-align: right;
    font-size: 14px;
    line-height: 25px;
    display: block;
}
#footer .list-unstyled{
    border-left: 3px dotted #aaa;
    margin-top: 20px;
}
@media (max-width:992px){
    #footer .list-unstyled{
        border-left: none;
    }
}

.list-inline-item {
    padding-right: 1rem;
    padding-left: .5rem;
}
.list-inline-item:nth-child(6) {
    padding-right: 17rem;
    padding-left: 11rem;
}
@media (max-width:992px){
    #footer .list-inline{margin-top: 4rem; justify-content: center;}
    .list-inline-item {
        padding-right:.7rem;
        padding-left: .7rem;
    }

    .list-inline-item {
        float: none !important;
    }

    .list-inline-item:nth-child(6) {
        position:absolute;
        top: 0;
        margin-bottom: 1rem;

        padding-right: 0rem;
        padding-left: 0rem;
        width: 100%;
        text-align: center;
    }
}
.fab.fa-facebook,
.fab.fa-twitter,
.fab.fa-instagram,
.fab.fa-youtube,
.fab.fa-snapchat,
.fas.fa-envelope-open,
.fas.fa-map-marker-alt,
.fas.fa-shopping-basket{
    color: #226658;
    font-size: 25px;
}

a .fab.fa-facebook:hover{
    color: #3b5998;
}
a .fab.fa-twitter:hover{
    color: #1da1f2;
}
a .fab.fa-instagram:hover{
    color: #e1306c;
}
a .fab.fa-youtube:hover{
    color: #ff0000;
}
a .fab.fa-snapchat:hover{
    color: #fffc00;
}
a .fas.fa-envelope-open:hover,
a .fas.fa-map-marker-alt:hover,
a .fas.fa-shopping-basket:hover{
    color: #86c551;
}
#totop a {
    color:  #189782;
}


/* pages */
#breadcrumps{position: relative;}
#breadcrumps ul{float: right; direction: rtl;}
#breadcrumps ul li{
    padding: 0;
    margin: 0;
    font-size: 10px;
    text-align: right;
    display: inline;}
#breadcrumps ul li:not(.breadcrumps-sp){
    border-bottom: 1px dashed #aaa;
}
.text-mutted{
    font-weight: normal;
    color:#aaa;
}
.breadcrumps-sp{
    color: #fbc134;font-size: 10px !important;
}
#content {
    direction: rtl;
}
.side-menu .list-unstyled-item{
    text-align: right;
}
.subject p , .subject div{
    text-align: right;
    font-size: 15px;
    color: #999;
    line-height: 25px;
    padding-right: 20px;
}
.side-menu .list-unstyled-item {
    border-bottom: 1px dashed #fff;
    padding: 5px;
    padding-right: 15px;
    text-align: right;
    /*background-image: linear-gradient(to left,#acd08c, #e5efdc);*/
    background:#acd08c;
    font-size: 13px;
}
.side-menu .list-unstyled-item a { color: #fff;}
.side-menu .list-unstyled-item a:hover { color: #226658;}
.images-menu img {
    margin: 5px auto;
    display: block;
    width:190px;
    height: auto;
}

::placeholder {
    text-align: right;
    color:#777;
}
#jumbotron .carousel-item img {
    height: 550px;
    width: 910px;
}
ol.carousel-indicators {
	position: absolute;
	right: 0;
	top: 30px;
	bottom: unset;
	left: unset;
	flex-direction: column;
	margin-right: 0;
	margin-left: 0;
	height: 550px;
}
.twitter-bag {
    max-height: 400px;
    height: 300px;
    overflow: scroll;
}
.ad-banner {
    width: 550px;
    height: 90px;
    margin: 20px auto auto auto;
}
.ad-banner img{
    width: 550px;
    height: 90px;
}
.ad-vert-banner {
    position: absolute;
    top: 20vh;
    left: 2rem;
    width: 95px;
    height: 550px;
    z-index: -1;
}
@media(max-width:786px){
    .ad-banner img{
        width: 100vw;
        height: 90px;
    }
    .ad-vert-banner {
        display: none !important;
    }
}
.news-text h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.news-text p {
    font-size: 0.9rem;
}
.news-text {
    text-align: right;
    background:#226658;
    color: #e6e6e6;
    padding: 0px 10px;
    direction: rtl;
}
