
@charset "UTF-8";

/* #### 2 #### */

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'iranyekan';
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.9em;
    background-color: #f4edff;

    color: #222222;
    overflow-y: auto; padding-right: 0 !important

}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;

}



p, ul, ol {
    font-size: 13px;
    color: #222222;
}

h1 {font-size:1.6em;}
h2 {font-size:1.5em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.2em;}
h6 {font-size:1.1em;}
*:focus {outline:none !important}

form :focus {
    outline:0;
}
input, select, textarea {
    font-size:1em;
    font-family:'sans';
}

input {
    vertical-align:middle;
}
textarea {
    overflow:auto;
}

.textarea {
    min-height: 70px;
}
.textarealong{
    min-height: 120px;
}

a {
    text-decoration:none;
    color:#555555;
    font-size: 12px;
    outline:0; /* removes dotted border */
}
a:visited {
    color: #8c8c8c;
}
a:hover, a:focus, a:active {
    text-decoration:none;
    color: #9c5cff;

}

.mrg-top5{
    margin-top: 5px;
}
.btn-nav{
    font-size: 12px;
    padding: 3px 5px;

    border-radius: 3px;
    margin-top: 8px;
    display: inline-block;
    background: #4ac34f;
    color: #fff;
    cursor: pointer;
    text-align: center;
    min-width: 70px;
    transition: all .2s linear;
    margin-right: 5px;
}
.btn-nav:hover{

    background: #666666;
    color: #fff;

}
.btn-nav i{
    padding-left: 3px;
    vertical-align: middle;



}


.form-control{
    height: 40px;
    background: rgb(255, 255, 255);
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 100;
    color: #666;
    transition: all 0.3s ease 0s;
}
.form-control:focus{
    box-shadow: none;
    outline: 0 none;
    border-color: #cccccc;
}

.home-news-list .news-in-list .details.colored {
    position: relative;
    z-index: 1;
    min-height: 90px;
    margin-right: 61px;
    zoom: 1;
    border-radius: 3px 0px 0px 3px;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
    background-color: #f4edff;
    padding: 16px 20px 20px 20px;
    -webkit-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
    box-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*tags*/
.other-list > h4{
    padding-bottom: 8px;
    border-bottom: 1px dotted #3f3f3f;
}
.news-img{
    position: relative;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}
.news-img >h2{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    z-index: 3;
    color: #fff;
    padding: 5px;

}
.news-img:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(74, 195, 79, 0.11) ,#4ac34f);
}
.other-list{

    margin-top: 20px;
}

.ticket-img-details{
    margin: 5px;
    border: 4px solid #f4edff;
    border-radius: 5px;
}
.ticket-head{

    position: relative;
}
.ticket-head  h1  span{
    vertical-align: middle;
    color: #4ac34f;

}
.details-ticket  i  {
    vertical-align: middle;
    color: #9c5cff;

}
.details-ticket{
    padding: 5px;
}
.description-ticket{
    padding: 5px;
}



.tags{
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    margin-right: 15px;
}
.tags li, .tags a{
    float:right;
    height:24px;
    line-height:24px;
    position:relative;
    font-size:11px;margin-bottom: 5px;
}

.tags a{
    margin-left:20px;
    padding:0 10px 0 12px;
    background: #9c5cff;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
}

.tags a:before {
    content: "";
    float: right;
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-color: transparent  #9c5cff transparent  #9c5cff;
    border-style: solid;
    border-width: 12px 0px 12px 12px;
}

.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #9c5cff;
    -webkit-box-shadow: -1px -1px 2px #9c5cff;
    box-shadow: -1px -1px 2px #9c5cff;

}


/*tags*/

.upload-content{
    position: relative;
    width: 100%;

    padding-bottom: 30px;
}
.upload-content:before{
    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background: linear-gradient(to bottom right, rgba(51, 153, 255, 0.47) , rgba(94, 126, 222, 1));
}

.order-content{
    position: relative;
    width: 100%;

    padding-bottom: 30px;
}
.order-content:before{
    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background: linear-gradient(to bottom right, rgba(51, 153, 255, 0.47) , rgba(0, 255, 51, 1));
}
.upload-content.page:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-1.jpg) no-repeat fixed;
    background-size: cover;

}


.home-content-user{
    position: relative;
    width: 100%;


}


.home-content{
    position: relative;
    width: 100%;

    padding-bottom: 30px;
}
.home-content:before{
    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background: linear-gradient(to bottom right, rgba(255, 0, 102, 0.27) , rgba(255, 0, 51, 0.30));
}
.home-content.page:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-1.jpg) no-repeat fixed;
    background-size: cover;

}

.order-content.page:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-1.jpg) no-repeat fixed;
    background-size: cover;

}


.page-content{
    position: relative;
    width: 100%;

    padding-bottom: 30px;
}
.page-content:before{
    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    /*background: linear-gradient(to bottom right, rgba(136, 104, 255, 0.47) , rgba(174, 133, 253, 0.65));*/
}



.page-content.about:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-1.jpg) no-repeat fixed;
    background-size: cover;

}

.page-content.contact:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-6.jpg) no-repeat fixed;
    background-size: cover;

}


.page-content.ads:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-12.jpg) no-repeat fixed;
    background-size: cover;

}


.page-content.faq:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-7.jpg) no-repeat fixed;
    background-size: cover;

}
.page-content.guide:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-8.jpg) no-repeat fixed;
    background-size: cover;

}
.page-content.terms:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-9.jpg) no-repeat fixed;
    background-size: cover;

}

.page-content.sign:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-10.jpg) no-repeat fixed;
    background-size: cover;

}
.page-content.news:after{

    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;

    background:url(../images/bg-modirazad-11.jpg) no-repeat fixed;
    background-size: cover;

}


.pad10{
    padding: 10px;
}
.content-user{
    background: #fff;
    position: relative;
    z-index: 4;
    border-radius: 3px;
    padding: 5px 20px;
    margin-top: 2px;
}
.head-sec-user{
    z-index: 5;
    position: relative;
    padding: 0px 10px;
}

