.container {
    width: 1200px;
    max-width: 100%;
}

*{
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none;
}
p{
    padding: 0;
    margin: 0;
    direction: rtl;
    line-height: 1.8;

}
a{
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
    color: #000;
}
a:hover{
    transition: all 0.3s ease 0s;
    color: #000;
    text-decoration: none;
    outline: none;
}
img{
    height: auto;
    max-width: 100%;
}


@font-face {
 font-family:sky;
 font-style:normal;
 font-weight:400;
 src:url("fonts/sky.ttf") format('truetype')
}

@font-face {
 font-family:Bahij;
 font-style:normal;
 font-weight:400;
 src:url("fonts/Bahij_TheSansArabic-Light.ttf") format('truetype')
}


@font-face {
 font-family:DroidArabicKufi;
 font-style:normal;
 font-weight:400;
 src:url("fonts/DroidArabicKufi-Regular.ttf") format('truetype')
}

@font-face {
 font-family:Montserrat;
 font-style:normal;
 font-weight:normal;
 src:url("fonts/Montserrat-Arabic-Regular.ttf") format('truetype')
}

@font-face {
 font-family:DroidArabicKufi;
 font-style:normal;
 font-weight:normal;
 src:url("fonts/DroidArabicKufi.ttf") format('truetype')
}


@font-face {
 font-family: h;
 font-style:normal;
 font-weight:normal;
 src:url("fonts/bukraregular.ttf") format('truetype')
}

@font-face {
 font-family: Naskh;
 font-style:normal;
 font-weight:normal;
 src:url("fonts/Naskh.ttf") format('truetype')
}




#wpadminbar{
    display: none;
}

body{
    color: #000;
    background: #fff;
    font-size: 16px;
    font-family: 'Tajawal', sky;
    padding: 0 !important;
    margin: 0;
    text-align: right;
}




header{
    background-color: #fff;
    padding: 10px 20px;
    /* background-image: url("img/header.png"); */
    background-repeat: no-repeat;
    background-position: left top 20px;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
}
header .container:after,header .container:before{
    display: none;
}

header img{
    float: right;
    width: auto;
    height: 100px;
    margin: 0 0 0 30px;
}
@media (max-width: 769px) {
 header img{
    float: none;
    display: block;
    width: auto;
    height: 54px;
    margin: 0px auto;
}   
}
.phone{
    float: right;
    min-height: 60px;
    padding: 0 15px 0 0;
    margin: 0;
    /* border-right: 1px solid #ddd; */
    color: #999;
    font-size: 18px;
    font-weight: bold;
}
.phone .fa{
    float: right;
    margin: 0 0 0 10px;
    color: #306B34;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 2px solid #306B34;
}
.phone div{
    display: block;
    float: right;
    font-weight: 400;
}
.phone span{
    color: #306B34;
    display: block;
    font-weight: 600;
}
/**/
.coll{
    float: left;
    text-align: left;
    margin: 0;
}
@media (max-width: 769px) {
    .coll{
    float: none;
    text-align: center;
    margin: 10px 0 0;
    display: block;
    clear: both;
}
}
.coll i{
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #306B34;
    text-align: center;
    line-height: 30px;
    margin: 3px;
    text-decoration: none;
    outline: none;
}
.coll i:hover{
    background:  #6C593E;
    text-decoration: none;
    outline: none;
}









