 @import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);


@font-face {
  font-family: droid arabic kufi,sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/DroidKufi-Regular.eot");
  src: url("fonts/DroidKufi-Regular.eot?#iefix") format('embedded-opentype'),
       url("fonts/DroidKufi-Regular.woff2") format('woff2'),
       url("fonts/DroidKufi-Regular.woff") format('woff'),
       url("fonts/DroidKufi-Regular.ttf") format('truetype');
}
@font-face {
  font-family: droid arabic kufi,sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/DroidKufi-Bold.eot");
  src: url("fonts/DroidKufi-Bold.eot?#iefix") format('embedded-opentype'),
       url("fonts/DroidKufi-Bold.woff2") format('woff2'),
       url("fonts/DroidKufi-Bold.woff") format('woff'),
       url("fonts/DroidKufi-Bold.ttf") format('truetype');
}




/*@media (min-width: 1200px){
.container {
    max-width: 1280px;
    width: 100%;
}
}*/


*{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
    direction: rtl;
    line-height: 2;
}
a{
    transition: all 0.5s ease 0s;
    text-decoration: none !important;
    outline: none !important;
    color: #000;
}
a:hover{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #ca0b19;
}

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

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

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



body{
    color: #293f47;
    font-size: 15px;

/*    font-family: 'georgia', serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'GE_SS', sans-serif;*/
    font-family: droid arabic kufi,sans-serif;


    padding: 0;
    transition: all 0.5s ease 0s;
    margin: 0;
    text-align: right;
    background: #fff;
/*    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: 60% auto ;*/
}









/*header*/
/*====================================*/


.top{
    background: #293f47;
    padding: 3px 15px 1px;
    text-align: right;
    direction: rtl;
    color: #bebebe;
}
.top .box{
    float: right;
    padding: 3px;
    font-size: 13px;
}
.top ul{
    direction: rtl;
    list-style: none;
}
.top ul li{
    float: right;
    list-style: none;
}
.top ul li a{
    display: block;
    padding: 5px 10px;
    color: #bebebe;
    font-size: 11px;
    text-decoration: none;
    outline: none;
}
.top ul li a:hover{
    color: #fff;
}
.icons{
    direction: ltr;
    text-align: left;
}
.icons .fa{  
    color: #bebebe;
    text-decoration: none;
    outline: none;
    margin: 5px 10px;
    float: right;
    font-size: 16px;
}
.icons .fa:hover{
    color: #fff;
}
@media (max-width: 769px) {
.top ul li a{
    padding: 5px 7px;
}
.icons .fa{  
    margin: 3px 6px;
}

.mob{
    margin: 25px auto 0;
    text-align: center;
    font-size: 20px;
    direction: ltr;
	float: left;
}
.mob .fa{
    display: inline-block;
    margin: 0 3px;
    color: #34a36c;
    display: inline-block !important;
}
.x{
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #1b985a;
    background: #f9f9f9;
    position: fixed;
        transition: all 0.5s ease 0s;
    top: -40px;
    right: 300px;
    z-index: 9999999;
}
.bot{
        transition: all 0.5s ease 0s;
    top: 0 !important;
}

}

/**/

header{
    padding: 5px 10px;
    clear: both;
    background: #efefef;
}
header img.logo,
header img.logo2{
    float: right;
    width: auto;
    height: 100px;
    margin: 5px ;
}
header img.logo2{
    float: left;
}
@media (max-width: 769px) {

    header .container{
    padding: 0 25px;
}
    header img.logo,
    header img.logo2{
        width: 70px;
        height: 70px;
    }  
}
/*************/
header .topnav{
    float: left;
    list-style: none;
    display: block;
}
header .topnav li{
    float: right;
    position: relative;
    padding: 0 15px;
}
header .topnav li a {
    color: #000;
    font-size: 16px;
    padding: 44px 0;
    display: block;
    position: relative;
    margin: 0 0 -20px;
}

header .topnav li.current-menu-item a{
    color: #118545;
    text-shadow: 1px 1px 1px #ffffff;
}

header .topnav li:hover > a{
    color: #1b985a;
}

