.container{
    max-width: 100%;
    position: relative;
}


*{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
    direction: rtl;
    line-height: normal;
}
a{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
}
a:hover{
    transition: all 0.5s ease 0s;
    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-Regular;
 font-style:normal;
 font-weight:400;
 src:url("fonts/DroidArabicKufi-Regular.ttf") format('truetype')
}




/*html {
    margin-top: 0  !important;
}
#wpadminbar{
    display: none;
}*/

body{
    color: #333;
    font-size: 14px;
    font-family: 'DroidArabicKufi-Regular', serif;
       /* font-family: 'Montserrat', sans-serif;*/
    padding: 0;
    transition: all 0.5s ease 0s;
    margin: 0;
    text-align: right;
    direction: rtl;
}


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

.row{
    display: block;
    position: relative;
}
.date-top{
    padding: 5px 25px;
    width: 100%;
}
@media (max-width: 769px) {
    .date-top{
        display: none;
}
}
header {
    background: #fff;
    padding: 0;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 999;
    direction: rtl;
    width: 100%;
    float: right;
}
header .logo{
    float: right;
}



header img{
    width: auto !important;
    height: 20px;
    height: auto;
    padding: 10px 0;
    margin: 0 20px;
    max-height: 112px;
}
@media (max-width: 768px) {
    header img{
    width: 150px ;
    margin: 0 20px;
}
}
header .contact{
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 9;
    background-color: #D5D6D3;
    width: 50px;
    height: 35px;
    border-radius: 12px;
    text-align: center;
    font-size: 30px;
    background-image: url("img/header-mail-icon.png");
    background-repeat: no-repeat;
    background-position: center;
}
header .contact:hover{
    background-color: #BBBCB8;
}

#searchform{
    position: absolute;
    top: 60px;
    left: 20px;
    width: 220px;
    height: auto;
    display: block;
    overflow: hidden;
}
@media (max-width: 768px) {
 #searchform{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: block;
    margin: 0 ;
    padding: 0 25px ;
    overflow: hidden;
}   
}
#search{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: right;
    background: #F2F2F2;
    outline: none;
    padding: 0 15px;
    border: none;
}
 #searchform #button{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 35px;
    color: #fff;
    background: #4DB383;
    border: none;
    outline: none;
    font-size: 18px;
    text-align: center;
    font-family: fontawesome;
    cursor: pointer;
}
@media (max-width: 768px) {
     #searchform #button{
    top: auto;
    bottom: 0;
    left: 20px;
}
}
/**/
.nav-header{
    background: #4DB383;
    min-height: 50px;
    clear: both;
    width: 100%;
    padding: 0 20px;
}
.home{
    width: 45px;
    height: 50px;
    background-image: url("img/home.png");
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    display: block;
    background-size: auto 35px;
}
.nav-header ul{
    float: right;
    list-style: none;
    display: block;
    margin: 0;
}
.nav-header ul li{
    float: right;
    list-style: none;
    position: relative;
    padding: 0 10px;
}
.nav-header ul li a{
    display: block;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.nav-header ul li:hover > a{
    background: #2AA56C;
    color: #fff;
}


.nav-header ul li ul{
    position: absolute;
    top: 98%;
    right: 10px;
    width: 220px;
    z-index: 99999;
    display: none;
}
.nav-header ul li:hover ul{
    display: block;
}
.nav-header ul ul li{
    float: none;
    display: block;
    padding: 0;
}
.nav-header ul ul li a{
    display: block;
    padding: 5px 10px;
    background: #4db383;
}
/**/

@media (min-width: 769px) {
    .collapse:not(.show){
        display: block;
    }
}
.bar{
    display: none;
}

@media (max-width: 769px) {
    .home { display: none;}
    .nav-header ul{

    float: none;
    padding: 50px 15px;
}
.nav-header ul li{
    float: none;
    padding:  0 ;
}
.nav-header ul li a{
    display: block;
    padding:  10px 15px;
    height: auto;
    line-height: normal;
    border-top: 1px solid #D3B774;
}

.bar {
    display: block;
    width: 100%;
    color: #fff;
    position: relative;
    padding: 0 40px 0 0;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin: 0;
} 
.bar:after{
    content: "\f0c9";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    font-family: fontawesome;
}
}
.collapse{
    clear: both;
    width: 100%;
/*     overflow: hidden; */
}
/**/
/**/
.slider{
    position: relative;
    padding: 0;
    height: 80vh;
    width: 100%;
    float: right;
    background: #000;
}
.slider img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: center;
    opacity: 0.7;
}
#carousel-example-generic{
}

