body {
    font-size: 16px;
    font-family: x2;
    padding: 0;
    margin: 0;
    font-weight: 400;
	background-color:#eef3f6;
  }
html{
    scroll-behavior: smooth;
}

.pishna {
    width: 50%;
    float: right;
}
.pishna ul{
 
}
.pishna ul li{

}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1260px;
}


.pangash {
    padding: 9px !important;
    border: 1px solid #a7a8a8 !important;
    border-radius: 5px !important;
    background: #e5f0ee !important;
    width: 100%;
    color: #000;
    box-shadow: inset 0 0 9px #1e8c59;
    margin-bottom: 5px;
    text-align: center;
    text-shadow: 0 0 2px #fff;
}
.pishna ul li a:hover {
border: 1px solid #ced2d2 !important;
background: #f2f1f185 !important;
color: #f00 !important;
}
.pishna ul li a{
padding: 9px !important;
border: 1px solid #ecd5d5 !important;
border-radius: 5px !important;
background: #fff !important;
width: 100%;
color: #4d4b4b;
box-shadow: inset 0 0 9px #dddcdc
}


.pishnahadi {
background: #f9f8f8a1;
border: 1px solid #eaeaea;
padding: 15px;
border-radius: 8px;
overflow: hidden;
box-shadow: inset 0 0 9px #1e8c59;
}
.figure img {
    height: 240px !important;
}

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
  }
  h1,h1>a,
  h2,h2>a,
  h3,h3>a,
  h4,h4>a,
  h5,h5>a,
  h6,h6>a {
    font-family: x2;
    color: #292929;
    line-height: 1.25;
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  h1>a:hover,
  h2>a:hover,
  h3>a:hover,
  h4>a:hover,
  h5>a:hover,
  h6>a:hover {
    color: #2cb9a0;
  }
  h2, h2>a {
    font-size: 22px;
  }
  h3, h3>a {
    font-size: 19px;
  }
  h4, h4>a {
    font-size:18px;
  }
  h5, h5>a {
    font-size: 16px;
  }

  a {
    display: inline-block;
    font-family: x2;
    font-weight: 400;
  }
  a,a:focus, a:hover {
    text-decoration: none;
    color: inherit;
  }
  p, span, li {
    margin: 0;padding: 3px;
    font-family: x2;
    color: #777777;
  text-align: right;
    font-size: 14px;
    direction: rtl;
  }

  img {
    max-width: 100%;
    height: auto;
  }
  ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  button:focus,
  input:focus,
  textarea:focus {
    outline: none;
  }
  button {
    border: none;
    cursor: pointer;
  }
  /* reset css end */

input, textarea {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    font-family: x2;
}

select {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

textarea {
    min-height: 150px;
    resize: none;
}
span{
    display: inline-block;
}

.s98-12{
	display:none;
	}


.title span {
    text-transform: uppercase;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.bg_img {
    background-position: center;
    background-size: cover;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.btn-warning {
    box-shadow: 0 0 20px rgba(255, 197, 0,0.4);
    background: -webkit-linear-gradient(#FFC702, #FFB520);
    background: -o-linear-gradient(#FFC702, #FFB520);
    background: linear-gradient(#FFC702, #FFB520);
    border: none;
}

.btn-danger{
    background: -webkit-linear-gradient(#C82333, #de3242);
    background: -o-linear-gradient(#C82333, #de3242);
    background: linear-gradient(#C82333, #de3242);
    box-shadow: 0 0 10px rgba(255, 197, 0,0.4);
    border: none;
}

.btn-primary {
    background: -webkit-linear-gradient(#262c40, #161B29);
    background: -o-linear-gradient(#262c40, #161B29);
    background: #2cb9a0;
    border: none;
    box-shadow: 0 0 3px #2cb9a0;
}

.button-group {
    display: inline-flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
}

.cmn-btn {
    position: relative;
    padding: 8px 21px;
    background-color: #2cb9a0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin: auto 2px;
    z-index: 1;
}

.cmn-btn::before ,.cmn-btn::after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    background-color: #2cb9a0;
    z-index: -1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cmn-btn::before{
    right: 50%;
}







.cmn-btn::after{
    left: 50%;
}

.cmn-btn:hover::after {
    left: 100%; 
}

.cmn-btn:hover::before {
    right: 100%; 
}

.cmn-btn:hover {
    border: 1px solid #3ff5d5;
    color: #fff;
    background:#3ff5d5;
}

.cmn-btn.btn-radius {
    border-radius: 5px;
}

.cmn-btn.bg-black {
    background-color: #1c2029;
}

.cmn-btn.bg-light {
    background-color: #1c2029;
}

.custom-btn{
    background: transparent;
    color: #777777;
    padding: 0;
    border: none;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-btn:hover{
    border: none;
    color: #1D1364;
}

.video-btn {
    position: relative;
    padding: 12px 40px;
    background-color: transparent;
    color: #2cb9a0;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #2cb9a0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    display: inline-flex;
    align-items: center;
}

.video-btn span{
    color: #2cb9a0;
}

a.video-btn:hover {
    background-color: #fff000;
    color: #363636;
}

a.video-btn:hover span {
    color: #363636;
}

a.video-btn:hover i {
    margin-left: 18px;
}

.b-none {
    border: none !important;
}

.section-header{
    position: relative;
    margin-top: -10px;
    margin-bottom: 55px;
}

.title{
    color: #292929;
}



.site-title a:hover{color:#fff;}
.site-title{float: right;text-align: right;position: relative;top: 24px;}
.site-title{font-size: 15px;color: #fff;}
.section-title {
    margin-bottom: 15px;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

@media (max-width: 991px) {
    .section-title{
        font-size: 40px;
    }
}

@media (max-width: 575px) {
	
	
	.kk-star-ratings.kksr-align-left{
	display:none !important;
	}



    .section-title{
        font-size: 30px;
    }
}

.section-title span{
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-60-none{
    margin-bottom: -60px;
}

.mb-30-none{
 
}

.mt-60 {
    margin-top: 60px;
}

.tx{
    text-align: right;
}

.mt-30 {
    margin-top: 30px;
}

.pt-80{
    padding-top: 80px;
}

.pt-120 {
    padding-top: 120px;
}


.pt-30 {
    padding-top: 30px;
}


.pb-30 {
    padding-top: 30px;
}  

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 70px;
    }
}

.pb-120 {
    padding-bottom: 130px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 70px;
    }
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 575px) {
    .px-40 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #2cb9a0;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}

.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
    color: #fff;
}

.scrollToTop:hover{
    color: #fff;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: visible;
    background: #fff url(images/preloader.png) no-repeat center center;

    background-size:150px;
  }


/* header */
.header-section {
    top: 0;
    left: 0;
    width: 100%;

    z-index: 999;
}


.header {
background: linear-gradient(45deg,#08a5b7,
#4dcb8a);
width: 100%;
z-index: 99;
-webkit-transition: all ease 1s;
transition: all ease 1s;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
height: 75px;
}

.headermenu.active {
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    animation-name: fadeInDown;
    animation-duration: 1s;
    transition: all 1s;
    width: 100%;
    z-index: 9999;
    background-color: #ccc;
    padding: 0 !important;
}

.navbar-expand-lg{
    z-index: 10;
}

.site-logo {
    position: relative;
    top: 0;
    margin-left: 14px;
}

.site-logo img{
	
	}




.header-section.menu-fixed .header {
    background-color: #1D1364;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}




.search-bar a {
    color: #fff;
    width: 30px;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 30px;
}





.searchform{width: 100%;margin: l; position: relative;top: 11px;transition:all 0.3s;} 
.header-search input{transition:all 0.3s;width: 80%;direction: rtl;font-size: 11px;background-color: transparent;padding: 10px 20px;border: solid 1px #49C98D !important;color: #fff;border-radius: 5px;
 float: left;   
    
    
}

.header-search input:focus {
  background-color: #EEEEEE;
  color:#555;
  width:100%;
  transition:all 0.3s;
}



.header-search input [type=text]{}

.header-search button{position: absolute;
top: 5px;top: 4px;background-color: #2cb9a0;width: 86px;padding: 4px;border-radius: 4px;
left: 5px;}
.header-search button i{background-color: transparent;color: #fff;}




/* banner */
.banner-section{
    position: relative;
    background-color: #1D1364;
    padding-top: 190px;
    padding-bottom: 225px;
    overflow: hidden;
    z-index: 2;
}

.banner-section::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

@media (max-width: 1199px) {
    .banner-section::after{
        background-color: #1D1364;
        opacity: .8;
    }

    .banner-element{
        z-index: -1;
    }
}

@media (max-width: 991px) {
    .banner-section{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}






.inner-banner-section {
    position: relative;
    background-image: url("images/backgroundt.png");
    z-index: ;
    background-size: ;
    background-position: top;
}

.inner-banner-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    opacity: .9;
}

.inner-banner-content .title{
    color: #fff;
}

.breadcrumb{
    justify-content: center;
    margin-top: 10px;
    background-color: transparent;
}

.breadcrumb li{
    color: #fff;
}

.breadcrumb-item a{
    font-weight: 600;
}

.breadcrumb-item a:hover{
    color: #2cb9a0;
}

.breadcrumb-item.active{
    font-weight: 600;
    color: #fff;
}

.breadcrumb-item.active::before{
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
}

/* domain-search-section */
.domain-search-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FAFAFA;
}

.search-form{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
display: flex;
    border-radius: 999px;
}

.search-form input{
    border: none;
    padding: 15px 20px;
    border-radius: 999px 0 0 999px;
    width: calc(100% - (310px));
    height: 70px;
    padding-left: 50px;
}

.nice-select{
    min-width: 125px;
    border: none;
    height: auto;
    line-height: 70px;
    padding-right: 30px;
}

.nice-select::after{
    right: 58px;
}

.search-form .form-btn {
    color: #2cb9a0;
    font-size: 18px;
    font-weight: 600;
    background: #1D1364;
    padding: 15px 40px;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 185px;
    border-radius: 0 999px 999px 0;
}



.service-item{
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

    transition: all 0.3s;
}

.service-item:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px
    rgba(0, 0, 0, 0.1);
}

.service-item i{
    color: #2cb9a0;




    background-color: #1D1364;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s;
}
.service-item:hover i {
    animation: zoomIn 0.5s;
}
.service-item i::before{
    font-size: 30px;
}

.service-icon{
    width: 60px;
}

.service-item .title{
    width: calc(100% - 60px);
    margin-top: 15px;
    padding-left: 10px;
}

.service-item p{
    margin-top: 20px;
}

.service-item .custom-btn{
    margin-top: 20px;
}

.testimonial-item{
    position: relative;
    padding: 30px 65px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.testimonial-item::before{
    position: absolute;
    content: "\f10d";
    top: -30px;
    left: 42px;
    color: #ffffff;
    background-color: #1D1364;
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.testimonial-item p{
    font-size: 22px;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 30px;
}




.blog-section .section-header .section-title{
    border-right: 3px solid #1D1364;
    text-align: left;
}

.blog-section .section-header p{
    padding-top: 10px;
}

.blog-thumb img {
    width: 98%;
    margin: auto;
    float: none;
    margin-bottom: 10px;
}

.blog-thumb{
    display: block; 
    text-align: center;
  
}

.blog-thumb img{
    transition: all 0.7s;
}




.blog-item:hover .blog-thumb img{
 
    opacity: .8;
    -ms-transform: scale(1.2);
  
    position: relative;
    z-index: 999;
}






.blog-thumb2 img {
    max-width: 98%;
    margin: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.blog-thumb2{
    display: block;
   
  direction:rtl;
  text-align: justify;
  
}

.blog-thumb2 img{
    transition: all 0.7s;
}




.blog-item:hover .blog-thumb2 img{
   
    opacity: .8;
    -ms-transform: scale(1.2);
 
    position: relative;
    z-index: 999;
}





.blog-item:hover .blog-content .title a{
    color: #2cb9a0;
}

.blog-content{
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.blog-content2{
    padding: 7px;
   
    text-align: center;
    direction: rtl;
}

.blog-content2 a{

    font-size: 12px;
}



.blog-content--style {
    border: none;
    padding: 0;
    box-shadow: none;
}

.blog-content .title{
    margin-bottom: 15px;
}

.blog-content--style .title{
    margin-bottom: 0;
}

.blog-content .meta-post{
    margin-bottom: 4px;
    padding-top: 7px;
    text-align: right;

    width: 100%;
    height: 49px;
direction: ltr;
}

.meta-post .meta-user{

    display: block;
    width: auto;
    margin-right: 4%;
}

.meta-post--style .meta-user{
    border-right: none;
    width: 50%;

}

.meta-post .meta-date{
    margin-left: 10px;
}

.meta-post span{
    font-size: 14px;
    position: relative;
    top: 1px;
    float: right;
    margin-left: 7px;
    color: #2cb9a0;
}

.meta-post i{
    color: #1D1364;

    font-size: 14px;
    margin-right: 5px;
}

.downdoc{float: right;width: auto;position: relative;left: -31px;top: 19px; }
.downdoc i{background-color: #6698EA;color: #fff;width: 58px;text-align: center;height: 35px;font-size: 17px; line-height: 31px;border-radius: 4px;border-radius: 4px;}

.brand-section .brand-item img{

    display: inline-block;
    width: auto;
}

span.swiper-notification{
    display: none;
}

.brand-wrapper.swiper-container-horizontal {
    overflow: hidden;
}

.testimonial-wrapper{
    overflow: hidden;
}

.brand-section .BrandSlider .brand-item {
    background-color: #FAFAFA;
    border: 1px solid #e5e5e5;
    height: 145px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 0 15px;
}

.footer-section{
    background-color: transparent;
  
    padding: 25px 0px 0px 0;
  
    border-top: solid #2cb9a0;
    border-top: solid 1px #eee;
	
}

.footer-top{
    border-bottom: 1px solid #fff;
}

.footer-widget ul li{
    padding: 1px 0;
}

.footer-widget ul li a{
    color: #666;
    transition: all 0.3s;
    margin: -5px;
}


.footer-widget ul li a.tag-cloud-link{font-size: 11px !important;background-color: #eee;padding: 2px 3px;margin: 2px 0;}

.footer-widget ul li a:hover{
    color: #2cb9a0;
    padding-left: 5px;
}

.footer-widget ul li a i{
    margin-left: 5px;
    position: relative;
    top: 3px;
    background-color: #fff;
    padding: 7px;
    margin: 0;
}



.f-w ul li a:before{
	position: relative;

content: "*";
color: #111;
font-family: 'Font Awesome 5 Free';
top: 4px;
font-size: 15px;
margin-left: 6px;
	}




.footer-widget {
    margin-top: -4px;
    direction: rtl;
    text-align: right;
}

.footer-widget p{
    color: #666;
    margin-bottom: 20px;
    padding-left: 56px;
    direction: rtl;
    line-height: 22px;
}

.footer-top .widget-title{
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
}

.info-single-item{
    position: relative;
}

.footer-widget ul li:last-child{
    padding: 6px 0 0 0;
}

.info-single-item::before {
    position: absolute;
    content: '';
    top: 50%;
    right: -25px;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color:  #1D1364;
}

.info-single-item:last-child::before {
    display: none;
  }

.footer-company-info-area{
    border-bottom: 1px solid #1D1364;
    padding: 20px 0;
}

.footer-company-info p{
    color: #fff;
}

.privacy-area{
    padding: 6px 0;
    border-top: solid 1px #fff;
    background-color: #333;
}

.privacy-area p{
    color: #fff;
    font-size: 11px;
}

.account-area.change-form {
    display: block;
}






.newslatter-form{
    position: relative;
}

.newslatter-form .form-group{
    margin-bottom: 0;
}

.newslatter-content{
    margin-top: -10px;
}

.newslatter-form input{
    width: 100%;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    border: none;
    background-color: transparent;
    color: #1D1364;
    font-size: 22px;
}

.contact-info-item-area{
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 0;
    position: relative;
 
    padding: 15px;
    margin: 15px auto;
}



.sh-section-sidebar:before{
	position:absolute;
	width:76%;
	height:3px;
	content:""; 
	right: 7px;
	top: 0;
	border-radius: 0 26px 0 0;
	}






.blog-content--style2{
    box-shadow: none;
    border: none;
    padding: 18px 0; 
    border-radius: 0 0 0 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.blog-content--style2 .cmn-btn{

    color: #fff;
    border: 1px solid #fff;
    font-weight: normal;
    margin-top: -20px;
    border-radius:4px;
    float: left;
   
}

.blog-content--style2 .meta-post .meta-user {
 
}

.blog-content--style2 .cmn-btn::before{
    background-color: #2cb9a0;
}

.blog-content--style2 .cmn-btn::after{
    background-color: #2cb9a0;
}

.blog-content--style2 .cmn-btn:hover{
    background-color: #3ff5d5;
    color: #fff;
}


.boxmett{border-bottom: none;padding: 6px 0;margin: 2px auto;}

.pagination {
margin: 20px 0;
}
.pagination ul {
display: inline-block;
margin-left: 0;
margin-bottom: 0;
border-radius: 5px;
}
.pagination ul>li {
display: inline;
float:right;}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
border-right-width: 1px;
border-radius: 0px 5px 5px 0px;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
border-left-width: 1px;
border-radius: 5px 0px 0px 5px;
}
.pagination ul>li>a, .pagination ul>li>span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #2cb9a0;
border: 1px solid #2cb9a0;
border-left-width: 0;
}
.pagination li a:hover{
    background-color: #2cb9a0;
    border: 1px solid #d81731  ;
    color: #fff;
}



.pagination li.active a {
    background: #2cb9a0 ;
	color:#fff;
}




.widget-box .search-option input{
    background: #f7f7f7;
    border-radius: 4px;
    width: 100%;
}

.widget-box .search-submit {
    position: absolute;
    right: 16px;
    margin-top: -45px;
    width: 45px;
    height: 45px;
    background-color: #1D1364;
}

.widget-box .search-submit i{
    color: #2cb9a0;
}

.widget-box .caption.bottom-border {
    position: relative;
    font-size: 15px;
    color: #292929;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
 
    width: 100%;
    text-align: right;
}

.widget-box .caption::before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 47px;
    height: 2px;
    background-color: #1D1364;
}


.widget-box .caption::after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 50px;
    width: 12px;
    height: 2px;
    background-color: #2cb9a0;
}





.category-content li{
    padding: 8px 9px 8px 2px;
    border-right: 1px solid #ddd;
    transition: all 0.3s;
    direction: rtl;
    text-align: right;
    position: relative;
    border-bottom: dotted 1px #ddd;
 
}

.category-content img.image {
	margin:auto;
	}

.category-content li:after{position:absolute;content:"";}
.category-content li:before{position:absolute;content:"";background-color: #fff;width: 10px;height: 10px;border-radius: 50%;box-shadow: 0 0 3px #999;right: -6px;top: 13px;}


.category-content li:hover{
    color: #2cb9a0;
}



.category-content li:hover:before{
	background-color: #2cb9a0;
}

.category-content li .count{
    float: left;
    background-color: #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 21px;
}


.category-content li span{
    float: left;
    background-color: #2cb9a0;
    border-radius: 2px;
    width: 32px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
    color: #fff;
}


.blog-content--style .title--style a{
    font-size: 18px;
}

.tag-item-wrapper {
    margin: -5px;
}

.tag-item-wrapper .tag-item {
    padding: 6px 29px;
    line-height: 38px;
    margin: 5px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    text-transform: capitalize;
    border: 1px solid  #e5e5e5;
    color: #777777;
    transition: all 0.3s;
}

.tag-item-wrapper .tag-item:hover, .tag-item-wrapper .tag-item.active {
    background: #1D1364;
    color: #2cb9a0;
}

blockquote {
    padding: 20px 0;
    position: relative;
}

blockquote::before {
    position: absolute;

    content: "\f10d";
    top: -7px;
    left: 2px;
    color: #bbb8d0;
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    font-weight: 600;
    opacity: .5;
    z-index: -1;
}

blockquote .quote-content {
    font-style: italic;
    font-size: 18px;
}








.privacy-content .title{
    margin-bottom: 20px;
}

.privacy-item{

    margin-top: 20px;
    margin-bottom: 20px;
}

.privacy-item li{
    padding: 6px 0;
}

.privacy-item li::before{
    content: "\f111";
    color: #1D1364;
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    margin-right: 5px;
    font-weight: 700;
}

.newslatter-section--style{
    background-color: #FAFAFA;
}

.get-item .title{
    margin-bottom: 20px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table {
    border-collapse: collapse;
}

.table td, .table th {
    padding: .75rem 2.8rem;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
}




.sh-section2 {
padding:5px;
margin-bottom:10px;
background-color: #ffffff;
border-radius: 6px 6px 6px 6px;
-webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);

}


.sh-section {
	transition:all 0.3s;
padding: 30px 30px 0;
margin-bottom: 30px;
background-color: #ffffff;
border-radius: 6px 6px 6px 6px;
-webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
height: auto;
overflow:auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.sh-section:before{
	position:absolute;
	width:76%;
	height:3px;
	content:"";
	
	background: linear-gradient(45deg, rgb(67, 195, 146), rgb(5, 166, 181));
	right: 15px;
	top: 0;
	border-radius: 0 26px 0 0;
	}


.sh-section-sidebar {
padding:12px 12px 2px;
transition:all 0.3s;
margin-bottom: 30px;
background-color: #ffffff;
border-radius: 6px;
-webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);

}



.sh-section-sidebar:hover .widget-box .caption::after {
	transition:all 0.3s;
	width: 100px;
	}


.sh-section__footer {
    padding-top: 20px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


.sh-section__footer .sh-btn-icon {
    margin-top: 10px;
}


.sh-avatar {
    display: block;
    background-color: 
    #ffffff;
    border-radius: 6px;
    min-width: 38px;
    width: 38px;
    height: 38px;
    float: right;
    margin-left: 11px;
    margin-top: -4px;
}


.sh-section__name {
    display: block;
    margin-right: 1px;
    font-weight: 300;
    text-align: right;
    direction: rtl;
 
    height: 18px;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
}

.sh-section__passed {
    display: block;
    color: 
    #9fa3ac;
    text-align: right;
    direction: rtl;
    font-size: 12px;
}

.sh-section__link {
    margin-right: auto;
    float: left;
    position: relative;
    top: -40px;
}


.sh-section__link i {
 color: #a1a5ae;
    font-size: 18px;
}

.pragofpo p{
	text-align: justify;
line-height: 29px;
font-size: 15px;
color: #555;
	
	}



.post-meta{width: 100%;text-align: right !important;float: right !important;}


.titrom{float: right;width: 100%;direction: rtl;text-align: right;font-size: 15px;padding: 1px 10px;border-bottom: solid 1px #ccc;margin-bottom: 17px;padding-bottom: 12px;}


 .post-meta li {
    font-weight: normal;
    text-transform: none;
    color:  #666;
    float: right;
    text-align: right;
    position: relative;
    top: 18px;
    font-size: 13px;
}


.post-meta .post-author-a {
    margin-left: 17px;
}
.post-meta .post-author-a:before {
position:absolute;
 
background-color:#f00;
width:6px;
height:6px;
right: -11px;
border-radius: 50%;
top: 7px;
}


.banerr-t{margin: 7px auto;}
.banerr-t img{width: 100%;height: auto;}

.khorak{direction: rtl;text-align: right;background-color: #fff;}
.khorak ul{}
.khorak ul li {padding: 4px 0;}
.khorakul li a{}
.khorak h5{background-color: #f1f1f1;padding: 11px;margin-bottom: 10px;}
khorak a.rsswidget{
	padding:10px;
	}	

.khorak ul .rss-date{float: left;background-color: #eee;font-size: 11px;width: 100px;text-align: center;padding: 2px;}	

.khorak ul cite{float: left;background-color: #2cb9a0;color: #fff;padding: 0px 10px;width: 79px;overflow: hidden;text-align: center;}	


.metaroama-w{width: 96%;margin: 10px 0;}

.metaroama-w li{text-align: right;direction: rtl;font-size: 12px;color: #111;margin: 4px 0;padding: 1px; text-align: right;direction: rtl;}
.metaroama-w li i{
	font-size: 16px;
position: relative;
top: 2px;
 
	color: #ccc;
	text-shadow: 0 0 0px #ccc;
	border-left: solid 1px #fff;
	padding-left: 9px;
 
	}

.alio{
	transition:all 0.3s;
	text-align: center;
	direction: rtl;
	}
.alio a{transition:all 0.3s;background: linear-gradient(45deg, rgb(67, 195, 146), rgb(5, 166, 181));display: block;margin: 4px 0;padding: 10px;color: #fff;border-radius: 4px;font-size: 12px;}
.alio a:hover{transition:all 0.3s;
background: linear-gradient(45deg, rgb(5, 166, 181), rgb(67, 195, 146));

}	
	
	

.metaroama{width: 96%;margin: 10px 0;}

.metaroama li{text-align: right;direction: rtl;font-size: 11px;color: #222;margin: 4px 0;padding: 1px; text-align: right;direction: rtl;}
.metaroama li i{
	font-size: 14px;
position: relative;
top: 2px; 
	color: #999;
	text-shadow: 0 0 0px #ccc;
	border-left: solid 1px #fff;
	padding-left: 9px;
 
	}
	
	
	.dldldl a{
	    color: #2cb9a0;
	
		}
	
	.metaroama-s{width: 96%;margin: 10px 0;}

.metaroama-s li{font-size: 13px;color: #777;padding: 12px;text-align: center;direction: rtl;height: 90px;line-height: 30px;width: 31%;float: right;border: solid 1px #eee;margin: 1%;background-color: #f1f1f1;}
.metaroama-s li i{
	font-size: 23px;
	height: auto;
	line-height: 40px;
	display: block;
	}
	
	
	
	
	
	
	
	li.lometsin{ }
	li.lometsin i{color: #2cb9a0;}
	
	.metarezae_1{ }
	.metarezae_2{}
	.metarezae_3{background-color: #8CF7AC;border: solid 1px #8CF7AC !important;}
	
.bo1{}
.bo2{}
.bo3{}
.bo4{}
.bo5{}
.bo6{}
.bo7{}
.bo8{}
.bo9{}
.bo10{}
.bo11{}	

.lometsin i.fa-bookmark{}
.lometsin i.far fa-user{}
.lometsin i.fa-calendar-alt{}
.lometsin i.fa-pen-fancy{}
.lometsin i.fa-bars{}
.lometsin i.fa-book{}
.lometsin i.fa-android{}
.lometsin i.fa-file-pdf{}
.lometsin i.fa-hotjar{}
.lometsin i.fa-apple{}
.lometsin i.fa-file-archive{}


.feature-shape::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .34s cubic-bezier(0.98, 0.16, 0, 0.93);
    transition: all .34s cubic-bezier(0.98, 0.16, 0, 0.93);
}
.feature-item:hover::before {
    top: -50px;
    left: -90px;
    width: 170%;
    height: 170%;
	color:#555;
}
.feature-item .title,
.feature-item  p {
    transition: all 0.3s;
}
.feature-item:hover .title,
.feature-item:hover p {
    color: #333;
}
.feature-item-area {
    display: flex;
    flex-wrap: wrap;
    padding-left: 52px;
    padding-right: 52px;
}

.feature-item {
    position: relative;
    width: 30%;
    height: 102px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    text-align: right;
    transform: rotate(0deg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 1%;
    direction: rtl;
}
.feature-item i{
    color: #2cb9a0;
    display: inline-block;

    position: absolute;
    right: 14px;
    bottom: 37px;

}
.feature-item i::before{
    font-size: 30px;
}
.feature-item .title{

    font-size: 15px;
    direction: rtl;
}
.feature-item-inner {
 
    display: block;
    width: 100%;
    padding-right: 59px;
}
.feature-item-area.row-2 {
    justify-content: space-evenly;
    margin-top: -25px;
    padding: 0 114px;
}

.feature-item::before {
    content: "";
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: -38px;
    z-index: -1;
    border-radius: 50%;
    width: 34%;
    background-color:#D8DCE8;
    height: 198px;
    -webkit-mask-position: top center;
    mask-position: top center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
.anjoman{}

.titboxx{}

.titboxx h2{
font-size: 19px;

font-weight: 900;
letter-spacing: -0.5px;
color:#009688;	
direction: rtl;
text-align: right;
margin-bottom: 22px;
padding-right: 11px;
	}
	
.titboxx h2 i{
	margin-left: 10px;
background-color: #8571ea;
background: linear-gradient(45deg, rgb(67, 195, 146), rgb(5, 166, 181));
color:
#fff;
border-radius: 3px;
padding: 6px 7px;
	}	
	.titlebar {
  overflow: hidden;
  float: left;
  position: absolute;
  top: 10px;
}
.titlebar .next-back {
  float: right;
  margin: 5px 0 12px auto;
}
.titlebar .next-back span a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Poppins;
  color: #fff;
  padding: 9px;
  width: 25px;
  height: 25px;
  background: linear-gradient(45deg, rgb(67, 195, 146), rgb(5, 166, 181));
  border-radius: 3px;
  text-align: center;
  padding: 4px;
}
.titlebar .next-back span a:hover {
  text-decoration: none;
  color: #888888;
}
.titlebar .next-back span {
 
  display: inline-block;
 
  color: #fff;
 
  text-align: center;
  
}
.titlebar .next-back span:last-child {
  border-right: none;
  padding-right: 0;
}


.carousel {
  margin-bottom: 0;
  padding: 0 0 10px 0;
 
}

.arrival-product .arrival-item ul {
  margin: 0;
  padding: 0;
}
.arrival-product .arrival-item ul li {
  float: left;
  list-style: none;
  width: 17.9%;
  overflow: hidden;
  margin-right: 2.6%;
}
.arrival-product .arrival-item ul li:last-child {
  margin-right: 0;
}



.blog-content3{
    padding: 7px;
 
    text-align: center;
    direction: rtl;
    background-color: #fff;
    margin-top: -15px;
    position: relative;
    margin: auto;
    width: 94%;
    z-index: 99; 
    height: 50px;
    margin-top: 22px;
}

.blog-content3 a{

    font-size: 13px;
    color: #333;
}


.morededow {
    left: -15px;
    direction: rtl;
    box-shadow: 0 5px 10px rgba(28, 76, 156, 0.08);
	
	position: absolute;
bottom: 28px;
left: 15px;
color:#fff;
font-size: 13px !important;
padding: 0;
    padding-left: 0px;
background-color: #91ba45;
background: linear-gradient(45deg, rgb(67, 195, 146), rgb(5, 166, 181));
letter-spacing: -.5px;
line-height: 2.6;
padding-left: 15px;
border-radius: 0px 3px 3px 0px;


    transform: rotate(-90deg);
}

.morededow i{    transform: rotate(0deg);
padding-right: 17px;
width: 39px;
color: #fff;
font-size: 17px;
position: relative;
left: 0px;
bottom: -1px;
}
.morededow::before {
    border-bottom: 10px solid #0CA7B4;
border-left: 15px solid
    transparent;
    position: absolute;
    content: " ";
    left: 0;
    top: -10px;
    width: 0;
    height: 0;
}




.navtt li a{font-size: 15px;}

.btfor{margin-left: 14px;margin-top: 9px;font-size: 14px;}

.sdww{padding:0;}

.ind5{}


.footboxx{
	

width: 100%;
z-index: 99;
-webkit-transition: all ease 1s;
transition: all ease 1s;
box-shadow: 0px 0px 10px 0px
rgba(0, 0, 0, 0.1);
	
	}
	
	
	
	.contact-info-item-area2{
   position: relative;
    z-index: 5;
  
    padding: 15px;
    margin: 25px auto 0 auto;
}





.titboxx2 h2{
font-size: 19px;
font-weight: 900;
letter-spacing: -0.5px;
color:#009688;	
direction: rtl;
color:#009688;
text-align: right;
margin-bottom: 22px;
	}
	
.titboxx2 h2 i{
	margin-left: 10px;
background-color: #8571ea;
background:linear-gradient(45deg, rgb(67, 195, 146), rgb(5, 166, 181));
color:#fff;
border-radius: 3px;
padding: 6px 7px;
	}
	
.widget-box .image {width: 273px;
margin-bottom: 20px;}	


.mainpagenav{position: relative;top: -15px;}
.pagination a{
background: #eee;
border: 1px solid #dfdfdf;
color: #666;
padding: 3px 10px;

margin-left: 3px;
font-size: 12px;
}

.pagination a:hover{
background: #F5F5F5;
color: #666;
}
.pagination span{
background: #2cb9a0;
border: 1px solid #2cb9a0;
color: #fff;
padding: 3px 10px;
margin-left: 10px;
font-size: 12px;
}


.pagination {
text-align: center;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}



	.pagebread{height: 47px;direction:rtl;text-align:right;}
		.pagetitt{position: relative;top: 10px;right: 11px;font-size: 14px;}

.pagebread .fa-home{font-size: 14px;color: #333;}

.pagebread .fa-angle-left{color: #2cb9a0;margin: 0 3px;position: relative;top: 2px;right: 2px;}
.pagetitt i{}

	
.pagebread ul{padding: 0;list-style-type: none;direction: rtl;text-align: right;margin: -9px 1px;line-height: 0;}
.pagebread ul li{display: inline;font-size: 12px;padding-right: 3px;}
.pagebread ul li a{}	

.nameofsite{}
.nameofsite h1{}


.owl-carousel .owl-nav span{
	color:#fff !important;
	font-size:15px;
	}
	
	
	
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }


.sidebar .tagcloud {
	
    text-align: right;
    direction: rtl;
    padding: 12px 0;
	}
.sidebar .tagcloud a{
	
    font-size: 12px !important;
    background-color: #eee;
    padding: 1px 14px 1px 7px;
 
    margin: 1px; 
    position: relative;
    color: #666;
	}
	
	
	.sidebar .tagcloud a:before{
	content:"#";
	position:absolute;	
	color: #2cb9a0;
	right: 3px;
	top: 2px;
		}
	
	
	
.contact-info-item-area2 .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0px;
    top: -17%;
}

.contact-info-item-area2 .owl-carousel .owl-nav button.owl-prev, .contact-info-item-area2 .owl-carousel .owl-nav button.owl-next, .contact-info-item-area2 .owl-carousel button.owl-dot
{
	    background:#fff;
    color: #111 !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.maintoptiitsin {
    direction: rtl;
}
.rezaee1{}
.rezaee2{}


.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    direction: ltr;
    position: relative;
    top: -55px; 
}


.kk-star-ratings .kksr-legend {
    margin-left: .75rem;
    margin-right: .75rem;
    font-size: 78% !important;
    opacity: .8;
    line-height: 1;
    text-align: right;
    direction: rtl !important;
}






ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	float: right;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:5px;
	text-align:center;
	width: 38px;
	height: 38px;
	font-size:15px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #999;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
	
}


ul.social-network  a {
 background-color: #fff;   
}



.plus-butmain a{display: block; }

.plus-button {
  position: absolute;
  transition:all 0.3s;
  bottom: 38px;
  color:#fff;
  font-size:12px;
  left: 31px;
  z-index: 100;
  height: 43px;
  width: 200px; 
  background-color: #2cb9a0;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  border-radius: 3px;
  text-align:center;
  line-height: 34px;
  direction: rtl;
  padding: 4px 20px;
}
.plus-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
.plus-button:hover {
	  transition:all 0.3s;
  -webkit-transform: scale(1);
  cursor:pointer;
          transform: scale(1);
  box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}
.plus-button:active {
	  transition:all 0.3s;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  box-shadow: 2px 3px 11px 1px rgba(0,0,0,0.53);
}
.plus-button.open {
	  transition:all 0.3s;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  background-color: #3ff5d5;
  color:#222;
}
.plus-button.open:hover {
	  transition:all 0.3s;
  -webkit-transform: scale(1) ;
          transform: scale(1) ;
  box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.5);
}
.plus-button.open:active {
	  transition:all 0.3s;
  -webkit-transform: scale(0.96) rotate(45deg);
          transform: scale(0.96) rotate(45deg);
  box-shadow: 2px 3px 11px 1px rgba(0,0,0,0.53);
}
.social-button {
	  transition:all 0.3s;
  position: absolute;
  bottom: 38px;
  left: 41px;
  height: 45px;
  width: 45px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  background-size: 93% !important;
  border-radius: 3px; 
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
	  padding: 10px !important;
 
}
.social-button:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.35s cubic-bezier(0.3, 0.2, 0, 2.5);
  transition: 0.35s cubic-bezier(0.3, 0.2, 0, 2.5);
}
.social-button.twitter-button {
  background: url("images/10.png") no-repeat center;
}
.social-button.twitter-button.active {
  bottom: 38px;
  left: 240px;
}
.social-button.facebook-button {
  background: url("images/20.png") no-repeat center;
}

.social-button.facebook-button.active {
  bottom: 38px;
  left: 280px;
}
.social-button.pinterest-button {
  background: url("images/30.png") no-repeat center;
}
.social-button.pinterest-button.active {
  bottom: 38px;
  left: 320px;
}
.social-button.insta-button {
  background: url("images/40.png") no-repeat center;
}
.social-button.insta-button.active {
  bottom: 38px;
  left: 360px;
}







.moremetadet {
padding: 0;
float: right;
width: 100%;
}





.moremetadet p {
    border: 1px dashed 
    #d8d7da;
    border-radius: 3px;
    margin: 0px 0px 4px 0px;
    padding: 5px 6px 5px 4px;
    font-size: 11px;
}

.moremetadet i {
    width: 1em;
    color: #2cb9a0;
    margin-left: 10px;
    position: relative;
    top: 2px;
}


.moremetadet span {
    margin-right: 5px;
    margin-left: 7px;
    font-weight: bold;
    font-size: 12px;
    color: #333;
}



.tooltip {
  font-family:x2;
  font-size: 12px;
  margin-top:15px;
  transition:all 0.3s;

  /* ... */
}




.contetntof img{
    max-width: 100%;
    height: auto;

}



.contetntof  h2, .contetntof  h3, .contetntof  h4, .contetntof h4,.contetntof  h5, .contetntof  h6 {
 
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 42px;
    color: #222;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
    font-family: x3; 
    margin: 15px auto;
    word-spacing: 4px;
}



.contetntof ul{


}


.contetntof ul li{


}



.mainfoott{background: url(images/bgg.png) no-repeat right #fff;}




@media only screen and (max-width: 700px) {  
   .container {    
     flex-direction : column;  
   }  
   .AAA {
     order : 2;   

   }  
   .BBB {
          order : 1;
    } 
    
    
    
      
  .figure img {
    height: 160px !important;

}


  
  .www2 , .www1 {
    height: auto;
}
  
  
  
  
  
	
}



.tiom{text-align: right;background-color: #D8DCE8;float: right;position: absolute;right: 0;width: auto;top: -30px;border-radius: 2px;color: #666;font-size: 13px;padding: 8px 30px;}
.tiom2{
	background-color: #fff;
float: right;
direction: rtl;
text-align: right;
padding: 8px 15px;
font-size: 13px;
position: absolute;
top: -26px;
right: 0;
color: #555;
	}
	
	
	
	
	
	
	
.tabsx{margin-bottom: 23px;position: relative;display: block;height: 49px;}	
	
.sorrp{
	text-align:center;
	}	
.warpperx{
  display:inherit;
  flex-direction: column;
  align-items: center;
}
.tabx{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#eee;
  display:inline-block;
  color:#555;
  border-radius:3px 3px 0px 0px;
   
  float: right;
  font-size: 12px;
  border: 3px solid #2cb9a0;
}
.panelsx{
  background:#fffffff6;
 
max-height:380px;
height:auto;
  width:100%;
 
  overflow:hidden;
  padding:0;  
  text-align: right;
}
.panelx{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panelsx #one-panel,
#two:checked ~ .panelsx #two-panel,
#three:checked ~ .panelsx #three-panel{
  display:block
}
#one:checked ~ .tabsx #one-tab,
#two:checked ~ .tabsx #two-tab,
#three:checked ~ .tabsx #three-tab{
  background:#2cb9a0;
  color:#fff;
  border-top: 3px solid #2cb9a0;
}




.slipuptab .nav-tabs .nav-link.active, .slipuptab .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #2cb9a0;
    border-color: #dee2e6 #dee2e6 #fff;
}


 .slipuptab nav {
    display: block;
    direction: rtl;
}
 .slipuptab .nav-tabs {
    border-bottom: none;
}

.slipuptab .nav-fill .nav-item {
    -ms-flex: initial;
    flex: initial;
    text-align: center;
    background-color: #eee;
    margin: 4px 12px 0px -12px;
    border-radius: 0;
    font-size: 13px;
}


.slipuptab{
	overflow:hidden;
	max-height:420px;
	}


.slipuptab .owl-item {
  opacity: 0;
}
.slipuptab .owl-item.active {
  opacity: 1;
}
 

.tabconnh .nav-tabs .nav-item {
margin-bottom: -1px;
width: 15%;
text-align: center;
font-size: 13px;
color: #555;
}

.tabconnh .nav-link.active {
    color: #fff !important;
    background-color:#2cb9a0 !important;
    border-color: transparent transparent #f3f3f3;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    display: block;
}


.tabconnh .nav-tabs .nav-link {
    border: 1px solid transparent;
	 background-color: #eee;
        border-right-color: transparent;
        border-right-style: solid;
        border-right-width: 1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    color: #555;
    border-right: solid 1px #ddd;
}


.tab-content{transition:all 0.3s;}
.tab-content ul{padding: 0;list-style-type: none;}
.tab-content ul li{border-bottom: solid 1px #eee;
padding: 0;}
.tab-content ul li a{font-size: 12px;padding: 11px;color:#333;transition:all 0.3s;display:block;}




.tabconnh .nav-tabs {
    border-bottom:none;
    direction: rtl;
	margin-bottom:25px;
}


.tab-content ul li a:hover{
	transition:all 0.3s;
	padding-right:15px;
	color:#e54d42;
	}




.webfeedsFeaturedVisual{
	display:none;
	}
.top-posts-post{text-align:center;}	
.top-posts-post p{ display:none;}
.top-posts-post h3 {
    height: 36px;
    font-size: 13px;
    margin: 17px auto;
    font-weight: bold !important;
}
.top-posts-post h3 a{font-size:14px;}		
.shopfeedtit{direction:rtl;text-align:right;font-size:16px;margin:11px 2px 30px 0;position: relative;background-color: #f1f1f1;padding: 11px;border-radius: 3px;}	
.feedshoplink{transition:all 0.4s; position: absolute;left: 23px;top: 33px;background: #2cb9a0;color: #fff;font-size: 12px;padding: 5px 12px;border-radius: 2px;}

.feedshoplink:hover{
	transition:all 0.4s;
	}


@media only screen and (max-width: 700px) {  
.top-posts-post h3 a {
    font-size: 11px;
}

.shopfeedtit {
font-size: 11px;
	}
	.feedshoplink {
    transition: all 0.4s;
   
    position: absolute;
    left: 23px;
    top: 31px;
    background: #2cb9a0;
    color: #fff;
    font-size: 10px;
    padding: 4px 7px;
    border-radius: 2px;
}


.tabconnh .nav-tabs .nav-item {
margin-bottom: -1px;
width:auto;
text-align: center;
font-size: 11px;
color: #555;
}


.tabconnh .nav-link.active {
    color: #fff !important;
    background-color:#2cb9a0 !important;
    border-color: transparent transparent #f3f3f3;
    font-size: 11px;
    font-weight: normal;
    border-radius: 0;
    display: block;
}
	
	
}


.h1incat{
font-size: 11px;
direction: rtl;
display: inline;
}

   .view-in-mobile {
    display: none !important;
  } 

@media only screen and (min-width:600px) {

  

  
  .thumbnailprocpic img {
    height: auto;

}
  

  
  
  
}

.single-custom-ads { 
   clear:both;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
}

.star { 
    direction: ltr;
    position: relative;
    top: 5px;
    display: inline-block;
}
 
#ad-wrapper { 
    border:none !important;
}

.kk-star-ratings { 
 
}

.testmore99{
transition: all 0.3s;
padding: 10px;
margin-bottom: 30px;
background-color: #ffffff;
border-radius: 6px 6px 6px 6px;
-webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
height: auto;
overflow: auto;
margin-left: auto;
margin-right: auto;
width: 99%;
text-align: justify;
    
    
}

#page1roman {
margin: 10px auto;
padding:0px 0 0 0;
}
.block1roman {
font-size: 12px;
padding: 14px;
direction: rtl;
text-align: justify;
line-height: 29px;
background-color: #fff;
 
}
.block1roman h4 {
color: #EF4034;
border-bottom: 2px solid #ddd;
font-size: 20px;
font-weight: bold;
padding: 0 0 8px 0;
margin: 0 0 20px 0;
}
.block1roman p {
margin: 0 0 20px 0;
}
/* Shore more styles */
.showmore_content {
position: relative;
overflow: hidden;
}
.showmore_trigger {
width: 100%;
height: 60px; 
cursor: pointer;
border-top: dotted 1px #666;
margin-top: 24px;
}
.showmore_trigger span {
display: block;
}


.showmore_trigger span.more{
position: relative;
padding: 0px 13px;
background-color: #2cb9a0;
float: left;
color: #fff;
line-height: 29px;
font-size: 12px;
border-radius: 3px;
margin: 10px auto;  

}


.showmore_trigger span.more::after {
    position: relative;
    font-family: 'FontAwesome';
    content: "\f107";
    right: 4px;
    top: 2px;
}



.showmore_trigger span.less{
position: relative;
padding: 0px 13px;
background-color: #ccc;
float: left;
color: #fff;
line-height: 29px;
font-size: 12px;
border-radius: 3px;
margin: 10px auto;   
}

.showmore_trigger span.less::after {
    position: relative;
    font-family: 'FontAwesome';
    content: "\f106";
    right: 4px;
    top: 2px;
}



.star22{
     direction: ltr;
    margin-top: 5px;
}

.post-ratings {
    display: flex !important;
}


.post-ratings img, .post-ratings-loading img, .post-ratings-image img{
    border: 0;
    padding: 0;
    margin: 0;
    margin-left: 2px !important;
    margin-right: 2px !important;
}