header .topnav li ul{
    position: absolute;
    top: 99%;
    right: 0;
    width: 250px;
    padding: 20px 0 0;
    z-index: 9999;
    display: none;
    list-style: none;

}
header .topnav li ul  ul{
    position: absolute;
    top: 0;
    padding: 0;
    right: 249px;
}
header .topnav li:hover > ul{
    display: block;
}
header .topnav li li {
    float: none;
    padding: 0;
    margin: 0;
}
header .topnav li li a{
    padding:  15px;
    background: #f9f9f9;
    font-size: 12px;
    color: #999;
    display: block;
    margin: 0;
    border-bottom: 1px solid #eee;
}


/**/
@media (max-width: 769px) {

    header .topnav {
        position: fixed;
        top: 0;
        right: -350px;
        bottom: -15px;
        z-index: 99999999;
        background: #f9f9f9;
        width: 300px;
        padding: 30px 0;
        overflow-y: auto;
        direction: rtl;
        transition: all 0.5s ease 0s;

    }
    .open{
        right: 0 !important;
        transition: all 0.5s ease 0s;

    }
    header .topnav li{
        float: none;
        display: block;
        padding: 0;
    }

    header .topnav li a {
        padding:  15px;
        border-bottom: 1px solid #ddd;
        display: block;
        margin: 0;
    }
    header .topnav li a:after{
       display: none;
    }

    header .topnav li ul{
    position: inherit;
    top:auto;
    right: auto;
    width: 100%;
    padding: 10px;
}
header .topnav li ul  ul{
    position: relative;
    top: auto;
    padding: 0 5px;
    right: auto;
}

}



/**/