.carousel-indicators{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    direction: rtl;
    z-index: 99;
}
.carousel-indicators li {
    float: none;
    display: inline-block;
    width: 100px;
    height: auto;
    padding: 0;
    margin: 5px;
    text-indent: 0;
}
.carousel-indicators li img{
    width: 100%;
    height: 60px;
    opacity: 0.7;
    margin: 0;
    border: 2px solid #fff;
}
.carousel-indicators li.active img{
    border: 2px solid #4DB383;
    opacity: 1;
}
@media (max-width: 769px) {
    .carousel-indicators li {
    width: 60px;
    margin: 3px;
}
.carousel-indicators li img{
    height: 40px;
}
}
.carousel-item{
    position: relative;
}
.text-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 30px;
    text-align: right;
    color: #fff;
                        display: flex;
            flex-direction: column;
            justify-content: center;
}
.text-box .container{
    margin: 0 auto;
    max-width: 1170px;
}
.text-box a{
    color: #fff;
    background: #4DB383;
    padding: 7px 15px;
    text-decoration: none;
    outline: none;

    display: inline-block;
    margin: 20px 0 0;
}
.text-box h1{
    font-size: 40px;
    font-weight: bold;
    max-width: 600px;
    line-height: normal;
}
@media (max-width: 769px) {
.text-box h1{
    font-size: 28px;
}
}


/**/
section{
    clear: both;
    padding: 40px 15px;
    overflow: hidden;
    float: right;
    width: 100%;
}
.about{
    text-align: center;
}
.about img.icon{
    display: block;
    margin: 0 auto 15px;
    width: auto;
    height: 50px;
}
.about p{
    margin: 25px 0 0;
}
.about .box {
    margin: 0 auto 35px;
    max-width: 900px;
}
a.mor{
    background: #4DB383;
    color: #fff;
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 140px;
    text-align: center;
    padding: 0 35px;
    display: table;
    margin: 30px auto;
    clear: both;
    width: auto;
}
a.mor:hover{
    background: #333;
    color: #fff;
}
a.mor::after {
    content: "←";
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
}

.about-box {
    float: right;
    padding: 30px 15px;
    text-align: center;
    color: #000;
}
.about-box .img {
    background: #4DB383;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
    transition: all 0.2s ease 0s;
    margin: 0 auto 20px;
    padding-top: 20px;
}
.about-box a:hover  .img{
    transition: all 0.2s ease 0s;
    transform: scale(1.2);
}
.about-box  img{
    width: 90px;
    height: 90px;
    display: block;
    margin: auto;
}
.about-box a{
    color: #000;
    text-decoration: none;
    outline: none;
}
.about-box h6{
    font-weight: bold;
}
@media (max-width: 769px) {
    .col-xs-6{
        width: 50% !important;
    }
}
/**/
.projects{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #bba2714d;
    min-height: 450px;
}
.projects .box{
    margin:  0 auto;
}