.content{
    background: #fff;
    position: relative;
    z-index: 4;
    border-radius: 3px;
    padding: 5px 20px;
}

.content{
    background: #fff;
    position: relative;
    z-index: 4;
    border-radius: 3px;
    padding: 5px 5px;
}

/*.pink-bg{





}*/

/*user*/
.form-user{
    padding: 60px 20px 20px 20px;
}
.user-title{
    text-align: center;
    color: #a2a2a2;
    font-weight: normal;
}
.link-acc{
    color: #ff528c;
    transition: all .3s linear;
    font-weight: 800;
}
.link-acc:hover{
    color: #666666;
}


.tb-acc-menu{
    padding: 20px 0px;
}
.tb-acc-btn {
    background: #9c5cff;
    padding: 3px 15px;
    text-align: right;
    margin-bottom: 5px;
    border-radius: 3px;
}
.tb-acc-btn:hover{
    background: #7e2bff;

    text-align: right;

}
.tb-acc-btn i {
    font-size: 18px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}
.tb-acc-btn span{
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.user-info strong{
    font-size: 11px;
}
.text-info2{
    font-size: 12px;
}
.text-info2icon{
    color: #ffffff;
    margin-right: 5px;
}


.tb-menu-user > .panel > .panel-heading {
    background: #9c5cff;
    border-radius: 0;
}
.tb-menu-user > .panel  {
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-color: #9c5cff;
}
.tb-menu-user .panel-group .panel-heading+.panel-collapse .panel-body {
    border:none;
    border-color: transparent;
}

.tb-menu-user > .panel > .panel-heading > .panel-title > a {
    color: #fff;
    display: block;
}

.tb-menu-user > .panel > .panel-heading > .panel-title > a >span{
    margin-left: 5px;
    vertical-align: middle;
}

.tb-menu-user > .panel > .panel-heading {
    background: #9c5cff;

    border-radius: 3px;



}
.tb-menu-user > .panel > .panel-heading:hover {
    background: #7e2bff;



}
.tb-sub-menu > tbody > tr > td > a{
    margin-right: 10px;
}
.tb-sub-menu  tbody > tr > td {
    border: none;
}
.tb-sub-menu > tbody > tr > td > span {
    color: #9c5cff;
}
.tb-sub-menu  tbody > tr > td > span.badge {
    color: #fff;
    background: #4ac34f;
}
.table-striped>tbody>tr:nth-child(odd) {
    background-color: #9e0202;
}



.user-info-tbl >tbody>tr>td:first-child{
    background: #4ac34f;
    color: #fff;
    border-radius: 0px 20px 20px 0px;
    border-bottom: 3px solid #fff;
}

.mrg-bt{
    margin-bottom: 20px;
}
.text-info2{
    border: none;
}

.text-info3{
   color: #3399FF;
}

.user-info-tbl >tbody>tr>td{
    border: none;

}
.user-info-tbl >tbody>tr{
    margin-bottom: 3px;

}
.user-info-tbl >tbody>tr>td{
    background: #f1f1f1;

    border-bottom: 3px solid #fff;
}
.pages-footer ul{
    margin: 0;
}
.pages-footer ul>li>a{
    color: #fff;
}
.pages-footer ul>li>a:hover{
    color: #4ac34f;
}
.copyright-area{
    border-top: 1px solid #3a3c40;
    background: #9c5cff;
}
/*user*/


#owl-one{
    position: relative;
}
.dots-bg{
    height: 60px;
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    z-index: 2;
}
.home-slider{
    position: relative;
}
#owl-one  .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    background: url(../img/png/dots.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;

}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 20px;
}


.section-home{
    position: relative;
    width: 100%;

    padding-bottom: 30px;
}
.section-home:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
  /*  background: linear-gradient(to bottom right, rgba(136, 104, 255, 0.47) , rgba(174, 133, 253, 0.65));*/
}
.section-home:after{

    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background:url(../images/bg-modirazad-2.jpg) no-repeat fixed;   background-size: cover;

}
.product-list{
    position: relative;
    z-index: 3;
}
.product-card{
    border-radius: 3px;

    background: #ffffff;
    padding: 3px;
    border-radius: 5px;
    margin-bottom: 8px;

}
.product-card>.media{


}
.product-card>.media>img{
    display: block;
    margin: auto;
    width: 100%;

}
.product-card >a{
    color: #fff;
}
.btn-product{
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #4ac34f;
    display: block;
    width: 100%;
}
.btn-product:hover{
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #666666;
    display: block;
    width: 100%;
}
.head-sec{
    z-index: 5;
    position: relative;
}
.title-sec{

    text-align: center;
    margin-top: 60px;
    margin-bottom: 10px;

}
.desc-sec{
    text-align: center;

    margin-bottom: 30px;
}



.section-home2{
    position: relative;
    width: 100%;

    padding-bottom: 30px;
}
.section-home2:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
   /*  background: linear-gradient(to bottom right, rgba(255, 193, 7, 0.69) , #FFC107);*/
}
.section-home2:after{

    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background:url(../images/bg-modirazad-3.jpg) no-repeat fixed;
    background-size: cover;

}


.section-home3{
    position: relative;
    width: 100%;

    padding-bottom: 30px;
}
.section-home3:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
  /*  background: linear-gradient(to bottom right, rgba(136, 104, 255, 0.47) , rgba(174, 133, 253, 0.65));*/
}
.section-home3:after{

    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background:url(../images/bg-modirazad-4.jpg) no-repeat fixed;
    background-size: cover;

}

.section-home4{
    position: relative;
    width: 100%;

    padding-bottom: 30px;
}
.section-home4:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
   /* background: linear-gradient(to bottom right, rgba(255, 193, 7, 0.69) , #FFC107);*/
}
.section-home4:after{

    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background:url(../images/bg-modirazad-5.jpg) no-repeat fixed;
    background-size: cover;

}