.topnav{
    clear: both;
    margin: 0;
    background: #306B34;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 0 30px;
    text-align: right;
    color: #fff;
    border-bottom: 1px solid #ffffff52;
}
.topnav ul{
    list-style: none;
    outline: none;
    direction: rtl;
    width: 100%;
    display: block;
    float: right;
    margin: 0;
    padding: 5px 0;
}
.topnav ul > li{
    display: block; 
    position: relative;
    list-style: none;
    float: right;

}
.topnav ul > li > a {
    display: block;
    padding: 12px 10px;
    transition: color 0.15s;
    color: #fff;
    margin: 0 0 0 1px;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    border-radius: 50px;
}
.topnav ul > li > a .fa{
    float: right;
    margin: 4px 0 0 10px;
    display: block;
    color: #ddd;
}
.topnav ul > li:hover > a{
    background: #6C593E;
}
.topnav ul > li.current-menu-item > a{
     background: #6C593E;
}
.topnav ul > li > ul{
    display: none;
    position: absolute;
    top: 99%;
    right: 0;
    padding: 20px 15px;
    border-radius: 50px 0;
    z-index: 99;
    transition: all 0.2s ease 0s;
    background: #fff;
    text-align: right;
    width: 200px;
    direction: rtl;
    display: none;
    /* box-shadow: 0 2px 10px #ccc; */
    border: 1px solid #6C593E4d;
}
.topnav ul > li:hover > ul{
    display: block;
}
.topnav ul > li > ul li{
    float: none;
    display: block;
}
.topnav ul > li > ul li a{
    padding: 10px 0;
    transition: all 0.2s ease 0s;
    font-size: 14px;
    color: #000;
    display: block;
    background: none !important;
    border-bottom: 1px solid #f1f1f1;
}
.topnav ul > li > ul li a:hover{
    transition: all 0.2s ease 0s;
    padding-right: 5px;
    color: #306B34;
    background: none !important;
}
.topnav ul > li > ul li.head a{
    padding: 8px 0 0;
    font-weight: bold;
}
.topnav ul > li > ul li.head a:hover{
    padding: 8px 0 0;
    color: #000;

}



@media (max-width: 769px) {
.topnav{
    padding: 5px 15px;
}
.topnav p{
    float: right;
    padding: 10px 0;
}
.topnav .fa-bars{
    float: left;
    padding: 8px;
    font-size: 18px;
    background: #306B34;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 0 0;
}
/******************/

.mnuo{
    position: fixed;
    top: 0;
    right: -300px;
    padding: 50px 0;
    width: 280px !important;
    transition: all 0.5s ease 0s;
    bottom: 0;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 0 15px #ddd;
    direction: rtl;
    overflow-y: auto;
}
.open{
    transition: all 0.5s ease 0s;
    right: 0 !important;
}
.topnav .mnuo li{
    float: none;
    display: block;
}
.topnav .mnuo li a{
    display: block;
    margin: 0 0 1px 0;
    color: #000 !important;
    border-radius: 0 !important;

}
.topnav > .mnuo > li:hover > a{
    color: #fff !important;
}
.topnav ul > li > ul{
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    box-shadow: none !important;
}

.topnav ul > li > ul li a{
    padding: 7px 0;
    font-size: 14px;
}

}


/************/



.hot{
    clear: both;
    display: block;
    padding: 0;
    font-size: 14px;
    height: 35px;
    width: 100%;
    line-height: 35px;
    margin: 0 0 0 0;
    position: relative;
    color: #fff;
    background: #6c593e;
}

.hot:after{
    content: "أخر الاخبار";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    background: #483a25;
}
.hot a{
    text-decoration: none;
    direction: rtl;
    outline: none;
    color: #fff;
    margin: 0 15px;
    padding: 0;
}
.hot  a:hover{
    text-decoration: none;
    outline: none;
    color: #fff;
}
.hot img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: -4px 0 0;
    background: #fff;
    padding: 3px;
}
/**/
.stutes{
    background-color: #306b34;
    text-align: center;
    /* background-image: url("img/bg44.png"); */
    background-repeat: repeat-y;
    background-position: left;
    padding-top: 200px;
    /* border-radius: 50% 50% 0 0; */
    /* border-top: 20px solid #6C593E; */
}

.viid{
    padding: 50px 10px;
    border-radius: 0 !important;

}






/*********************/
.sliderbody{
    position: relative;
    clear: both;
    padding: 0;
    margin: 0;
}
.sliderbody img{
    width: 100%;
    height: auto;
}