.projects-box{
    float: right;
    padding: 20px;
    text-align: center;
    min-height: 350px;
}
@media (max-width: 769px) {
    .projects-box{
    min-height: 370px;
    padding: 0 10px;
}
}
.projects-box p{
    line-height: 1.6;
    font-size: 13px;
}
.projects-box .img{
    border-radius: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #eee;
    padding: 10px;
    margin: 30px auto 0 ;
    transition: all .2s ease-in-out;
}
.projects-box:hover .img{
    transform: scale(1.2);
    transition: all .2s ease-in-out;
}
.projects-box .img img{
     max-width: 100%;
    height: auto;
    border: 2px solid #fff;
}
.projects-box  h5{
    margin: 20px 0 0;
    text-align: center;
    color: #4DB383;
}
.projects-box a {
    color: #000;
    text-decoration: none;
    outline: none;
    border: 1px solid #4DB383;
    padding: 15px;
    display: block;
    border-radius: 50px 50px 0 0;
    background-color: #ffffff;
    min-height: 360px;
    box-shadow: inset 0 60px 15px #4DB383;
}
.projects-box  a h5{
    margin: 20px 0 ;
    color: #4DB383;
}
.tit{
    color: #000;
    text-align: center;
    display: block;
    font-size: 2rem !important;
    font-weight: bold;
}
/**/
.media{}
.media .block{
    float: right;
    padding: 15px;
}
.icons{
    float: right;
    padding: 0 8px;
    margin: 0 0 16px;
    text-align: center;
    font-size: 25px;
}
.icons .box{
    
    border-bottom: 2px solid #E2E2E2;
    background: #F9F9F9;
    padding: 25px 15px;
    margin: 0;
}
.icons .fa {
    padding: 0;
    background: #4db383;
    color: #fff;
    border-radius: 50%;
    display: block;
    border: 5px solid #3a8f67;
    margin: 0 auto 15px;
    transition: all 0.3s ease-in-out;
    width: 130px;
    height: 130px;
    line-height: 120px;
    font-size: 50px;
}
.icons a{
    color: #000;
    text-decoration: none;
    outline: none;
}

.icons a:hover .fa{
      transform: translate(0, -15px);
}
/**/
.media{}
.media img{}

.media .carousel-indicators{
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    clear: both;
    width: 100%;
    text-align: right;
    direction: rtl;
    display: block;
    margin: 0;
}
.media .carousel-indicators li{
    display: block;
    float: none;
    overflow: hidden;
    width: auto;
    line-height: 50px;
    font-size: 16px;
    color: #C09E70;
    opacity: 1;
    height: 60px;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0 5px 20px;
    margin: 0;
    height: 50px;
    position: relative;
}

.media .carousel-indicators li .fa-angle-left{
    color: #000;
    font-size: 25px;
    position: absolute;
    top: 15px;
    left: 0;
}
.media .carousel-indicators li.active {
    color: #000;
}
.media .carousel-indicators li img{
    width: 50px;
    height: 50px;
    float: right;
    margin: 0 0 0 15px;
}
.media .carousel-inner{
    position: relative;
    width: 100%;
    height: 280px;
    background: #000;
    overflow: hidden;
    margin: 0 0 20px;
}
.media .carousel-inner img{
    width: 100%;
    opacity: 0.7;
    transition: all 0.5s ease 0s;
    height: 280px;
    object-fit: cover;
    object-position: center;
}
.media .carousel-inner:hover img{
    transition: all 0.5s ease 0s;
        transform: scale(1.2);;
}

.media .carousel-inner h5{
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    z-index: 5;
    color: #fff;
    font-weight: bold;
    text-align: right;
}
a.allcat{
    float: right;
    clear: both;
    color: #f00;
    margin: 10px 0 0;
    text-decoration: none;
    outline: none;
}