.news {
    margin: 0;
    border-top: 1px solid #f1f1f1;
    padding: 4px 0 0;
}
.news .container {
    background: none !important;
    padding: 0 120px 0 15px;
    position: relative;
    overflow: hidden;
    min-height: 30px;
    border-radius: 0;
    margin: 0 auto;
}
.scrollamount{
    background: #fff;
    padding: 8px 10px;
    border-radius: 20px;
    width: 100%;
    height: 37px;
    display: block;
    font-size: 13px;
}
.scrollamount img{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.news .container a{
    direction: rtl;
    text-decoration: none;
    outline: none;
}
.news .container span {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    background: #293f47;
    color: #efefef;
    display: block;
    padding: 8px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    height: 37px;
    line-height: 24px;
}
@media (max-width: 769px) {
    .news{
        padding: 0;
    }
    .news .container {
    padding: 0 15px;
    min-height: 20px;
    height: auto;
}
 .news .container span {
    display: none;
 }   
}


/**/
.slider{
    min-height: 70vh;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.slider .item{
    padding: 0;
    position: relative;

}
.slider .item img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.slider .item .text{

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 42%, rgba(0,0,0,1) 100%);
}


.slider .item .text h1{
    clear: both;
    font-size: 40px;
    font-weight: bold;
    color: #7cae47;
    max-width: 550px;
    float: right;
    margin: 0 0 10px;
    text-shadow: 1px 1px 1px #000;
}
.slider .item .text p {
    clear: both;
    font-size: 16px;
    color: #fff;
    max-width: 500px;
    text-shadow: 1px 1px 1px #000;
    float: right;
    padding: 15px 0;
}
.slider .item .text a {
    clear: both;
    font-size: 16px;
    color: #efefef;
    float: right;
    background: #293f47;
    padding: 7px 25px;
    border-radius: 25px;
    text-decoration: none;
    outline: none;
}

@media (max-width: 769px) {

    .slider {
    min-height: 100vh;

    }
    .slider .item {
    height: 100vh;

    }
    .slider .item .text{
    background-image: none;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    height: auto;
    width: 100%;
    background: #1b985a;
    padding: 20px 15px;
}
.slider .item .text h1{
    font-size: 20px;
    max-width: 100%;
    float: none;
    margin: 0;
}
.slider .item .text p {
    font-size: 12px;
    color: #fff;
    float: none;
    width: 100%;
    line-height: normal;
    padding: 10px 0;
}
.slider .item .text a {
    clear: both;
    font-size: 12px;
    color: #fff;
    float: none;
    padding: 2px 15px;
    border-radius: 20px;
}


}



.slider .item .text a:hover {
    color: #000;
    background: #fff;
}
.slider  .owl-pagination{
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 99;
    text-align: left;
    width: 100px;
}
.slider .owl-controls .owl-page,.slider  .owl-controls .owl-buttons div{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px;
    border: 2px solid #1b985a;
    background: #ffdd00;
    display: inline-block;
}
.slider .owl-controls .active{
    display: inline-block !important;
    background: #fff;   
}

/**/
section{
    clear: both;
    padding: 50px 10px;
    overflow: hidden;
}
.about{
    background-image: url("img/6.jpg");
    min-height: 250px;
    background-repeat: repeat;
    background-size: 100%;
    text-align: center;
    direction: rtl;
    font-size: 18px;
    margin: 0;
}
.about .container{
    max-width: 960px;
}
.about h1{
    margin: 0 0 20px; 
}

/**/

.woorks{
    background: #efefef;
}
.woorks .block{
    float: right;
    padding: 20px;
    text-align: right;
    position: relative;
}
.title{
    color: #1b985a;
    font-size: 22px;
    margin: 0 0 40px;
    direction: rtl;
}
.title-ecnter{
     color: #fff;
    font-size: 25px;
    margin: 0 0 40px;  
    text-align: center; 
}
.title-ecnter a{
     color: #fff;
    text-decoration: none;
}
.title-ecnter2{
    color: #1b985a !important;
}


.woorks img{
    object-fit: cover
}

.post-activities{
    direction: rtl;
    text-align: right;
    float: right;
    min-height: 430px;
}
.post-activities img{
    width: 100%;
    height: 260px;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 ;
}

.post-activities h3{
    margin: 15px 0;
}
.post-activities h3 a{
    color: #1b985a;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}
.post-activities h3 a:hover{
    color: #000;
    text-decoration: none;
    outline: none;
}
.post-activities p{
    font-size: 13px;
    clear: both;
    float: right;
    max-width: 500px;
    margin: 0 0 30px;
}

.woorks .owl-buttons{
    position: absolute;
    top: -70px;
    left: 0;
    width: 70px;
}

.woorks .owl-buttons .owl-prev,
.woorks .owl-buttons .owl-next{
    font-size: 0;
    margin: 0 3px 0 0;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
}
.woorks .owl-buttons .owl-prev:after,
.woorks .owl-buttons .owl-next:after{
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px !important;
    color: #ddd;
    border: 1px solid #ddd;
    background: #f9f9f9;
}
.woorks .owl-buttons .owl-next:after{
    content: "\f105";
}
/**/






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

#tns1-ow,.tns-outer{
  position: relative;
}
.tns-nav{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  display: none;
}
.tns-nav button{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ddd;
  border: 1px solid #000;
  margin: 5px;
}
.tns-nav-active{
  background: #000 !important;
  border-color: #000 !important;
}

/*  Ã‚Â« Ã‚Â»  */


.tns-controls{
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 99;
}

.woorks .prev,
.woorks .next{
    font-size: 0;
    margin: 0 3px 0 0;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    border: none;
    padding: 0;
}
.woorks .prev:after,
.woorks .next:after{
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px !important;
    color: #ddd;
    border: 1px solid #ddd;
    background: #f9f9f9;
}
.woorks .next:after{
    content: "\f105";
}


/**/

.post-investing{
    padding: 0px 43% 25px 0 ;
    position: relative;
    min-height: 140px;

}
.post-investing img{
    float: right;
    object-fit: cover;
    width: 40%;
    height: 120px;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.post-investing h3{
    margin: 0 0 10px;
}
.post-investing h3 a{
    font-size: 16px;
    color: #1b985a;
    text-decoration: none;
    outline: none;
}
.post-investing h3 a:hover{
    color: #000;
}
.post-investing p{
    font-size: 12px;
    color: #000;
}
/**/
.tns-inner{
    overflow: hidden;
}
/**/


.gaallery{
    padding: 0;
    background: #aaa35d;
}
.gaallery .bg{
    padding: 60px 10px;
    min-height: 100vh;
    background-image: url("img/bg.jpg");
    background-repeat: repeat-x;
    background-position: top center;
}

.photo{
    float: right;
    padding: 10px;
    position: relative;
}
.photo img{
    width: 100%;
    cursor: pointer;
    object-fit: cover;
    height: 250px;
    border-radius: 10px;
            transition: all 0.5s ease 0s;
        transform: scale(1);
}
@media (max-width: 769px) {
    .photo img{
    height: 150px;
}
}
.photo img:hover{
        transition: all 0.5s ease 0s;
        transform: scale(0.95);
        box-shadow: 0 0 50px #103822;
}

/**/

.end-news{
    background: #ececec;
}
.post{
    float: right;
    padding: 10px;
    text-align: right;
    direction: rtl;
}
.post img{
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
}

.post h3{
    margin: 15px 0;
}
.post h3 a{
    color: #1b985a;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}
.post h3 a:hover{
    color: #000;
    text-decoration: none;
    outline: none;
}
.post p{
    font-size: 13px;
    clear: both;
    float: right;
    max-width: 500px;
    margin: 0 0 15px;
}


.post a.mor {
    clear: both;
    font-size: 13px;
    color: #fff;
    float: right;
    background: #1b985a;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    outline: none;
}
.post a.mor:hover {
    color: #ffffff;
    background: #293f47;
}

/**/

.claint{}
.logos{
    float: right;
    padding: 10px;
    height: 180px;
    text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.logos a{
    min-height: 120px;
}
.logos img{
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}



.claint  .owl-pagination{

    text-align: center;
    width: 100%;
    margin: 0;
}
.claint .owl-controls .owl-page,.claint  .owl-controls .owl-buttons div{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px;
    border: 2px solid #1b985a;
    background: #fff;
    display: inline-block;
}
.claint .owl-controls .active{
    display: inline-block !important;
    background: #1b985a;   
}
/**/

footer{
    background: #293f47;
    padding: 40px 10px;
    color: #989797;
    text-align: right;
    direction: rtl;
    clear: both;
    overflow: hidden;
}
.foot{
    float: left;
    padding: 15px;
    font-size: 13px;
}
.foot h3{
    color: #fff;
    margin: 0 0 25px;
    font-size: 18px;
}
.foot ul{
    list-style: none;
    display: block;
    direction: rtl;
}
.foot ul.menu{
    column-count: 2;

}

.foot ul li{
    float: none;
    display: block;
    padding: 7px 0;
}
.foot ul li a{
    color: #989797;
    text-decoration: none;
    outline: none;
	font-size: 12px;
}
.foot ul li a:hover{
    color: #fff;
}
.foot img{
    border-radius: 7px;
    margin: 0 0 15px;
}
.foot iframe {
    width: 100%;
    height: 240px !important;
    opacity: 0.7;
}

footer .icon .fa {
    color: #bebebe;
    text-decoration: none;
    outline: none;
    margin: 5px 10px;
    float: right;
    font-size: 16px;
}
footer .icon .fa:hover {
    color: #fff;
}

/**/

.cont{
    clear: both;
    position: relative;
    padding: 0 30px 20px 0;
}
.cont .fa{
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}


.copy{
    background: #118545;
    padding: 15px;
    clear: both;
    overflow: hidden;
    color: #e0e0e0;
    font-size: 11px;
}
.copy p{
    float: right;
}
.copy a{
    color: #000;
}
.copy a:hover{
    color: #fff;
}
.copy .p{
    text-align: left;
}
@media (max-width: 769px) {
    .copy .p,.copy{
        text-align: center;
    }
}
/**/


.head {
    background-image: url(img/head.jpg);
    color: #fff;
    text-align: right;
    padding: 50px 20px;
    font-size: 18px;
    direction: rtl;
    font-weight: bold;
}


/**/
.aboutpage{}
.aboutpage .block{
    float: right;
    padding: 20px;
}
.aboutpage .block img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.aboutpage .title{
    margin-bottom: 25px !important
}

/**/
.aboutpage-me{
    background: #ffdd00;
    padding: 0;
}
.aboutpage-me .about-box{
    float: right;
    padding:  40px;
    text-align: center;
    direction: rtl;
    font-size: 13px;
    color: #000;
    margin: 0 -1px; 
    border-left: 1px solid rgba(52,163,108,0.2); 
}
.aboutpage-me .about-box:last-child{
    border: none;
}
.aboutpage-me .about-box .fa{
    margin: 0  auto;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #34a36c;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.aboutpage-me .about-box .fa:after{
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 70px;
    height: 70px;
    border: 1px solid #34a36c;
    border-radius: 50%;
}
.aboutpage-me .about-box h2{
    font-weight: bold;
    font-size: 18px;
    margin: 25px 0;
    color: #000;
}

/**/

.team{}
.team .team-box{
    float: right;
    padding: 15px;
    text-align: center;
    direction: rtl;
}
.team .team-box .box{
    background: #f9f9f9;
    overflow: hidden;
    padding: 0 0 20px;
}
.team .team-box .box img{
    width: 100%;
    height: 365px;
    background: #e2e2e4;
}
.team .team-box .box h2{
    margin: 25px 0 5px;
    font-size: 17px;
    font-weight: bold;
    color: #34a36c;
}
.team .team-box .box p{
    color: #999;
}

.team .owl-pagination{
    text-align: center;
    margin: 0;
}
.team .owl-controls .owl-page,.team  .owl-controls .owl-buttons div{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px;
    border: 2px solid #1b985a;
    background: #ffdd00;
    display: inline-block;
}
.team .owl-controls .active{
    display: inline-block !important;
    background: #fff;   
}

/**/
.single{
    padding: 60px 20px;
}


/**/


.galary{
    background: #f5f5f5;
}
.galary .block{
    float: right;
    padding: 20px;
}
.galary .title{
    margin: 0 0 15px;
}
#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  height: 100vh;
}

#lightbox.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  padding: 4px;
  background: #fff;
  border-radius: 10px;
  display: block;
  margin: auto;
}
/**/

.imag{
    float: right;
    padding: 5px;
}
.imag img{
    width: 100% !important;
    height: 150px !important;
    border-radius: 10px;
        transition: all 0.5s ease 0s;
    object-fit: cover;
    cursor: pointer;
}
.imag img:hover{
        transition: all 0.5s ease 0s;
        transform: scale(0.9);
        box-shadow: 0 0 10px #555;

}
/**/
.vid-block{
    float: right;
    padding: 5px;
}
.vid-block iframe{
    width: 100%;
    height: 150px;
    margin: 0 0 -5px;
    border-radius: 10px;
    padding: 0;
}

/**/
.map{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.map iframe {
    width: 100%;
    margin: 0 0 -10px;
}
/**/
.contact{
    padding:  0 5px;
}
.contact .block{
    float: left;
    padding: 60px 25px;
}
.contact .block2{
    background: #f1f1f1;
    padding: 60px 25px;
    min-height: 100vh;
}


.contact .block img{
    display: block;
    margin: 0 auto 30px;
    border-radius: 0%;
	max-width: 80%;
}
/**/

.wpcf7-form-control-wrap{
    position: relative;
    margin: 0 0 15px;
    float: right;
    width: 100% ;
}
.wpcf7-form-control-wrap:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #f1f1f1;
    width: 98%;
}

@media (min-width: 769px) {
    .your-name,.your-email{
        width: 50% !important;
        display: block;
        float: right;
    }
}


input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 0;
    direction: rtl !important;
    outline: none;
    max-height: 160px;
    max-width: 100%;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #34a36c;
    color: #fff;
    border: none;
}

/**/

.contact-icon{
    clear: both;
    display: block;
    overflow: hidden;
    padding: 10px 40px 10px 0;
    font-size: 16px;
    text-align: right;
    position: relative;
}
.contact-icon .fa{
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 0;
    color: #a7a7a7;
}

/**/

.single-page{}
.single-page img.attachment-post-thumbnail{
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}
.daat{
    display: block;
    font-size: 10px;
    direction: rtl;
    padding: 13px 0 0;
    color: #999;
    font-weight: normal;
}
/**/

.pdf{
    overflow: hidden;
    text-align: right;
    direction: rtl;
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #f1f1f1;
}
.pdf a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    outline: none;
}
.pdf a:hover{
    color: #34a36c
}
.pdf .fa{
    width: 30px;
    float: right;
    text-align: right;
}

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



/**/
.gallery-item{
    padding: 5px;
    margin: 0;
}
.gallery-icon{
    padding: 0;
    margin: 0;
}
.gallery-icon img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #f1f1f1 !important;
}
@media (max-width: 769px) {
    .gallery-icon img{
    height: 100px;
}
}










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

        transition: all 0.5s ease 0s;
        transform: scale(1.2);


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

        
font-family: 'georgia', serif;
        font-family: 'Poppins', sans-serif;

*/


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







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