/***********/
section{
    clear: both;
    padding: 40px 10px;
    display: block;
    overflow: hidden;
}
.about{
    background-image: url("img/bbgg11.png");
    background-repeat: repeat-x;
    background-position: top center;
    padding-top: 100px;
}
.about .block{
    float: right;
    padding: 20px 15px;
    text-align: right;
}
.about .block h3{
    display: block;
    margin: 0 0 30px;
    color: #306B34;
}
.alignright{
    float: right;
    max-width: 100%;
    margin: 20px 0 30px 35px;
}
.alignleft{
    max-width: 100%;
    margin:  10px 15px 0 0;
    float: left;
}
@media (max-width: 769px) {
    .alignright,.alignleft{
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto 15px ;
}
}
/**/
.owl-carousel{
    position: relative;
    padding: 0 30px;
}
.owl-nav{
    display: block !important;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -50px;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -50px;
}
.owl-carousel .owl-nav button span{
    font-size: 50px !important;
}
.about .block .item {
    padding: 5px;
}
.about .block .item a{
    background: #306B34;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    height: 100px;
    text-decoration: none;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    line-height: 1;
}
.about .block .owl-item:nth-child(odd)  a{
    color: #fff;
    background: #6C593E;
}


.about .block .item a:hover{
    box-shadow: 0 5px 15px #ccc;
}
.about .block .item a .fa{
    font-size: 30px;
}
/**/

.stutes h3{
    display: block;
    margin: -110px 0 50px;
    color: #fff;
}