/**/
.free{
    text-align: center;
     background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #F7F7F7;
    min-height: 450px;
}
.free h5{
    color: #C09E70;
}
img.icon {
    display: block;
    margin: 0 auto 15px;
    width: auto;
    height: 50px;
}
.free .block{
    float: right;
    text-align: center;
    direction: rtl;
    padding: 15px;
}
.free .block .box{
    background: #fff;
    overflow: hidden;
    margin: 0;
    padding: 0 0 25px;
    min-height: 390px;
}
.free .block h1{
    color: #fff;
    background: #4db383;
    padding: 10px 15px;
    margin: 0 0 20px;
    font-size: 28px;
}
.free .bank h1{
    background: #999;
}
.free  p{
    padding: 0 15px 15px ;
    text-align: center;
}
.free .sub{
    float: right;
    padding: 15px;
    text-align: center;
}
.free .sub strong{
    color: #000;
    display: block;
    padding: 5px 0;
}
.chart{
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    background-color: #4DB383;
    transition: all 0.5s ease 0s;
    overflow: hidden;

}
.chart:after{
    content: "";
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}

.free .sub:hover .chart{
    transition: all 0.5s ease 0s;
      transform: translate(0, -10px) rotate(180deg);
}
/**/
.bank{}
.bank ul{
    list-style: none;
    display: block;
    direction: rtl;
    width: 100%;
    padding:  0 25px 25px;
}
.bank ul li {
    float: none;
    display: block;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 12px 0;
    font-size: 20px;
}
.bank ul li img{
    float: right;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
}
.bank ul li span{
    float: right;

}
@media (max-width: 769px) {
    .bank ul li img{
    margin: 0 0 0 5px;
}
.bank ul li {
    font-size: 15px;
}
.bank ul li span{
    min-width: auto;
}
.bank ul{
    padding: 0 10px ;
}
.free .block .box{
    min-height: auto;
}
}

/**/
.twtier{
    clear: both;
    background-color: #4DB383;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    direction: ltr;
}
.twtier:after{
    content: "";
    background-image: url("img/twitter-bar-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: auto;
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    left: 15px;
}
/**/
.contact{}
.contact .block{
    float: left;
    padding: 20px;
    text-align: right;
    display: block;
}
.contact .block iframe {
    width: 100%;
    height: 400px;
}

.wpcf7-form-control{
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 17px;
    text-align: right;
    color: #7a7a7a;
    max-height: 150px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(242,242,242,1) 20%, rgba(245,245,245,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(242,242,242,1) 20%,rgba(245,245,245,1) 100%);
    outline: none;
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(242,242,242,1) 20%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f5f5f5',GradientType=0 );
}
.wpcf7-text {
    width: 75%;
}
.wpcf7-submit{
    color: #fff;
    background: #4DB383;
    float: right;
    display: inline-block;
    border-color: #4DB383;
    width: 120px;
    cursor: pointer;
    padding: 6px 0;
    text-align: center;
    border-radius: 0;
}

/**/
.sddress{
    padding: 0 25px 15px;
    margin: -30px 0 0;
}
.sdress{
    float: none;
    display: block;
    clear: both;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    padding: 7px 0;
}
.sdress .fa{
    float: right;
    font-size: 30px;
    margin: -7px 0 5px 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
}

/**/
footer{
    background: #F7F7F7;
    clear: both;
    padding: 5px;
    display: block;
    overflow: hidden;
}
footer .foot{
    float: right;
    padding: 25px;
    text-align: right;
}
footer .foot .fa{
    float: left;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #999;
    color: #fff;
    border-radius: 5px;
    margin: 3px;
}
footer .foot .fa:hover{
    background: #4DB383;
}
footer a{
    color: #000;
    text-decoration: none;
    outline: none;
}
footer a:hover{
    color: #4DB383;
    text-decoration: none;
    outline: none;
}
@media (max-width: 769px) {
    footer .foot{
    text-align: center;
}
footer .foot .fa{
    display: inline-block;
    float: none
}
}


.gotop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 40px;
    line-height: 30px;
    border: 1px solid #999;
    color: #999 !important;
    background: #fff;
    border-radius: 15px;
    z-index: 9999;
    text-align: center;
    font-size: 35px;
    text-decoration: none;
    outline: none;
}
.gotop:hover {
    color: #fff !important;
    background: #4DB383;

}
/**/
.head{
    clear: both;
    padding: 0;
    position: relative;
    color: #fff;
    background-image: url("img/bg.png");
    min-height: 200px;
    text-align: center;
}
.head .cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding:  25px;
                                    display: flex;
                        flex-direction: column;
                        justify-content: center;
}