@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSans-Bold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/IRANSans-Bold.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: bold;
}

@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSans-Black.eot?#') format('eot'), /* IE6–8 */ url('../fonts/IRANSans-Black.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-Black.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: 900;
}

@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSans-UltraLight.eot?#') format('eot'), /* IE6–8 */ url('../fonts/IRANSans-UltraLight.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-UltraLight.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: 200;
}

@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSans-Light-Expanded.eot?#') format('eot'), /* IE6–8 */ url('../fonts/IRANSans-Light-Expanded.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSans-Light-Expanded.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: 300;
}

@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSANSExpanded.eot?#') format('eot'), /* IE6–8 */ url('../fonts/IRANSANSExpanded.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../fonts/IRANSANSExpanded.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: normal;
}


@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iranyekanwebbold(fanum).eot");
    src: url("../fonts/iranyekanwebbold(fanum).eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekanwebbold(fanum).woff2") format("woff2"), url("../fonts/iranyekanwebbold(fanum).woff") format("woff"), url("../fonts/iranyekanwebbold(fanum).ttf") format("truetype")
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url("../eot/iranyekanweblight(fanum).eot");
    src: url("../iranyekanweblight(fanum).eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekanweblight(fanum).woff2") format("woff2"), url("../iranyekanweblight(fanum).woff") format("woff"), url("../fonts/iranyekanweblight(fanum).ttf") format("truetype")
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iranyekanwebregular(fanum).eot");
    src: url("../fonts/iranyekanwebregular(fanum).eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekanwebregular(fanum).woff2") format("woff2"), url("../fonts/iranyekanwebregular(fanum).woff") format("woff"), url("../fonts/iranyekanwebregular(fanum).ttf") format("truetype")
}