.therapeutic{
    padding: 10px;
    text-align: center;
float: right;

}
.therapeutic .box{
    background: #6C593E;
    overflow: hidden;
    padding: 32px 15px;
    display: block;
    border-radius: 150px;
    margin: 0 auto;
    max-width: 270px;
    border: 1px solid #ffffff;
    border-bottom: none;
}
.therapeutic .box img{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
}
@media (max-width: 769px) {
    .therapeutic .box img{
    height: 200px;
    width: 200px;
}
}
.therapeutic .box h2{
    margin: 20px 0;
    padding: 0 15px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.therapeutic .box a{
    display: block;
    clear: both;
    background: #ffffff;
    color: #306B34;
    padding: 13px 0;
    margin: 0 auto;
    text-align: center;
    outline: none;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
    display: block;
}
.therapeutic .box a:hover{
    background: #306b34;
    color: #fff;
}

.stutes .owl-carousel .owl-nav button.owl-next ,
.stutes .owl-carousel .owl-nav button.owl-prev {top: 44%;color: #fff;}

/**/
.e7saa{
    color: #ffffff;
    text-align: center;
    direction: rtl;
    background-color: #6C593E;
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}
.e7saa h3{
    display: block;
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: bold;
}
.e7s{
    float: none;
    padding: 15px;
    width: 170px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.e7s i{
    display: block;
    font-size: 30px;
    margin: 0 auto 15px;
    color: #ffffff;
}
.e7s h1{
    margin: 15px 0 0;
    font-size: 25px;
    font-weight: 500;
    direction: ltr;
    color: #ffffff;
    font-size: 32px;
}


/**/
.projects{
    color: #000;
    text-align: center;
    direction: rtl;
}
.projects .therapeutic{
    padding: 5px;
    float: right;
}
.projects h3{
    display: block;
    margin: 0 0 10px;
    color: #306B34;
}

.projects .box{
    padding: 15px;
    border-radius: 15px;
    text-align: right;
    direction: rtl;
    color: #fff;
    border: none !important; 
}
.projects .box img{
    border: 1px solid #eee;
    height: 200px;
    margin: 0 auto;
    display: block;
}
@media (max-width: 769px) {
.projects .box img{
    height: 150px;
}
}
.projects h5{
    font-weight: bold;
    color: #fff;
    padding: 7px 0;
}
.projects span{
    display: block;
    clear: both;
    text-align: right;
    direction: rtl;
    padding: 3px 0;
    font-size: 13px;
    color: #fff;
}

.projects a{
    background: #ffffff !important;
    margin: 15px 0 0 !important;
    color: #6C593E !important;
}
/**/
.projects a.all{
    width: 180px;
    padding: 15px 0;
    text-align: center;
    /*border: 1px solid #6C593E;*/
    color: #fff !important;
    margin: 20px auto 0 !important;
    outline: none;
    background: #6C593E !important;
    display: block;
    float: none;
    text-decoration: none;
    border-radius: 15px;
}
.projects a.all:hover{
    color: #fff;
    background: #306B34 !important;
}

/**/
.link{
    background-color: #306B34;
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 100px;
    text-align: center;
    color: #fff;
}
.link a{
    border: 1px solid #fff;
    color: #fff;
    padding: 5px ;
    width: 100px;
    text-align: center;
    text-decoration: none;
    outline: none;
    margin: 15px 5px 0;
    border-radius: 3px;
    display: inline-block;
}
.link a:hover{
    border: 1px solid #fff;
    background-color: #1d726b;
}
/**/
.news{}
.news .block{
    float: right;
    padding: 15px;
    text-align: right;
}
.news .block h3{
    display: block;
    margin: 0 0 10px;
    color: #306B34;
}

.post{
    float: right;
    font-size: 18px;
    padding: 10px;
    color: #000;
    direction: rtl;
    background: #fff;
    margin: 0 0 10px;
}
.post a{
    text-decoration: none;
    color: #000;
}
.post img{
    float: right;
    width: 100px;
    height: 70px;
    margin: 0 0 0 15px;
    border: 1px solid #ddd;
    padding: 5px;
}
.date{
    font-size: 14px;
    color: #383838;
    font-style: inherit;
}
/**/

.item{
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
}
.item p{
    padding: 0 60px;
}
.item h2{
    color: #306B34;
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 20px;
}
.item h2 i{
    margin: 0 10px;
    color: #e0c589;
}
.carousel-control,
.fa-angle-right,
.fa-angle-left{
    background: none !important;
    color: #6C593E !important;
}

/**/
.stutes .block{
    float: right;
    padding: 15px;
    text-align: right;

}
.carousel-inner {}
.carousel-inner .item{
    padding: 15px 0 0 !important;
}
.carousel-inner img{
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}
.carousel-indicators {
    text-align: center;
    padding: 0;
    width: 100%;
    clear: both;
    display: block;
    left: 0;
    right: 0;
    margin: 0px 0 0;
    position: relative;
}
.carousel-indicators li{
    width: 20%;
    height: 60px;
    padding: 0;
    margin: 0;
    background: #000;
    float: right;
    position: relative;
    position: 5px;
    border-radius: 0;
    opacity: 0.9;
}
.carousel-indicators .active{
    width: 20%;
    height: 60px;
    opacity: 1;
    padding: 0; 
    margin: 0;
}

.carousel-indicators li img{
    width: 100%;
    height: 60px;
    position: absolute;
    border-radius: 0;
    top: 0;
    left: 0;
}

/**/

footer{
    clear: both;
    padding: 40px 15px;
    background-color: #001e23;
    background-image: url("img/footer.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 250px;
}
footer .foot{
    float: right;
    padding: 15px;
    text-align: right;
    direction: rtl;
    display: block;
    color: #fff;
}
footer .foot h3{
    margin: 0 0 15px;
    font-size: 17px;
}
footer .foot ul{
    display: block;
    direction: rtl;
    list-style: none;
}
footer .foot ul li{
    float: right;
    width: 50%;
    display: block;
    padding: 3px 0;
}
footer .foot ul li a{
    color: #fff;
    text-decoration: none;
    outline: none;
}
footer .foot ul li a:hover{
    color: #6C593E;
}

.span{
    width: 100%;
    display: block;
    direction: rtl;
    overflow: hidden;
    padding: 5px 45px 5px 0;
    position: relative;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	color: #fff !important;
}

.span .fa-classic{
    position: absolute;
    top: 5px;
    right: 0px;
    color: #6C593E;
    font-size: 17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #6C593E;
    text-align: center;
    line-height: 30px;
    margin: 3px;
    text-decoration: none;
    outline: none;
}

.foot .coll{
    text-align: right;
    margin: 10px 0 ;
    width: 100%;
    direction: ltr;
}
.foot .coll .fa{    
    border: 1px solid #fff;
    background: inherit;
}
footer img{
    display: block;
    width: 170px;
    margin: 20px auto 0;
}
/**/
.copy{
    padding: 10px 5px;
    color: #fff;
    background-color: #000;
    text-align: center;
    direction: rtl;
    display: block;
    clear: both;
    font-size: 12px;
}
.copy .container {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 769px) {
    .copy .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
}
.copy .container:after{
    display: none;

}
.copy .container:before{
    display: none;
}
.copy a{
    color: #fff;
    text-decoration: none;
    outline: none;
}
.copy a:hover{
    color: #6C593E;
}

/**/
section.head{
    background-color: #f1f1f1;
    text-align: center;
    font-weight: bold;
    color: #6C593E;
    font-size: 20px;
    padding: 30px 15px;
}

.breadcrumb {
    padding: 8px 30px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e0c589;
    border-radius: 0;
    direction: rtl;
    display: none;
}

.breadcrumb a{
    color: #1d726b;
    text-decoration: none;
    outline: none;
    display: inline-block;
}
.page p,.page {
    font-size: 18px;
    direction: rtl;
}
.page img.attachment-post-thumbnail{
    display: block;
    margin: 0 auto 10px;
    max-width: 1005;
    border: 1px solid #eee;
    padding: 5px;
    height: auto;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6{
    color: #ffffff;
    font-weight: bold;
    margin: 15px 0;
}

/**/
dl {
    margin: 0 !important;
}
.gallery-item{
    float: right;
}
.gallery-icon {
    padding: 5px;
}

.gallery-icon img{
    width: 100% !important;
    height: 150px;
    border: 1px solid #eee !important;
    padding: 3px;
    border-radius: 5px;
}
.galleryid-37 .gallery-icon img,
.galleryid-934 .gallery-icon img,
.galleryid-936 .gallery-icon img,
.galleryid-67 .gallery-icon img

{
    height: auto !important
}


@media (max-width: 769px) {
    .gallery-item{
        width: 100% !important
    }
    .gallery-icon {
    padding: 1px;
}
    .gallery-icon img{
    height: 50px;
        padding: 1px;
}
}

/**/
.blocks{
    float: right;
    padding: 20px;
    text-align: right;
    direction: rtl;
}
label{
    width: 100%;
    display: block;
}
.wpcf7-form-control{
    width: 100%;
    padding: 10px 15px;
    background-color: #f1f1f1;
    text-align: right;
    color: #000;
    margin: 0 ;
    border: none;
    outline: none;
    max-height: 150px;
}
button, html input[type=button], input[type=reset], input[type=submit]{
    background: #306B34;
    text-align: center;
    color: #000;
}
/**/
.contact-box{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 25px;
    display: block;
    float: none;
    text-align: right;
    direction: rtl;
    background: #306B34;
}
.contact-box .span .fa{
    position: absolute;
    top: 5px;
    right: 0px;
    color: #fff;
    font-size: 17px;
    width: 30px;
    height: 30px;
    background-color: #306B34;
    border-radius: 50%;
    border: 1px solid #306B34;
    text-align: center;
    line-height: 30px;
    margin: 3px;
    text-decoration: none;
    outline: none;

}

/**************/




.nav-tabs{
    direction: rtl;
    display: block;
    border: none;  
    background-color: #f1f1f1;
    padding: 15px;
    margin: 0 ;

}

.nav-tabs li{
    float: right;
    width: 20%;
    background-color: #f1f1f1;
    padding: 5px;
    margin: 0;
    font-weight: bold;
}
@media (max-width: 769px) {
    .nav-tabs li{
    float: none;
    width: 100%;
}
}


.nav-tabs li a{
    display: block;
    text-decoration: none;
    outline: none;
    border: none;
    background-color: #6C593E;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0;
    color: #ffffff;
}
.nav-tabs li a:hover{
    background: #306B34 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background: #306B34 !important;
    border: none;
}

.tab-pane {
    background-color: #fff;
    border: 20px solid #f1f1f1;
    padding: 20px;
    width: 100%;
        border-width: 0 20px 20px;
    overflow: hidden;
    min-height: 250px;
    font-size: 18px;
}


.sliderbody{
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.sliderbody img{
    width: 100%;
    height: auto;
}
.sliderbody .item{
    padding: 0 !important;
}

.rows-all{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.rows-all .rows{
    min-height: 90px;
}
.rows-all .rows p{
    font-size: 14px
}
.rows-all .rows label{
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}







@media (max-width: 769px) {
}

/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);


                display: flex;
                flex-direction: column;
                justify-content: center;

*/


/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/







/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);
*/






.owl-item {
    margin: 0 !important;
}