.breadcrumb {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: initial;
    border-radius: 0;
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 25px;
    text-align: right;
    direction: rtl;
    font-size: 12px;
}
.breadcrumb a{
    color: #fff;
    text-decoration: none;
    outline: none;
    display: inline-block;
}
/**/
.conent,
.sidbar{
    float: right;
    padding: 25px;
}

@media (max-width: 769px) {
    .conent,
.sidbar{
    float: right;
    padding: 25px 10px;
}
}



.conent{
    font-size: 18px;
}

.twet{
    width: 10%;
    height: 400px;
}
/**/
.h2{
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
    color: #4DB383;

}
.post{
    clear: both;
    overflow: hidden;
    text-align: right;
    display: block;
    direction: rtl;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}
.post img{
    width: 90px;
    height: 80px;
    border-radius: 5px;
    margin:  0 0 0 10px;
    float: right;
}
.post h5 {
    text-align: right;
    display: flex;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    outline: none;
}
.post  span{
    display: flex;
    font-size: 11px;
    color: #4DB383;
    font-weight: normal;
}
/**/
.reports{
    float: right;
    padding: 15px;
}
.reports .box {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
}
.reports .box img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 120px;
    max-width: 100%;
}
.reports .box h5{
    margin: 0 auto 10px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid  #e6e6e6;
}
.reports .box a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    color: #333;
    margin: 10px auto 5px;
    border: 1px solid #4DB383;
    transition: all 0.5s ease-in-out;
}
.reports .box a:hover {
    color: #fff;
    background: #4DB383;
    border: 1px solid #4DB383;
    transition: all 0.5s ease-in-out;
}
/**/
.about-block{
    padding: 20px;
    float: right;
    text-align: center;
    direction: rtl;
    min-height: 370px;
}
@media (max-width: 769px) {
    .about-block{
    min-height: auto;
}
}
.about-block .fa {
    font-size: 70px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    border-radius: 50%;    
    transition: all 0.5s ease 0s;
        transform: scale(1);
    color: #4DB383;
    margin: 0 auto;
    box-shadow: 0 0 10px #ddd;
}
.about-block:hover .fa {

    transition: all 0.2s ease 0s;
     transform: scale(1.1);

}
.about-block h3{
    font-size: 22px;
    font-weight: normal;
    padding: 15px 0;
    margin: 0;
}



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

#accordion{}
#accordion h3{
    padding: 15px 20px;
    background: #F7F7F7;
    color: #4DB383;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    display: block;
}
#accordion .body{
    direction: rtl;
}
@media (max-width: 769px) {
    #accordion .body{
    height: 270px;
    font-size: 16px;
}
}
#accordion p{
    padding: 10px 20px 20px;
    font-size: 15px;    
}

/**/
.clintes{
    float: right;
    padding: 15px;
    text-align: center;
    display: block;
}
.clintes .box{
    padding: 20px;
    overflow: hidden;
    height: 200px;
    border: 1px solid #f1f1f1;

}
.clintes .box img{
    display: block;
    margin: auto;
    height: 80%;
        transition: all 0.5s ease 0s;
        transform: scale(1);
}
.clintes .box:hover img{
        transition: all 0.2s ease 0s;
        transform: scale(1.2);
}
.clintes h5{
    display: block;
    margin: 0;
    padding: 15px 0;
    clear: both;
    font-size: 18px;
}
.clintes a{
    padding: 12px 15px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    background: #e74431;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.clintes a:hover{
    background: #000;
}
/**/
.articalall{
    position: relative;
    overflow: hidden;
    min-height: 350px;
    display: block;
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 0;
    
}
.articalall:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    background: #4DB383;
    width: 4px;
    z-index: 0;
    margin-left: -2px;

}
.artical{
    position: relative;
    float: left;
    padding: 25px;
    background: #F7F7F7;
    margin: 0 0 30px;
    border: 15px solid #fff;
}