@font-face {
    font-family: '../Mj_Casablanca';
    src: url('../Mj_Casablanca.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '../Mj_Casablanca';
    src: url('../Mj_Casablanca.eot') format('eot'),
        url('../Mj_Casablanca.woff') format('woff'),
        url('../Mj_Casablanca.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.color-overlay{
    background: linear-gradient(to bottom right, #8868FF , #AE85FD);
}



.section-white{
    padding: 30px 0px;

    background-repeat: no-repeat;

    background-position:bottom center;


}

.rlt{
    position: relative;

}

.slider-desc{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    background: #ffffff;

    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;

    bottom: -40px;
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes bounceInDown {
    0% {
        transform: translateY(-40px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-40px);
    }
}



.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #9c5cff;
    color: #fefefe;
}
.button:hover {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #666;
    color: #fefefe;
}
.button.radius {
    border-radius: 3px;
}
.button.padding {
    padding: 10px 25px;
}

a.button{
    color: #fff;
}






.more-heading {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #000000;
    border-color: #000000;
    zoom: 1;
    border-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
    border-color: rgba(0, 0, 0, 0.06);
    border-left: none;
    border-top: none;
    border-right: none;
}
.more-heading h3 {
    margin: 0;
    padding-bottom: 17px;
    display: inline-block;
    -webkit-box-shadow: 0 1px 0 0 #9c9c9c;
    -moz-box-shadow: 0 1px 0 0 #9c9c9c;
    -o-box-shadow:0 1px 0 0 #9c9c9c;
    box-shadow: 0 1px 0 0 #9c9c9c;
    font-size: 14px;
    font-weight: bold;

    color: #000000;
    color: rgba(0, 0, 0, 0.5);
}
.more-heading a {
    float: left;
    margin-top: 1px;
    font-size: 11px;
    font-weight: 800;
    color: #000000;
    color: rgba(0, 0, 0, 0.5);

}
.more-heading a:hover {
    color: #9c5cff;
}
.more-heading i {
    margin-right: 6px;
}
/* END bluebox heading */
.content-row,
.widget-wrap {
    margin-bottom: 40px;
}
.content-row:last-child,
.widget-wrap:last-child {
    margin-bottom: 0;
}


.home-news-list .news-in-list {
    display: block;
    position: relative;
    min-height: 90px;
    margin-bottom: 5px;
}
.home-news-list .news-in-list:last-child {
    margin: 0;
}
.home-news-list .news-in-list .date {
    position: absolute;
    border-radius: 0px 3px 3px 0px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    text-align: center;
    background-color: #4ac34f;
    color: white;
}

.borderGreenNewsOne {
    border-right: solid 5px #4ac34f;
}

.detailsoneimg
{
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.marg30{
    margin-bottom: 30px;
}
.home-news-list .news-in-list .date strong {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 30px;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    z-index: 2;
}
.home-news-list .news-in-list .date span.month {

    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 2;
    right: 0;
}
.home-news-list .news-in-list .date span.details {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 0px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42ffffff, endColorstr=#42ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42ffffff, endColorstr=#42ffffff);
    background-color: rgba(255, 255, 255, 0.26);
    -webkit-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
    box-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.home-news-list .news-in-list .details {
    position: relative;
    z-index: 1;
    min-height: 90px;
    margin-right: 91px;
    zoom: 1;
    border-radius: 3px 0px 0px 3px;

    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
    background-color: #ffffff;
    padding: 16px 20px 20px 20px;
    -webkit-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
    box-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.home-news-list .news-in-list .details h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    display: block;
}
.home-news-list .news-in-list .details h1 a {
    color: #7560c7;    font-weight: bold;
}
.home-news-list .news-in-list .details h1 a:hover {
    color: #9c5cff;
}
.home-news-list .news-in-list .details span {
    font-size: 14px;
    font-weight: bold;
    font-weight: normal;
    color: #000000;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin-top: 4px;
    display: inline-block;
}
.home-news-list .news-in-list .details span i {
    color: #000000;
    margin-right: 6px;
}
.home-news-list .news-in-list:hover .date span.details {
    width: 60px;
}



.tb-adsh img {
    width: 100%;
    border: 1px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
}
.tb-adsh {
    margin-bottom: 10px;
}

.home_notifications img{
    border-radius: 3px;
    border: 2px solid #fff;
}

.pages-footer{
    color: #fff;
}
.footer-contact p{
    color: #fff;
}
.widget-body ul{
    padding: 0;
}
.footer-area {
    background-color: #261e2f; }
.footer-area.footer-bg {

    background-position: center;
    background-size: cover; }
.footer-area .footer-top-area {
    padding: 60px 0 0 0; }
.footer-area .footer-top-area .footer-widget .widget-title .title {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 50px; }
.footer-area .footer-top-area .footer-widget .widget-title .title:after {
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 50%;
    height: 2px;
    background-color: #f4edff;
    content: ''; }
.footer-area .footer-top-area .footer-widget.navigation .widget-body ul li {
    display: block;
    margin: 10px 0; }
.footer-area .footer-top-area .footer-widget.navigation .widget-body ul li a {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.footer-area .footer-top-area .footer-widget.navigation .widget-body ul li a:hover {
    color: #f4edff; }
.footer-area .footer-top-area .footer-widget.about .widget-body .footer-logo {
    margin-bottom: 16px;
    display: block; }
.footer-area .footer-top-area .footer-widget.about .widget-body p {
    font-size: 12px;
    line-height: 26px;
    color: #fff; }
.footer-area .footer-top-area .footer-widget.about .widget-body .lists {
    margin-top: 25px; }
.footer-area .footer-top-area .footer-widget.about .widget-body .lists li {
    display: block;
    margin: 15px 0; }
.footer-area .footer-top-area .footer-widget.about .widget-body .lists li:hover .single-about-info .icon {
    color: #f4edff; }
.footer-area .footer-top-area .footer-widget.about .widget-body .lists li:hover .single-about-info .content .details {
    color: #f4edff; }
.footer-area .footer-top-area .footer-widget.about .widget-body .lists li .single-about-info {
    position: relative; }
.footer-area .footer-top-area .footer-widget.about .widget-body .lists li .single-about-info .icon {
    position: absolute;
    left: 0;
    color: #fff;
    top: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.footer-area .footer-top-area .footer-widget.about .widget-body .lists li .single-about-info .content {
    padding-left: 30px; }
.footer-area .footer-top-area .footer-widget.about .widget-body .lists li .single-about-info .content .details {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.footer-area .copyright-area {
    padding: 10px 0;
}
.footer-area .copyright-area .left-cotnent-area {
    display: inline-block; }
.footer-area .copyright-area .left-cotnent-area .copyright-text {
    font-size: 16px;
    color: #fff; }
.footer-area .copyright-area .left-cotnent-area .copyright-text a {
    color: #f4edff;
    font-weight: 600; }
.footer-area .copyright-area .right-content-area {
    display: inline-block;
    float: right; }
.footer-area .copyright-area .right-content-area .social-icons li {
    display: inline-block;
    margin: 0 8px; }
.footer-area .copyright-area .right-content-area .social-icons li a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.footer-area .copyright-area .right-content-area .social-icons li a:hover {
    color: #f4edff; }




/*login*/
.fixed-background {

    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}
main.bgmain {
    height: 100%;
    margin: 0!important;
}



.tab{



   padding: 25px;
}

.tab .nav-tabs{
    border-bottom: none;
    padding: 0 20px;
    position: relative;
}
.tab .nav-tabs li{ margin: 0 30px 0 0; }
.tab .nav-tabs li a{
    font-size: 18px;
    color: #666;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin-right: 0;
    border: none;
    border-bottom: 2px solid transparent;
    opacity: 0.5;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{ background: transparent; }
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    background: transparent;
    opacity: 1;
    border-bottom: 2px solid #9c5cff;
    color: #666;
    padding: 5px 0px;
}
.tab .tab-content{
    padding: 20px 0 0 0;
    margin-top: 10px;
    background: transparent;
    z-index: 1;
    position: relative;
}
.form-bg{ background: rgba(255, 255, 255, 0); }
.form-horizontal .form-group{
    margin: 0 0 15px 0;
    position: relative;
}
.form-horizontal .form-control{
    height: 40px;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 3px;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    transition: all 0.3s ease 0s;
}
.form-horizontal.colored .form-control{
    height: 33px;
    background: rgb(255, 255, 255);
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    transition: all 0.3s ease 0s;
}

.form-horizontal.colored .textAreas{
    background: rgb(255, 255, 255);
    border: 1px solid #cccccc;

    border-radius: 3px;
    box-shadow: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    transition: all 0.3s ease 0s;
    width: 100%;

}

.form-horizontal .form-control:focus{
    box-shadow: none;
    outline: 0 none;
}
.form-horizontal .form-group label{
    padding: 0 0px;
    color: #7f8291;

}
.form-horizontal .main-checkbox{
    width: 20px;
    height: 20px;
    background: #9c5cff;
    float: left;
    margin: 5px 0 0 20px;
    border: 1px solid #9c5cff;
    position: relative;
}
.form-horizontal .main-checkbox label{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.form-horizontal .main-checkbox label:after{
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #666;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.form-horizontal .main-checkbox input[type=checkbox]{ visibility: hidden; }
.form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{ opacity: 1; }
.form-horizontal .text{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-left: 7px;
    line-height: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}

.formhorizontal .btn{
    width: 100%;
    background: #9c5cff;
    padding: 6px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
}
.formhorizontal .btn:focus{
    background: #9c5cff;

    outline: none;
    box-shadow: none;
}

.form-horizontal .btn{
    width: 100%;
    background: #9c5cff;
    padding: 6px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 10px 0 30px 0;
}
.form-horizontal .btn:focus{
    background: #9c5cff;

    outline: none;
    box-shadow: none;
}
.form-horizontal .forgot-pass{
    border-top: 1px solid #615f6c;
    margin: 0;
    text-align: center;
}
.form-horizontal .forgot-pass .btn{
    width: auto;
    background: transparent;
    margin: 30px 0 0 0;
    color: #615f6c;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.form-horizontal .forgot-pass .btn:hover{ color: #9c5cff; }
@media only screen and (max-width: 479px){
    .tab{ padding: 40px 20px; }}

.pd-tp-20{
    padding-top: 5%;
}

.user-tab>li {
    float: none;
    display: inline-block;
    margin-bottom: -1px;
}
/*login*/






.modireazad{
    color: #fff;
    font-size: 13px;
}
.modireazad:hover{
    color: #4AAFD3;
}

.en{
    font-family: Arial;
}
.img-responsive{
    width: 100%;
}
.wcolor{
    color: #fff;
}.desc-sec.white{color: #fefefe}
.title-sec.white{color: #fefefe;margin-bottom: 30px;}
.white{color: #fefefe}
.white >*{
    color: #fefefe;
}
.twn{
    font-size: 25px;
}
.resp{
    height: 40px;
    text-align: center;
}

.respsec{
    min-height: 40px;
    text-align: center;
}


.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #5621a8;
}

.chtxt{
    margin-right: 30px;

}

.checkboxes {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;


}


.chbl{
    padding: 0px;
}
/* Hide the browser's default checkbox */
.checkboxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    height: 20px;
    width: 20px;
    border: solid 1px #6c38bc;

    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxes:hover input ~ .checkmark {
    background-color: #c1c1c1;

}

/* When the checkbox is checked, add a blue background */
.checkboxes input:checked ~ .checkmark {
    background-color: #9c5cff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxes input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxes .checkmark:after {
    right: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.activemenulifoot{
    color:#4AAFD3;
}
.activemenulitop{
    color: #9C5CFF;
}

.margtoppercent{
    margin-top: 10%;
}





.panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f106"; /* "play" icon */
    float: right;
    color: #4AAFD3;
    font-size: 18px;

    margin-left: 20px;
    line-height: 15px;

}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #755EAC;
}

.blocka{
    display: block;
}

.panel-default> .panel-heading-faq{
    background-color: #e4d8f5;
}

.emptyValue{
    height: 120px;
    text-align: center;
    color: #ff0033;
    padding-top: 45px;
}
.adspad{
    padding: 30px 0px;
}
.bgwhite{
    background-color: #fff;
    height: 100%;
    padding: 0 10px 10px 10px;
}
.namefirstnews{
    padding-top: 10px;
    margin-bottom: 10px;
}

.pagemin{

    margin-top: 40px;
    min-height: 200px;

}
.pagemind{
    min-height: 350px;

}
.pagemind > div{
    margin: 0px;
    padding: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:hover {
    background-color: #baacf0;
    border-color: #9586CF;
    color: #fff;

}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active :hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #9586CF;
    border-color: #9586CF;
}





.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item.active > a{
    display: block;
    color: #fff;
}


.list-group-item:hover > a{
    display: block;
    color: #fff;
}

.list-group-item > a{
    display: block;
    color: #9586CF;
}


.list-group-item > a > .badgenew{
    color: #f5f5f5;
    background-color: #9586CF;

}.list-group-item.active > a > .badgenew{
    color: #9586CF;
    background-color:  #fff ;

}

.list-group-item:hover > a > .badgenew{
    color: #9586CF;
    background-color:  #fff ;

}

.text-purple{
    color: #9586CF;
}

.headinginlinenews >a{

    color: #7560c7;
    font-weight: bold;
}
.aMenuRight{
    color: #7560c7;
    font-weight: bold;

}
.aMenuRight:hover{
    color: #4AC34F;


}
.blocka{
    display: block;
}
.blocka:hover >.aMenuRight{
    color: #4AC34F;
}
.aBlocked{
    display: block;
}







.main-pagi-nav-green {
    margin: 0 0 0 30px
}

.main-pagi-nav-green li {
    margin: 0;
    padding: 0;
    vertical-align: top
}.main-pagi-nav-green a {
    border: 1px solid #e5e5e5;
    color: #1b1d1f;

    line-height: 36px;

    padding: 5px 10px;
    text-align: center;
}

.main-pagi-nav-green a.active,
.main-pagi-nav-green a:hover {
    background-color: #4AC34F;
    border-color: #7fdd83;
    color: #fff;
}

.main-pagi-nav-green a.disabled {
    cursor: default
}




.main-pagi-nav {
    margin: 0 0 0 30px
}

.main-pagi-nav li {
    margin: 0;
    padding: 0;
    vertical-align: top
}.main-pagi-nav a {
    border: 1px solid #e5e5e5;
    color: #1b1d1f;

    line-height: 36px;

    padding: 5px 10px;
    text-align: center;
}

.main-pagi-nav a.active,
.main-pagi-nav a:hover {
    background-color: #7560c7;
    border-color: #9d89e8;
    color: #fff;
}

.main-pagi-nav a.disabled {
    cursor: default
}

.bg-unread{
    background-color: #fbecfe;

}
.modal-header {
    background-color: #7560c7;
    color: inherit;
    color: #fff;
    border-bottom-color: #9d89e8;
}

.modal-title {

    color: #fff;
    font-size: 12px;
}

.modal-body {
    min-height: 120px
}

.modal-backdrop{
    z-index: -10;
}
.paddleft{
    padding-left: 5px;
}
.row-name{
    background-color: #826EBE;
    color: #fff;
    font-size: 12px;
}


button.buttonprofile {

    border: none;
    width: 100%;
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
    margin: 5px 0px;
    text-transform: uppercase;
    line-height: 5.5em;

    font-weight: 500;
    font-size: 1em;
    outline: none;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
button.buttonprofile span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
button.buttonprofile i {
    font-size: 48px;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
button.buttonprofile:before {
    content: '';
    top: 0;
    left: 50%;
    right: 50%;
    position: absolute;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
button.buttonprofile:hover span,
button.buttonprofile.hover span {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
button.buttonprofile:hover i,
button.buttonprofile.hover i {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
button.buttonprofile:hover:before,
button.buttonprofile.hover:before {
    left: 0;
    right: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
button.buttonprofile:active:before {
    background: rgba(255, 255, 255, 0.3);
}
button.buttonprofile.blue {
    background-color: #4cd0e1;
}
button.buttonprofile.red {
    background-color: #ff1744;
}
button.buttonprofile.yellow {
    background-color: #af9e02;
}
button.buttonprofile.green {
    background-color: #09ba32;
}
button.buttonprofile.banafsh {
    background-color: #7f00ff;
}
button.buttonprofile.pink {
    background-color: #ff4081;
}
button.buttonprofile.green2 {
    background-color: #1de9b6;
}
button.buttonprofile.orange {
    background-color: #ff6e40;
}

button.buttonprofile.violet {
    background-color: #9999ff;
}
button.buttonprofile.blues {
    background-color: #3399ff;
}
button.buttonprofile.gray {
    background-color: #7f7f7f;
}
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}

.error-page h1+p,
.tooltip {
    font-family: sans
}

.error-page h1 {
    font-size: 30vh;
    font-weight: 700;
    position: relative;

    padding: 0
}

.error-page h1:after {
    content: attr(data-h1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: transparent;
    background: -webkit-repeating-linear-gradient(-45deg, #c06, #69a6ce, #b98acc, #ee8176, #b98acc, #f3c, #9b59b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .25);
    animation: animateTextBackground 10s ease-in-out infinite
}

.error-page h1+p {
    color: #b5b5b5;
    font-size: 6vh;
    font-weight: 700;
    line-height: 10vh;
    max-width: 600px;
    position: relative;
    margin-top: 20vh
}



#particles-js {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@keyframes animateTextBackground {
    0%,
    100% {
        background-position: 0 0
    }
    25% {
        background-position: 100% 0
    }
    50% {
        background-position: 100% 100%
    }
    75% {
        background-position: 0 100%
    }
}

@media (max-width:767px) {
    .error-page h1 {
        font-size: 32vw
    }
    .error-page h1+p {
        font-size: 8vw;
        line-height: 10vw;
        max-width: 70vw
    }
}

.loadimg{

    min-height: 250px;
    margin-top: 20px;

}
.respimg{
    color: #ff0066;
    margin-top: 10%;
}
.padimglist{
    padding:5px;
}
.maxsizeicon{
    font-size: 30px;
    color:#f54266
}
.maxsizeiconsec{
    font-size: 150px;
    color:#0099ff
}
.sizefont12{
    font-size: 12px;
}


.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #7E2BFF;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #7E2BFF;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #7E2BFF;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #7E2BFF;
}




.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7E2BFF;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #7E2BFF;
}

.quiz .btn-quiz {
    color: #fff;
    background-color: #0ad739;
    border-color: #fff;
    width: 25%;
    line-height: 70px;
    font-size: 14px;
}
.quiz2 .btn-quiz {
    color: #fff;
    background-color: #0ad739;
    border-color: #fff;
    width: 50%;
    line-height: 70px;
    font-size: 14px;
}




.quiz3 .btn-quiz {
    color: #fff;
    background-color: #0ad739;
    border-color: #fff;
    width: 33%;
    line-height: 70px;
    font-size: 14px;
}




.relodgift .btn-list-radio
{
    color: #fff;
    background-color: #0ad739;
    border-color: #fff;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    padding: 4px;

}
.inputradio
{
    color: #fff;

}
.btn-list-radio:active, .btn-list-radio.active {
    background: #b086f2;
    color: #fff;

    box-shadow: none;
}

@media only screen and (max-width: 999px){
    .quiz .btn-quiz {
        font-size: 13px;width: 50%;
    }
    .quiz2 .btn-quiz {
        font-size: 13px;width: 50%;
    }
    .quiz3 .btn-quiz {
        font-size: 13px;
        width: 50%;
    }
}


.btn-quiz:active, .btn-quiz.active {
    background: #b086f2;
    color: #fff;

    box-shadow: none;
}
.ordertime{

    text-align: center;
    margin-top: 25px;
}
.text-danger{
    color: #ff1744;
}
.descorderform{
    background: #e0d5f2;
    padding: 5px;
    border:solid 1px  #b086f2;
    color: #722edd;
    border-radius: 4px;
}



.tablemarg th{
    font-size: 12px;   color: #722edd;text-align: right;
}

.tablesml{
    font-size: 12px;
}
.pointer{
    cursor: pointer;
}

.titlesectionb {
    text-align: center;
    position: relative;
    z-index: 3;
    background: #fff;
    display: inline-block;
    margin: auto;
    padding: 0px 20px;
    font-size: 1.5em;
    color: #b086f2;
    font-weight: normal;




}
.titlesectionbfile{
      font-size: 1.2em;
    color: #b086f2;
}
.titlesectionborder {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; margin-top: 10px;
}
.titlesectionborder:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #b086f2;
    top: 15px;
    z-index: 2;
}

.titlesectionborder:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #b086f2;
    top: 19px;
    z-index: 2;
}

.btn{
    font-size: 12px;
    padding: 3px 6px;
}

.btn-info
{

}
.alertcustome{
    background-color: #cce4cd;
    padding: 4px 10px;
    color: #ff0000;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(82,73,82,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(82,73,82,1);
    box-shadow: 0px 0px 3px 0px rgba(82,73,82,1);
    margin: 5px 2px;
    border-radius: 4px;
}
.fa-2x{
    vertical-align: middle;
}
.alertcustome >i{
    color: #de8181;
    font-size: 20px;
}


.overflowimg{
    border:solid 1px #B086F2;
    border-radius: 4px;
    max-height: 100px;
    overflow: hidden;

}
.overflowimgpro{

    max-height: 170px;
    overflow: hidden;

}
@media only screen and (max-width: 479px){
    .overflowimg{
        border:solid 1px #B086F2;
        border-radius: 4px;

        overflow: hidden;

    }
    .overflowimgpro{

    height: 800px;
    overflow: hidden;

}
}


.form-horizontal .btn-sml{
    margin: -5px 0px 0px 0px;
    font-size: 12px;
}
.btn-sml-maxw{
    max-width: 60px;
}
.selectedproduct{
    background-color: #e4d8f8; display:block;
}
.unselectedproduct{
    display:none;
}
.text-purple2{
    color:#7a49c8;
}


.ensureclose{


    background-color: red;
    padding: 4px;
    color: #fff;

}
.imgproductadd{
    max-width: 300px;

}
.maxwidthslider{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.txtdescript{
    padding: 10px;

    border-right: 5px solid #ffcc00;
    background-color: #f5f5f5;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 10px 5px ;

}


.btnfile{
    width: 100%;
    background: #9c5cff;
    padding: 6px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin: 2px 0 2px 0;
}

.bgcolguide{
    background-color: #f5f5f5;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  margin-bottom:5px;
}
.marg5{
   margin-bottom:5px;
}
.infobtn{
    background-color: #4AC34F;
    color: #fff;
}
.infobtnsec{
      background-color: #4AC34F;
    color: #fff;
    padding: 3px;
    text-align: center;
    margin: 4px 0px;
    cursor: pointer;
    border-radius: 4px;
}

.selectItems{
   margin-top: 30px;
}


.producthovers {

  position: relative;
  overflow: hidden;
  margin-bottom: 10px;


  color: #141414;
  text-align: center;
  line-height: 1.4em;
  font-size: 16px;
  border:solid 1px #f2f2f2;
}
.producthovers * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.producthovers img {

  vertical-align: top;
}
.producthovers figcaption {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 35px;
  position: relative; height:140px;
}
.producthovers figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.producthovers h2,
.producthovers p {
  margin: 0 0 10px;
}
.producthovers h2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2em;


}
.producthovers p {
  font-size: 0.9em;

  opacity: 0.9;color: #9C5CFF;
}
.producthovers .icons {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.btn-success{
    background-color: #4AC34F;
}


nav.userlistitem {
    float: none;
    clear: both;
    width: 100%;

  background-color: #999999;

}

nav.userlistitem ul {
    list-style: none;
    margin: 0;
    padding: 0
}

nav.userlistitem li {
    float: none;
    width: 100%;border-bottom: solid 1px #fff;
}

nav.userlistitem li a {
    display: block;
    width: 100%;
    padding: 20px;
    border-right: 5px solid;
    position: relative;
    z-index: 2;
    text-decoration: none;
color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 15px;
}

nav.userlistitem li a:hover {
    border-bottom: 0;
    color: #fff;
}

nav.userlistitem li a {
    border-right: 10px solid #e3ad08;
}

nav.userlistitem li:nth-child(odd) a {
    border-right: 10px solid #826EBE;
}

nav.userlistitem li a:after {
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    width: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: -1;color: #fff;
}

nav.userlistitem li a:hover:after {
    width: 100%;color: #fff;
}

nav.userlistitem li a:after {
    background: #ffcc00;color: #fff;
}

nav.userlistitem li:nth-child(odd) a:after {
    background: #927fcc;color: #fff;

}

.activeTxtmenu {
    background-color: #927fcc;

}
.activeTxtmenu  > a{
       color:#fff;
}
.activeTxtNextmenu {
    background-color: #ffcc00;      color:#fff;
}
.marginForm{
    margin-top: 40px;
}




nav.userlistitemShop {
    float: none;
    clear: both;
    width: 100%;

  background-color: #999999;

}

nav.userlistitemShop ul {
    list-style: none;
    margin: 0;
    padding: 0
}

nav.userlistitemShop li {
    float: none;
    width: 100%;border-bottom: solid 1px #fff;
}

nav.userlistitemShop li a {
    display: block;
    width: 100%;
    padding: 20px;
    border-right: 5px solid;
    position: relative;
    z-index: 2;
    text-decoration: none;
color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 15px;
}

nav.userlistitemShop li a:hover {
    border-bottom: 0;
    color: #fff;
}

nav.userlistitemShop li a {
    border-right: 10px solid #e3ad08;
}

nav.userlistitemShop li:nth-child(odd) a {
    border-right: 10px solid #4AC34F;
}

nav.userlistitemShop li a:after {
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    width: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: -1;color: #fff;
}

nav.userlistitemShop li a:hover:after {
    width: 100%;color: #fff;
}

nav.userlistitemShop li a:after {
    background: #ffcc00;color: #fff;
}

nav.userlistitemShop li:nth-child(odd) a:after {
    background: #2fae34;color: #fff;

}

.activeTxtmenuShop{
    background-color: #2fae34;

}
.activeTxtmenuShop  > a{
       color:#fff;
}


.thumbformfileget{
        background-color: #dfd8f2;

        border:solid 1px #927fcc;
        border-radius: 4px;
       text-align: center;
        cursor: pointer;
        color: #927fcc;
      width: 100%; margin-bottom: 10px;
      height:120px; overflow: hidden;
}

.listfilefifty
{
    min-width: 30%;

}
.maxoncheck{
    max-width:100%;
   margin-top: 5px;
}

@media only screen and (max-width: 479px){
    .listfilefifty
{
    min-width: 100%;
    margin-bottom: 5px;

}
.maxoncheck{
    max-width:50px;;
      margin-top: 5px;
}
}





.minHeightDiv{
    min-height: 50px;
    margin-top: 10px;
}

.imgborders{
    padding-bottom: 10px;
    cursor: pointer;

}
.imgbordersPdf2{ cursor: pointer;
        font-size: 40px;
    border:solid 1px red;
 padding: 5px;
    text-align: center;

    margin-bottom: 10px;
}
.imgbordersPdf{ cursor: pointer;
        font-size: 30px;
    border:solid 1px red;

    text-align: center;
    padding: 10px;
    margin: 10px; margin-bottom: 0px;
}
.minheightdivfile{
   min-height: 40px;
    text-align: center;
    margin-top: 5px;
}

.text-success2{
    color:#15971b;
}

.smltable{
    font-size: 13px;

}
.smltable >tbody >tr > td{
      padding: 3px;
}
.fontbg{
        font-size: 14px;
}
.brs{
    margin: 5px 0px;
    border-bottom: solid 2px #f6f6f6;
}
.imgsml{
    width: 60px;
    cursor: pointer;
    margin: 4px;

}


.paymentStatus{
    background-color: #fff;
    border:solid 1px #15971b;

    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.width70prc{
    width: 70%;
    margin: 0px auto;
}


.btnhorizon{
    width: 100%;
    background: #9c5cff;
    padding: 6px 10px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;

}
.btnhorizon:focus{
    background: #9c5cff;

    outline: none;
    box-shadow: none;
}

.text-warning{
    color:#ff6600;
}
.text-ban{
    color:#9c5cff;
}
.hrs >hr{
    margin:7px 3px;
}
.rowHider{
    margin: 10px 30px;
}
.rowHider li{
    margin-bottom: 4px;
}
.dateSml{
    background-color: #dbd0ec;
    font-size: 12px;
    padding: 2px;
    color: #9c5cff;
}

.whycancel{
     background-color: #dbd0ec;
    font-size: 12px;
    padding: 2px;
    color: #ff0033;
    margin-top: 4px;
}


.searchbox{
    text-align: center;
    width: 100%;
    margin:auto;
}
.searchbox input{



	border: 2px solid #B086F2;

}

 .searchbox input:hover{
	border: 2px solid #B086F2;
}

.searchbox button{
    background: #B086F2;
 height: 40px;
 color:#fff;
 width: 40px;
}



.searchbox button:hover{
  background: #7e2bff;

}


#respsearch{
    text-align: center;

   margin-top: 10px;
   min-height: 40px;
   margin-bottom: 5px;

}
#creditboxresp{
    text-align: center;

   margin-top: 10px;
   min-height: 40px;
   margin-bottom: 5px;

}

.wowStats{
      background: #7e2bff;
      padding: 10px;
      color: #fff;
      cursor: pointer;

}

.wowStats:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: left;
   transition: all 0.5s;
}
.wowStats.active:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}



.wowStatsData{
    border: solid 1px #ddd;
 padding: 5px;
    margin-bottom: 20px;
}
.rowsec{
    margin:auto;

}
.rowsec li{
    margin: 0px;
}


.listitemdashb{
    text-align: center;
    background-color: #4fc727;
    padding: 10px;
color: #fff;
        -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    margin-bottom: 10px;



}
.listitemdashb:hover{
      background-color: #B086F2;

    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;



}



.listitemdashb i{
    margin-top: 10px;
    display: block;
}

.spanStast{
 font-size: 13px;
 border:solid 1px #fff;
     border-radius: 2px;    background-color: #65c246;
     font-size: 15px;
margin-top:5px;


}

.socialicons > li>a>i
{
    font-size: 20px;
}
.socialicons > li>a
{
    color:#fff;
}.socialicons > li>a:hover
{
    color:#B086F2;
}

.socialicons >li.aparat >a>div{
    background-image: url(../images/aparat2.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.socialicons >li.aparat >a >div:hover {

    background-image: url(../images/aparat.png)
}

.socialicons >li.soroush >a>div{
    background-image: url(../images/sorush2.png);
      width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.socialicons >li.soroush >a>div:hover {


    background-image: url(../images/sorush.png)
}

.imgsmltyppo{
    border:solid 1px red;
    padding: 3px;
    margin: 3px;
    display:inline-block;

}


.delivercheck{
    background-color: #fff;
    border:solid 1px #15971b;
    text-align: center;
    background-color: #e1e1ff;
    color: #15971b;
    padding: 50px 10px;
    border-radius: 4px;
}

* {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
position: relative;
 width: 100%;
  margin: 0 auto;
  background-color: #ededed;border-radius: 4px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #d8c8e3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containers {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containers::after {
   content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: -13px;
  background-color: white;
  border: 2px solid #d8c8e3;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
 .leftcl {
  left: 0;
}
.greenstatus2{
     left: 0;
}

/* Place the container to the right */
 .rightcl {
  right: 50%;
}

 .greenstatus {
  right: 50%;
}

/* Add arrows to the left container (pointing right) */
 .leftcl::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

/* Add arrows to the right container (pointing left) */
.rightcl::before {
 content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;


    border: medium solid #fff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;

}
 .greenstatus2::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #b1e69f;
  border-width: 10px 10px 10px 0;
  border-color: transparent #b1e69f transparent transparent;
}

/* Add arrows to the right container (pointing left) */
.greenstatus::before {
 content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;


    border: medium solid #b1e69f;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #b1e69f;

}
/* Fix the circle for containers on the right side */
 .rightcl::after {
  right: -10px;
}


.greenstatus > .contenttimline{
    padding: 5px 10px;
  background-color: #b1e69f;
  position: relative;
  border-radius: 6px;
}

.greenstatus2 >.contenttimline{
    padding: 5px 10px;
  background-color: #b1e69f;
  position: relative;
  border-radius: 6px;
}

/* The actual content */
.contenttimline {
  padding: 5px 10px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;

}
.contenttimline h2{
    font-size: 14px;
    color: #52349e;
    font-weight: normal;
}.contenttimline p{
      color: #15971b;  text-align: left;
}


.bg-prc{
    background-color: red;
    max-width: 50%;
    border-radius: 4px;
    color:#fff;
    padding: 10px;
    font-size: 16px;
    margin: auto;
}