section .artical:nth-child(2){
    margin: 100px 0 15px !important;
}
.artical img{
    width: 100%;
    height: 220px;
    margin: 0 0 20px;
}
.artical h3{
    font-size: 18px;
    color: #444;
    text-align: right;
    display: block;
}
.artical i{
    position: absolute;
    top: -15px;
    right: 0;
    background: #4DB383;
    color: #fff;
    padding: 2px 15px;
    border-radius: 15px;
    font-style: inherit;
}
.artical i:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 30px;
    border-bottom: 1px solid #4DB383;
}


section .artical:nth-child(2n+1){
    float: right;
    margin: 0 0 30px;
}

section .artical:nth-child(2n+1) i{
    left: 0;
    right: auto;
}
section .artical:nth-child(2n+1) i:after{
    left: -15px;
    right: auto;

}
@media (max-width: 769px) {
    .articalall{
        padding: 0;
    }
    .articalall:after{
        display: none;
    }
    .artical i:after{
        display: none;
    }
    section .artical:nth-child(2){
    margin: 0 0 15px !important;
}
}

/**/
.date-bar{
    clear: both;
    width: 100%;
    margin: 0 0 15px;
    font-family: tahoma;
}
.date-bar i{
    font-style: inherit;
    color: #000;
    background: #f1f1f1;
    margin: 0 2px;
    padding: 2px 5px;
    font-size: 11px;
}
.single .conent img{
    display: block;
    margin: 15px auto  ;
    float: none;
    max-width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

/**/
.control{
    clear: both;
    margin: 0 0 15px;
    background: #f1f1f1;
    padding: 5px 10px;
    overflow: hidden;
}
.control .l{
    cursor: pointer;
    font-style: inherit;
    font-size: 18px !important;
    padding: 0 7px;
    float: right;
}
.control .xl{
    cursor: pointer;
    float: right;
    padding: 0 7px;
    font-style: inherit;
    font-size: 25px !important
}

.larg{
    font-size: 25px !important;
}

.xlarg{
    font-size: 30px !important;
}

.sharebox{
    float: left;
}
.addtoany_list a, .widget .addtoany_list a{
    margin: 5px 0 0;
}
/**/
.cat{
    float: right;
    padding: 15px;
    text-align: right;
    direction: rtl;
}
.cat img{
    width: 100%;
    height: 120px;

}
.cat h3{
    width: 100%;
    display: block;
    padding: 15px 0 0;
    margin: 0;
    font-size: 15px;
    color: #4DB383;
    min-height: 70px;
}
.cat i{
    font-size: 11px;
    color: #999;
    font-style: inherit;
}
.gallery-item{
    margin: 0 !important;
    padding: 5px !important;
}
.gallery-item img{
    width: 100%;
    margin: 0 auto !important;
    height: auto !important;
    border: 1px solid #f1f1f1 !important;
}
/**/
iframe{
    max-width: 100% !important;
    width: 100% !important;
}
.mfp-hide {
    display: none!important;
}


@media (max-width: 769px) {
}
/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);
*/


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







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


            object-fit: cover;
    object-position: center;



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

*/



.popup {
    background: #fff;
    padding: 0;
    text-align: center;
    min-height: 300px;
    position: fixed;
    top: 60px;
    left: 7%;
    right: 7%;
    overflow: hidden;
    z-index: 9999999999999;
    border: 1px solid #f1f1f1;
    display: none;
}
.up{
    display: block !important;
}
.x{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff000050;
    position: absolute;
    top:5px;
    right: 5px;
    color: #000;
    cursor: pointer;
    z-index: 999999999999999;
}






