@font-face {
    font-family: 'Yekan';
    src: url('assets/fonts/Yekan.eot');
    src: url('assets/fonts/Yekan.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Yekan.woff') format('woff'),
         url('assets/fonts/Yekan.ttf') format('truetype'),
		 url("assets/fonts/Yekan.svg#BYekan") format("svg");		 
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Mitra';
    src: url('assets/fonts/MitraBd.eot');
    src: url('assets/fonts/MitraBd.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/MitraBd.woff') format('woff'),
         url('assets/fonts/MitraBd.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}





/**


Bootstrap RTL


**/


.text-right {
    direction: rtl;
    text-align: left;
}
.text-left {
    direction: rtl;
    text-align: right;
}


.list-inline {
  padding-right: 0;
  padding-left: unset;
  margin-right: -5px;
  margin-left: auto;
}


dd {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-right: 180px;
    margin-left: auto;
  }
}
blockquote {
  border-right: 5px solid #eee;
  border-left: unset;
}

.blockquote-reverse,
blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  border-left: 5px solid #eee;
  border-right: 0;
}




.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}


.col-xs-pull-12 {
  left: 100%;
  right: auto;
}
.col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
.col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
.col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
.col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
.col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
.col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
.col-xs-pull-3 {
  left: 25%;
  right:auto;
}
.col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
.col-xs-pull-1 {
  left: 8.33333333%;
  right:auto;
}
.col-xs-pull-0 {
  left: auto;
  right: auto;
}
.col-xs-push-12 {
  right: 100%;
  left: auto;
}
.col-xs-push-11 {
  right: 91.66666667%;
  left: auto;
}
.col-xs-push-10 {
  right: 83.33333333%;
  left: auto;
}
.col-xs-push-9 {
  right: 75%;
  left: auto;
}
.col-xs-push-8 {
  right: 66.66666667%;
  left:auto;
}
.col-xs-push-7 {
  right: 58.33333333%;
  left: auto;
}
.col-xs-push-6 {
  right: 50%;
  left:auto;
}
.col-xs-push-5 {
  right: 41.66666667%;
  left: auto;
}
.col-xs-push-4 {
  right: 33.33333333%;
  left: auto;
}
.col-xs-push-3 {
  right: 25%;
  left: auto;
}
.col-xs-push-2 {
  right: 16.66666667%;
  left: auto;
}
.col-xs-push-1 {
  right: 8.33333333%;
  right: 8.33333333%;
}
.col-xs-push-0 {
  right: auto;
  right: auto;
}
.col-xs-offset-12 {
  margin-right: 100%;
  margin-left: auto;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: auto;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: auto;
}
.col-xs-offset-9 {
  margin-right: 75%;
  margin-left: auto;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: auto;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: auto;
}
.col-xs-offset-6 {
  margin-right: 50%;
  margin-left: auto;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: auto;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: auto;
}
.col-xs-offset-3 {
  margin-right: 25%;
  margin-left: auto;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: auto;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: auto;
}
.col-xs-offset-0 {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
  }

  .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-sm-pull-10 {
    left: 83.33333333%;
    right:auto;
  }
  .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-sm-pull-8 {
    left: 66.66666667%;
    right:auto;
  }
  .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-sm-pull-1 {
    left: 8.33333333%;
    left: 8.33333333%;
  }
  .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .col-sm-push-12 {
    right: 100%;
    left: auto;
  }
  .col-sm-push-11 {
    right: 91.66666667%;
    left: auto;
  }
  .col-sm-push-10 {
    right: 83.33333333%;
    left: auto;
  }
  .col-sm-push-9 {
    right: 75%;
    left: auto;
  }
  .col-sm-push-8 {
    right: 66.66666667%;
    left: auto;
  }
  .col-sm-push-7 {
    right: 58.33333333%;
    left: auto;
  }
  .col-sm-push-6 {
    right: 50%;
    left: auto;
  }
  .col-sm-push-5 {
    right: 41.66666667%;
    left: auto;
  }
  .col-sm-push-4 {
    right: 33.33333333%;
    left: auto;
  }
  .col-sm-push-3 {
    right: 25%;
    left: auto;
  }
  .col-sm-push-2 {
    right: 16.66666667%;
    left: auto;
  }
  .col-sm-push-1 {
    right: 8.33333333%;
    left: auto;
  }
  .col-sm-push-0 {
    right: auto;
    right: auto;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: auto;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: auto;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left:auto;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: auto;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left:auto;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: auto;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: auto;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: auto;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: auto;
  }
  .col-sm-offset-0 {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }


  .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .col-md-push-12 {
    right: 100%;
    left: auto;
  }
  .col-md-push-11 {
    right: 91.66666667%;
    left: auto;
  }
  .col-md-push-10 {
    right: 83.33333333%;
    left: auto;
  }
  .col-md-push-9 {
    right: 75%;
    left: auto;
  }
  .col-md-push-8 {
    right: 66.66666667%;
    left: auto;
  }
  .col-md-push-7 {
    right: 58.33333333%;
    left: auto;
  }
  .col-md-push-6 {
    right: 50%;
    left: auto;
  }
  .col-md-push-5 {
    right: 41.66666667%;
    left: auto;
  }
  .col-md-push-4 {
    right: 33.33333333%;
    left: auto;
  }
  .col-md-push-3 {
    right: 25%;
    left: auto;
  }
  .col-md-push-2 {
    right: 16.66666667%;
    left: auto;
  }
  .col-md-push-1 {
    right: 8.33333333%;
    left: auto;
  }
  .col-md-push-0 {
    right: auto;
    left: auto;
  }
  .col-md-offset-12 {
    margin-right: 100%;
    margin-left: auto;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto;
  }
  .col-md-offset-9 {
    margin-right: 75%;
    margin-left: auto;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: auto;
  }
  .col-md-offset-6 {
    margin-right: 50%;
    margin-left: auto;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: auto;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: auto;
  }
  .col-md-offset-3 {
    margin-right: 25%;
    margin-left: auto;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left:auto;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: auto;
  }
  .col-md-offset-0 {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
  }
  .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-lg-pull-11 {
    left: 91.66666667%;
    right:auto;
  }
  .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-lg-pull-9 {
    left: 75%;
    right:auto;
  }
  .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-lg-pull-7 {
    left: 58.33333333%;
    right:auto;
  }
  .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-lg-pull-5 {
    left: 41.66666667%;
    right:auto;
  }
  .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .col-lg-push-12 {
    right: 100%;
    left: auto;
  }
  .col-lg-push-11 {
    right: 91.66666667%;
    left: auto;
  }
  .col-lg-push-10 {
    right: 83.33333333%;
    left: auto;
  }
  .col-lg-push-9 {
    right: 75%;
    left: auto;
  }
  .col-lg-push-8 {
    right: 66.66666667%;
    left:auto;
  }
  .col-lg-push-7 {
    right: 58.33333333%;
    left: auto;
  }
  .col-lg-push-6 {
    right: 50%;
    left: auto;
  }
  .col-lg-push-5 {
    right: 41.66666667%;
    left:auto;
  }
  .col-lg-push-4 {
    right: 33.33333333%;
    left:auto;
  }
  .col-lg-push-3 {
    right: 25%;
    left: auto;
  }
  .col-lg-push-2 {
    right: 16.66666667%;
    left:auto;
  }
  .col-lg-push-1 {
    right: 8.33333333%;
    left: auto;
  }
  .col-lg-push-0 {
    right: auto;
    right: auto;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: auto;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: auto;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: auto;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: auto;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: auto;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: auto;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: auto;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: auto;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left:auto;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: auto;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: auto;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left:auto;
  }
  .col-lg-offset-0 {
    margin-right: 0;
    margin-left: auto;
  }
}

caption {
  text-align: right;
}
th {
  text-align: right;
}







@media screen and (max-width: 767px) {



  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: unset;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: unset;
  }
}




.radio label,
.checkbox label {
  padding-right: 20px;
  padding-left: unset;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: auto;
}



.has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: unset;
}
.form-control-feedback {

  left: 0;
  right: auto;

}


@media (min-width: 768px) {





  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-right: 0;
    padding-left: unset;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}



.dropdown-menu {
  right: 0;
  left:auto;
  text-align: right;
}
.dropdown-menu.pull-left {
  left: 0;
  right: auto;
}



.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}


.pull-left > .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  .navbar-left .dropdown-menu {
    left: 0;
    right: auto;
  }
  .navbar-left .dropdown-menu-right {
    left: auto;
    right: 0;
  }
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  float: right;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.btn-toolbar {
  margin-right: -5px;
  margin-left: auto;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: auto;
}

.btn-group > .btn:first-child {
  margin-right: 0;
  margin-left: auto;
}

.btn-group > .btn-group {
  float: right;
}

.btn .caret {
  margin-right: 0;
  margin-left: auto;
}


.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-right: 0;
  margin-left: auto;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}




.btn-group-justified > .btn-group .dropdown-menu {
  right: auto;
  left: auto;
}



.input-group .form-control {


  float: right;

}



.input-group-addon:first-child {
  border-left: 0;
  border-right: unset;
}
.input-group-addon:last-child {
  border-right: 0;
  border-left: unset;
}

.input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.nav {
  padding-right: 0;
  padding-left: unset;
}

.nav-tabs > li {
  float: right;
 
}
.nav-tabs > li > a {
  margin-left: 2px;
  margin-right: auto;
 
 
 
  border-radius: 4px 0 0 4px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
 
  right: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-radius: 4px 0 0 4px;
  }

}
.nav-pills > li {
  float: right;
}

.nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
.nav-stacked > li + li {

  margin-right: 0;
  margin-left: auto;
}

.nav-justified > .dropdown .dropdown-menu {

  right: auto;
  left: auto;
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-brand {
  float: right;  
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
.navbar-toggle {

  float: left;
  margin-left: 15px;
  margin-right: auto;
}

@media (max-width: 767px) {
  
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  
  }
  .navbar-nav > li {
    float: right;
  }
  
}
@media (min-width: 768px) {
  
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-right: 0;
    padding-left: unset;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
   
    margin-right: 0;
    margin-left: auto;
  }
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
  }
  .navbar-left {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-left ~ .navbar-left {
    margin-left: 0;
    margin-right: auto;
  }
}

.pagination {
  
  padding-right: 0;
  padding-left: unset;
}

.pagination > li > a,
.pagination > li > span {
  
  float: right;
  
  margin-right: -1px;
  margin-left: auto;
  
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 0;
  margin-left: auto;
}
.pager .next > a,
.pager .next > span {
  float: left;
}
.pager .previous > a,
.pager .previous > span {
  float: right;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
.nav-pills > li > a > .badge {
  margin-right: 3px;
  margin-left: auto;
}

.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
  padding-right: auto;
}
.alert-dismissable .close,
.alert-dismissible .close {
 
  left: -21px;
  right: auto;
  
}

.progress-bar {
  float: right;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
  padding-left: unset;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
  padding-right: unset;
}

.media-list {
  padding-right: 0;
  padding-left: unset;

}
.list-group {
  padding-right: 0;
  padding-left: unset;

}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: unset;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: unset;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: unset;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: unset;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: unset;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
  border-right: unset;
}





.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  right: 0;
  left: auto;
}




.close {
  float: left;

}



.modal-footer {
  text-align: left;
}
.modal-footer .btn + .btn {
  margin-right: 5px;
  margin-left: auto;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
.tooltip {
  text-align: right;
  text-align: start;
}


.tooltip.left {
  margin-right: 3px;
  margin-left: auto;
}

.tooltip.right {
 
  margin-right: -3px;
  margin-left: auto;
}


.tooltip.top .tooltip-arrow {

  right: 50%;
  left: auto;
  margin-right: -5px;
  margin-left: auto;


}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
  right: auto;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  left: auto;
}
.tooltip.left .tooltip-arrow {

  right: 0;
  left: auto;
  border-left-color: #000;
  border-right-color: unset;
}
.tooltip.right .tooltip-arrow {
  left: 0;
  right: auto;
  border-right-color: #000;
  border-left-color: unset;
}
.tooltip.bottom .tooltip-arrow {

  right: 50%;
  left: auto;
  margin-right: -5px;
  margin-left: auto;
}
.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  right: auto;
}
.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  left: auto;
}
.popover {

  right: 0;
  left: auto;


}

.popover.left {
  margin-right: 10px;
  margin-left: auto;
}

.popover.right {
  margin-right: -10px;
  margin-left: auto;
}



.popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.popover.left > .arrow {
  right: -11px;
  left: auto;
  border-left-color: #999;
  border-right-color: unset;
  border-left-color: rgba(0, 0, 0, .25);
  border-right-color: unset;
  border-right-width: 0;
  border-left-width: unset;
}
.popover.left > .arrow:after {
  right: 1px;
  left: auto;
  border-left-color: #fff;
  border-right-color: unset;
  border-right-width: 0;
  border-left-width: unset;
}
.popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.popover.right > .arrow {
  left: -11px;
  right: auto;
  border-left-width: 0;
  border-right-width: 0;
  border-right-color: unset;
  border-left-color: unset;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-color: unset;
}
.popover.right > .arrow:after {
  left: 1px;
  right: auto;
  border-left-width: 0;
  border-right-width: unset;
  border-right-color: #fff;
  border-left-color: unset;
}



@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.left {
    right: 0;
    left: auto;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.right {
    right: 0;
    left: auto;
  }
  .carousel-inner > .item.next.right,
  .carousel-inner > .item.prev.left,
  .carousel-inner > .item.active {
    right: 0;
    left: auto;
  }
}

.carousel-inner > .active {
  right: 0;
  left:auto;
}

.carousel-inner > .next {
  right: 100%;
  left: auto;
}
.carousel-inner > .prev {
  right: -100%;
  left: auto;
}
.carousel-inner > .next.right,
.carousel-inner > .prev.left {
  right: 0;
  left:auto;
}
.carousel-inner > .active.right {
  right: -100%;
  left: auto;
}
.carousel-inner > .active.left {
  right: 100%;
  left: auto;
}


.carousel-control.left {
  left: 0;
  right: auto;
}


.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-right: -10px;
  margin-left: auto;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-left: -10px;
  margin-right: auto;
}

.carousel-control .icon-prev:before {
  content: '\203a';
}
.carousel-control .icon-next:before {
  content: '\2039';
}
.carousel-indicators {
  right: 50%;
  left: auto;
  padding-right: 0;
  padding-left: unset;
  margin-right: -30%;
  margin-left: auto;
}




@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev {
    margin-right: -10px;
    margin-left: auto;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-next {
    margin-left: -10px;
    margin-right: auto;
  }


}


.pull-left {
  float: right !important;
}
.pull-right {
  float: left !important;
}












/******* Theme Style *****/

body {
  direction:rtl;
}
body,
button,
input,
select,
optgroup,
textarea,.elementor-text-editor , .elementor-text-editor p,.elementor-icon-box-description,.elementor-button-text,.elementor-icon-box-description,.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {

  font-family: Mitra,"Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,.elementor-icon-box-title span,.elementor-text-editor p span a ,.elementor-text-editor p span,.elementor-text-editor{
  font-family:Yekan;
}


ul {
  padding-right: 15px;
  padding-left: 0;
}

li > ul,
li > ol {
  margin-right: 1.5em;
  margin-left: auto
}
.main-navigation {
  float: right;
}

.main-navigation ul {
  padding-right: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  float: right;
  right: -999em;
  left: auto;
}

.main-navigation ul ul ul {
  right: -999em;
  lef: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  right: 100%;
  left: auto;
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  right: auto;
  left: auto;
}

.main-navigation li {
  float: right;
}

.main-navigation li:last-child a {
  padding-left: 0;
  padding-right: 0;
}

.main-navigation a {
  font-family: Yekan,'Montserrat', sans-serif;
}


.sidenav {
  right: 0;
  lef:auto;
}



.sidenav #mobile-close {
  left: 15px;
  right:auto;
}

.sidenav a {
  padding: 8px 20px 8px 8px;
}



.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  text-align: left;
}




.widget_tag_cloud a {

  margin: 0 0 5px 5px;
}


.theme-posts-widget li .p-thumbnail {
  float: right;
}

.theme-posts-widget li .p-info {
  float: right;
  margin-right: 15px;
  margin-left: auto;
}



.search-form .search-submit {

  left: 0;
  right: auto;


}

.lp-widget .lp-course-info-fields {
  padding-right: 0;
  padding-left: 0;
}




#page {
  transition: margin-right .5s;
  transition: margin-left 0;
}

.site-title {
  font-family: Yekan,'Montserrat', sans-serif;

}


.site-branding div {
  float: right;
}

.site-branding .site-logo {
  margin-left: 15px;
  margin-right: auto;
}


#main {
  border-left: 1px solid #e1e2e4;
  border-right: none;
  padding-left: 25px;
  padding-right: 0;
}

.sidebar-inner {
  padding-right: 10px;
  padding-left: 0;
}

.full-width #main,
.no-sidebar #main {
  padding-left: 0;
  padding-right: 0;
}

.single.left-sidebar #main {
  border-right: 1px solid #e1e2e4;
  padding-right: 25px;
  border-left: none;
  padding-left: 0;
}

.single.left-sidebar .sidebar-inner {
  padding-left: 10px;
  padding-right: 0;
}


.topbar ul li {
  float: right;
  margin-left: 33px;
  margin-right: auto;
}


.topbar ul li i {
  margin-left: 5px;
  margin-right: auto;
}

.topbar .header_login_url {
  margin: 11px 40px 12px 0;

}



.topbar .header_login_url a i {
  margin-left: 10px;
  margin-right: auto;
}



.titlebar:after {
  right: 0;
  left: auto;
}


.titlebar .header-title {
  font-family: Yekan,'Montserrat';
}



.breadcrumbs span {
  margin-left: 7px;
  margin-right: 7px;
}

.breadcrumbs span span {
  margin-left: 0;
  margin-right: 0;
}

.breadcrumbs span:first-child {
  margin-right: 0;
  margin-left: auto;
}



.blog .entry-header .entry-date,
.archive .entry-header .entry-date,
.search .entry-header .entry-date {
  float: right;
}

.blog .entry-header .entry-date:after,
.archive .entry-header .entry-date:after,
.search .entry-header .entry-date:after {
  left: 0;
  right:auto;
}


.blog .entry-header .entry-contain,
.archive .entry-header .entry-contain,
.search .entry-header .entry-contain {
  padding-right: 30px;
  padding-left: 0;
  float: left;
}

.entry-meta span {
  margin-left: 20px;
  margin-right: auto;
}

.entry-meta span i {
  margin-left: 5px;
  margin-right: auto;
}

.entry-meta span span {
  margin-left: 0;
  margin-right: auto;
}


.comment-list li .avatar {
  float: right;
}

.comment-list li .comment-wrapper {
  margin-right: 6em;
  margin-left: auto;
}

.comment-list li .comment-wrapper:before {
  border-width: 0 0 10px 10px;
  right: -9px;
  left: auto;
}

.comment-list li .comment-wrapper .comment-actions i {
  padding-right: 10px;
  padding-left: 0;
}

.comment-list li ul,
.comment-list li ol {
  margin-right: 1.5em;
  margin-left: auto;
}




.site-footer .footer-social {
  float: right;
}

.site-footer .footer-social:after {
  border-left: 9px solid #777;
  border-right: none;
  right: -9px;
  left: auto;
}

.site-footer .footer-social label {
  margin-left: 10px;
  margin-right: auto;
}

.site-footer .footer-social a {
  margin-left: 3px;
  margin-right: auto;
}



.contact-info-item .contact-text {
  float: right;
}


.contact-info-item .contact-value {
  margin-right: 35px;
  margin-left: auto;
}

.contact-info-box ul {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.contact-info-box ul li span {
  float: left;
}

ul.learn-press-courses.row {
  margin-left: -15px;
  margin-right: -15px;
}




#lms-course-list li.col-md-4 .course-thumbnail {
  float: right;
}

#lms-course-list li.col-md-4 .course-content {
  float: right;
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}


#lms-course-list li.col-md-4 .course-content .course-meta {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}


#lms-course-list li.col-md-4 .course-content .course-meta .course-price {
  float: right !important;
}

#lms-course-list li.col-md-4 .course-content .course-meta .course-readmore {
  float: left;
}



.single-lp_course .course-meta > div {
  margin-left: 15px;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 0;
  border-left: 1px solid #eee;
  border-right: none;
  float: right;
}

.single-lp_course .course-meta > div:last-child {
  border-left: 0;
  border-right: 0;
}




.single-lp_course .course-meta .course-author img {
  float: right;
  margin-left: 10px;
  margin-right: auto;
}



.single-lp_course .course-price .price {
  margin-left: 0;
  margin-right: auto;
}

.single-lp_course .course-info {
  margin-right: 0;
  margin-left: 0;
}


.single-lp_course .course-info li i {
  margin-left: 5px;
  margin-right: auto;
}



.single-lp_course .lp-single-course .course-reviews-list,
.single-lp_course .lp-single-course .course-reviews-list-shortcode {
  padding-right: 0;
  padding-left: 0;
}


.single-lp_course .lp-single-course .course-reviews-list li .review-author-info,
.single-lp_course .lp-single-course .course-reviews-list-shortcode li .review-author-info {
  float: right;
}


.single-lp_course .lp-single-course .course-reviews-list li .review-author-info .user-name,
.single-lp_course .lp-single-course .course-reviews-list-shortcode li .review-author-info .user-name {
  margin: 0 0 5px 0;
}


.single-lp_course .lp-single-course .course-reviews-list li .review-text,
.single-lp_course .lp-single-course .course-reviews-list-shortcode li .review-text {
  float: right;
}



.single-lp_course .lp-single-course #learn-press-course-tabs .course-tab-panel .course-author .author-name {
  text-align: right;
}

.single-lp_course .lp-single-course #learn-press-course-tabs .course-tab-panel .course-author .author-name img {
  float: right;
}

.single-lp_course .lp-single-course #learn-press-course-tabs .course-tab-panel .course-author .author-name .socials {
  margin-right: 120px;
  margin-left: auto;
}



.lp-user-profile .lp-sub-menu {
  padding-right: 0;
  padding-left: auto;
}

.lp-user-profile ul.learn-press-courses.profile-courses-list {
  margin-left: -15px;
  margin-right: -15px;
}



.wp-caption img[class*="wp-image-"] {

  margin-right: auto;
  margin-left: auto;
}




.alignleft {
  float: right;
  margin-left: 1.5em;
  margin-right: auto;
}

.alignright {
  float: left;
  margin-right: 1.5em;
  margin-left:auto;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
}




.screen-reader-text:focus {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  right: 5px;
  left: auto;
}


#mobile-open {
  float: left;
}



@media (max-width: 590px) {
  .header-top .header-contact-wrapper li {
    margin-left: 0;
    margin-right: 0;
  }
  .header-top .header-contact-wrapper li .box-text {
    float: right;
  }
}

@media (max-width: 499px) {
  .single-lp_course .course-meta > div {
    margin-left: 0;
    margin-right: auto;
  }
  .feature-slider .slick-slide .feature-slide-inner .feature-slide-content h2.feature-slide-heading {
    font-family: Yekan,'Montserrat', sans-serif;
  }
  .feature-slider .slick-slide .feature-slide-inner {
    right: 0;
    left: 0;
  }
  .feature-slider .slick-slide .feature-slide-inner .feature-slide-content p {
    font-family: Mitra,'Montserrat', sans-serif;
  }
  .feature-slider .slick-slide .feature-slide-inner .feature-slide-content a.slide-button {
    font-family: Yekan,'Montserrat', sans-serif;
  }

  #lms-course-list li.col-md-4 .course-content {
    padding-right: 0;
    padding-left: 0;
  }
}






.slick-prev {
  right: 20px;
  left: auto;
}

.slick-prev:before {
  content: "\f105";
}

.slick-next {
  left: 20px;
  right: auto;
}

.slick-next:before {
  content: "\f104";
}



.feature-slider .slick-slide .feature-slide-bg:after {
  right: 0;
  left: auto;
}


.feature-slider .feature-slide-inner {
  right: 0;
  left: 0;
}



.feature-slider .feature-slide-inner .feature-slide-content h2.feature-slide-heading {
  font-family: Yekan,'Montserrat', sans-serif;
}

.feature-slider .feature-slide-inner .feature-slide-content p {
  font-family: Mitra,'Montserrat', sans-serif;
}

.feature-slider .feature-slide-inner .feature-slide-content a.slide-button {
  font-family: Yekan,'Montserrat', sans-serif;
}


.course-item .course-thumbnail .price {
  right: 0;
  left: auto;
}


.course-item .course-content .course-meta .value {
  margin-left: 10px;
  margin-right: auto;
}

.course-item .course-content .course-meta .value i {
  margin-left: 3px;
  margin-right: auto;
}


.course-review .review-stars-rated {
  float: right;
}

.course-review .review-stars-rated .review-stars {
  float: right;
}




.course-review .review-stars-rated .filled {
  right: 0;
  left: auto;
}



.carousel-wrapper h2.title {
  font-family: Yekan,'Montserrat', sans-serif;
}



.carousel-wrapper .slick-arrow {
  left: 15px;
  right: auto;
}



.carousel-wrapper .slick-prev {
  right: auto;
  left: 55px;
}





.recent-post-carousel .post-item .entry-title {
  font-family: Yekan,'Montserrat', sans-serif;
}



.recent-post-carousel .post-item .recent-news-meta span {
  margin-left: 10px;
  margin-right: auto;
}

.recent-post-carousel .post-item .recent-news-meta span i {
  margin-left: 5px;
  margin-right: auto;
}


.recent-post-carousel .post-item .btn-readmore {
  padding-right: 15px;
  padding-left: 15px;
}




.slick-list {
    direction: ltr;
}
.slick-track .post-item {
    direction: rtl;
    text-align: justify;
}
.btn.btn-readmore {
    float: left;
}
/*
.elementor-widget-container {
    text-align: justify;
}
*/
.elementor-widget-container .elementor-text-editor p span {
    float: left;
}

















/******** frontEND CSS **********/






.dialog-type-lightbox {
    right: 0;
    left: auto;
}


.dialog-close-button {
    left: 30px;
    right: auto;
}
.dialog-confirm-widget .dialog-buttons-wrapper > button:first-child, .dialog-lightbox-widget .dialog-buttons-wrapper > button:first-child {
    border-left: 1px solid hsl(210, 14%, 91%);
    border-right: none;
}

@media (max-width: 767px) {
.dialog-close-button {
    left: 15px;
    right: auto;
}
}
.elementor-fit-aspect-ratio iframe {
    right: 0;
    left: auto;
}

.elementor .elementor-background-video-container {
    right: 0;
    left: auto;
}

.elementor .elementor-background-video-embed {
    right: 0;
    left: auto;
}
.elementor .elementor-background-video {
    right: 50%;
    left: auto;
}


.elementor-align-right {
    text-align: left;
}

.elementor-align-left {
    text-align: right;
}

.elementor-custom-embed-play {
    right: 50%;
    left: auto;
}



@media (max-width: 1024px) {
.elementor-tablet-align-right {
    text-align: left;
}

.elementor-tablet-align-left {
    text-align: right;
}
}
@media (max-width: 767px) {

.elementor-mobile-align-right {
    text-align: left;
}

.elementor-mobile-align-left {
    text-align: right;
}
}

.elementor-field-group .elementor-select-wrapper select {
    padding-left: 20px;
    padding-right: 0;
}
.elementor-field-group .elementor-select-wrapper:before {
    left: 10px;
    right: auto;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-left: 10px;
    padding-right: 0;
}





.elementor-message:before {
    margin-left: 5px;
    margin-right: auto;

}



.elementor-accordion {
    text-align: right;
}



.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: left;
    text-align: left;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: right;
    text-align: right;
}


.elementor-alert {
    border-right: 5px solid hsla(0, 0%, 0%, 0);
    border-left: none;
    text-align: right;
}


.elementor-alert button.elementor-alert-dismiss {
    left: 10px;
    right: auto;
 
}



@media (max-width: 767px) {

.elementor-alert button.elementor-alert-dismiss {
    left: 7px;
    right: auto;
}
}



.elementor-button .elementor-align-icon-right {
    float: left;
    margin-right: 5px;
    margin-left: auto;
}
.elementor-button .elementor-align-icon-left {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}


.elementor-counter .elementor-counter-number-prefix {
    text-align: left;
}
.elementor-counter .elementor-counter-number-suffix {
    text-align: right;
}







.elementor-widget-container .elementor-icon-box-wrapper {
    direction: ltr;
}
.elementor-icon-box-content {
    direction: rtl;
}


@media (min-width: 768px) {
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: left;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: right;
}


}
@media (max-width: 767px) {
.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-right: auto !important;
    margin-left: auto !important;
}
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {

    border-left: 0 solid;
    border-right: none;
    border-width: 0 1px 0 0;
    right: auto;
    left: -8px;

}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-right: 5px;
    padding-left: 0;
}


.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
    text-align: right;
}

.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
    text-align: left;
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    right: 0;
    left: auto;
}
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    left: 0;
    right: auto;
}
@media (max-width: 1024px) {
.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
    text-align: right;
}
.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
    text-align: left;
}
.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
    right: 0;
    left: auto;
}
.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
    left: 0;
    right: auto;
}
}
@media (max-width: 767px) {
.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
    text-align: right;
}
.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
    text-align: left;
}
.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
    right: 0;
    left: auto;
}
.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
    left: 0;
    right: auto;
}
}


@media (min-width: 768px) {

.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {

    text-align: left;
}
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
    text-align: right;
}
}
@media (max-width: 767px) {
.elementor-widget-image-box .elementor-image-box-img {
    margin-right: auto !important;
    margin-left: auto !important;
}
}


.elementor-widget-progress {
    text-align: right;
}



.elementor-progress-percentage {
    padding-left: 15px;
    padding-right: auto;
}

@media (max-width: 767px) {

.elementor-progress-text {
    padding-right: 10px;
    padding-left: 0;
}
}

.elementor-social-icon {
    margin-left: 5px;
    margin-right: auto;
}



.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-left-style: none;
    border-right-style: none;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after, .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    border-left-style: solid;
    border-right-style: solid;
    left: 0;
    right: auto;
}


.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    left: 100%;
    right: auto;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    right: 100%;
    left: auto;
}

.elementor-widget-tabs .elementor-tabs {
    text-align: right;
}





.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
    text-align: right;
}
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
    text-align: left;
}


.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-left: 15px;
    padding-right: auto;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: right;
}



.elementor-widget-text-editor .elementor-drop-cap {
    float: right;
}

.elementor-toggle {
    text-align: right;
}


.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: left;
    text-align: left;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: right;
    text-align: right;
}





.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    right: 0;
    left: auto;
}



.slick-track {
    right: 0;
    left: auto;
}

.slick-slide {
    float: right;
}
.elementor-slick-slider[dir="rtl"] .slick-slide {
    float: left;
}




.elementor-slick-slider .slick-loading .slick-list:after {

    right: 50%;
    left:auto;
}



.elementor-slick-slider .slick-prev {
    right: -25px;
    left: auto;
}
[dir="rtl"] .elementor-slick-slider .slick-prev {
    right: auto;
    left: -25px;
}


	  
.elementor-slick-slider .slick-prev:before {
    content: "\f105";
}
[dir="rtl"] .elementor-slick-slider .slick-prev:before {
    content: "\f104";
}
.elementor-slick-slider .slick-next {
    left: -25px;
    right: auto;
}
[dir="rtl"] .elementor-slick-slider .slick-next {
    right: -25px;
    left: auto;
}
.elementor-slick-slider .slick-next:before {
    content: "\f104";
}
[dir="rtl"] .elementor-slick-slider .slick-next:before {
    content: "\f105";
}




.elementor-slick-slider ul.slick-dots li button:before {
    right: 0;
    left: auto;
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    right: 20px;
    left: auto;
}
[dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    right: auto;
    left: 20px;
}
.elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto;
}
[dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px;
    left: auto;
}


.swiper-container-no-flexbox .swiper-slide {
    float: right;
}



.swiper-container .swiper-notification {
    right: 0;
    left: auto;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {  
    right: 10px;
    left: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {   
    right: auto;
    left: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 0;
    left: auto;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    left: 10px;
    right: auto;
}


.swiper-pagination-progress .swiper-pagination-progressbar {
    right: 0;
    left: auto;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    right: 0;
    left: auto;
}
.swiper-container-vertical > .swiper-pagination-progress {
    right: 0;
    left: auto;
}


.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    right: 0;
    left: auto;
}



.swiper-container-cube .swiper-cube-shadow {
    right: 0;
    left: auto;
}


.swiper-container-horizontal > .swiper-scrollbar {
    right: 1%;
    left: auto;
}
.swiper-container-vertical > .swiper-scrollbar {
    left: 3px;
    left: 3px;
}
.swiper-scrollbar-drag {
    right: 0;
    left: auto;
}

.swiper-lazy-preloader {
    margin-right: -21px;
    margin-left: auto;
}



.elementor-lightbox .elementor-video-container {
    right: 50%;
    left: auto;
}


.elementor-lightbox .elementor-swiper-button-prev {
    right: 35px;
    left: auto;
}
.elementor-lightbox .elementor-swiper-button-next {
    left: 35px;
    right: auto;
}
@media (max-width: 767px) {
.elementor-lightbox .elementor-swiper-button-prev {
    right: 10px;
    left: auto;
}
.elementor-lightbox .elementor-swiper-button-next {
    left: 10px;
    right: auto;
}
}

.elementor-shape {
    direction: rtl;
    right: 0;
    left: auto;
}

.elementor-shape svg {
    right: 50%;
    left: auto;
}


























/******** Post 724.css *******/



.elementor-274 .elementor-element.elementor-element-4f5bddb .elementor-repeater-item-946ab51 .feature-slide-bg {
    background-image: url("https://www.edutheme.ir/wp-content/uploads/2018/05/pexels-photo-716276.jpeg");
}

.elementor-274 .elementor-element.elementor-element-4f5bddb .elementor-repeater-item-540f201 .feature-slide-bg {
    background-image: url("https://www.edutheme.ir/wp-content/uploads/2018/05/pexels-photo-448877.jpeg");
}



.elementor-274 .elementor-element.elementor-element-67e3fb6b.elementor-position-right .elementor-icon-box-icon {
    margin-right: 15px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-67e3fb6b.elementor-position-left .elementor-icon-box-icon {
    margin-left: 15px;
    margin-right: auto;
}


.elementor-274 .elementor-element.elementor-element-67e3fb6b .elementor-icon-box-wrapper {
    text-align: right;
}



.elementor-274 .elementor-element.elementor-element-54624fcf.elementor-position-right .elementor-icon-box-icon {
    margin-right: 15px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-54624fcf.elementor-position-left .elementor-icon-box-icon {
    margin-left: 15px;
    margin-right: auto;
}



.elementor-274 .elementor-element.elementor-element-54624fcf .elementor-icon-box-wrapper {
    text-align: right;
}





.elementor-274 .elementor-element.elementor-element-7626e541.elementor-position-right .elementor-icon-box-icon {
    margin-right: 15px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-7626e541.elementor-position-left .elementor-icon-box-icon {
    margin-left: 15px;
    margin-right: auto;
}



.elementor-274 .elementor-element.elementor-element-7626e541 .elementor-icon-box-wrapper {
    text-align: right;
}




.elementor-274 .elementor-element.elementor-element-09631af {
    padding: 50px 0px 50px 0px;
}


.elementor-274 .elementor-element.elementor-element-d32c7c6 {
    background-image: url("https://www.edutheme.ir/wp-content/uploads/2018/05/pexels-photo-301920.jpeg");
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
}

.elementor-274 .elementor-element.elementor-element-d32c7c6 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}




.elementor-274 .elementor-element.elementor-element-d9db5a1 .elementor-heading-title {
    font-family: Yekan,"Montserrat",sans-serif;
}




.elementor-274 .elementor-element.elementor-element-632abb0 .elementor-counter-number-wrapper {
    font-family: Yekan,"Montserrat",sans-serif;
}

.elementor-274 .elementor-element.elementor-element-632abb0 .elementor-counter-title {
    font-family: Yekan,"Montserrat",sans-serif;
}

.elementor-274 .elementor-element.elementor-element-369d230 .elementor-counter-number-wrapper {
    font-family: Yekan,"Montserrat",sans-serif;
}

.elementor-274 .elementor-element.elementor-element-369d230 .elementor-counter-title {
    font-family: Yekan,"Montserrat",sans-serif;
}

.elementor-274 .elementor-element.elementor-element-5343753 .elementor-counter-number-wrapper {
    font-family: Yekan,"Montserrat",sans-serif;
}

.elementor-274 .elementor-element.elementor-element-5343753 .elementor-counter-title {
    font-family: Yekan,"Montserrat",sans-serif;
}



.elementor-274 .elementor-element.elementor-element-2f72bd1 .elementor-button .elementor-align-icon-right {
    margin-right: 10px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-2f72bd1 .elementor-button .elementor-align-icon-left {
    margin-left: 10px;
    margin-right: auto;
}





.elementor-274 .elementor-element.elementor-element-2f72bd1 .elementor-button {
    border-width: 2px 2px 2px 2px;
}

.elementor-274 .elementor-element.elementor-element-b59cf93 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
}

.elementor-274 .elementor-element.elementor-element-b59cf93 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-274 .elementor-element.elementor-element-f7063cf > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}

.elementor-274 .elementor-element.elementor-element-e353ab4 > .elementor-element-populated {
    padding: 0px 50px 0px 0px;
}

.elementor-274 .elementor-element.elementor-element-703dc5e {
    text-align: right;
}



.elementor-274 .elementor-element.elementor-element-703dc5e .elementor-heading-title {
    font-family: Yekan,"Montserrat",sans-serif;
}



.elementor-274 .elementor-element.elementor-element-30af233 {
    padding: 50px 0px 20px 0px;
}

.elementor-274 .elementor-element.elementor-element-99aff0e > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}



.elementor-274 .elementor-element.elementor-element-7b68c54 .elementor-heading-title {
    font-family: Yekan,"Montserrat",sans-serif;
}




.elementor-274 .elementor-element.elementor-element-fb64837 {
    padding: 0px 0px 50px 0px;
}



.elementor-274 .elementor-element.elementor-element-50a07cf .elementor-heading-title {
    font-family: Yekan,"Montserrat",sans-serif;
}




.elementor-274 .elementor-element.elementor-element-a66edbd .elementor-heading-title {
    font-family: Yekan,"Montserrat",sans-serif;
}



.elementor-274 .elementor-element.elementor-element-d55933a .elementor-heading-title {
    font-family: Yekan,"Montserrat",sans-serif;
}


.elementor-274 .elementor-element.elementor-element-ad93934 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-274 .elementor-element.elementor-element-ad93934 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}



.elementor-274 .elementor-element.elementor-element-e8ed8ef .elementor-heading-title {
    font-family: Yekan,"Montserrat",sans-serif;
}





.elementor-274 .elementor-element.elementor-element-dd0c404 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 0px 50px 0px;
}

.elementor-274 .elementor-element.elementor-element-dd0c404 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.elementor-274 .elementor-element.elementor-element-96c4872.elementor-position-right .elementor-icon-box-icon {
    margin-right: 15px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-96c4872.elementor-position-left .elementor-icon-box-icon {
    margin-left: 15px;
    margin-right: auto;
}






.elementor-274 .elementor-element.elementor-element-96c4872 .elementor-icon-box-content .elementor-icon-box-title {
    font-family: Yekan,"Montserrat",sans-serif;
}

.elementor-274 .elementor-element.elementor-element-96c4872 > .elementor-widget-container {
    padding: 20px 0px 20px 0px;
    border-radius: 5px 5px 5px 5px;
}




.elementor-274 .elementor-element.elementor-element-e595a9c.elementor-position-right .elementor-icon-box-icon {
    margin-right: 15px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-e595a9c.elementor-position-left .elementor-icon-box-icon {
    margin-left: 15px;
    margin-right: auto;
}





.elementor-274 .elementor-element.elementor-element-e595a9c .elementor-icon-box-content .elementor-icon-box-title {
    font-family: Yekan,"Montserrat",sans-serif;
}

.elementor-274 .elementor-element.elementor-element-e595a9c > .elementor-widget-container {
    padding: 20px 0px 20px 0px;
    border-radius: 5px 5px 5px 5px;
}




.elementor-274 .elementor-element.elementor-element-942debf.elementor-position-right .elementor-icon-box-icon {
    margin-right: 15px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-942debf.elementor-position-left .elementor-icon-box-icon {
    margin-left: 15px;
    margin-right: auto;
}




.elementor-274 .elementor-element.elementor-element-942debf .elementor-icon-box-content .elementor-icon-box-title {
    font-family: Yekan,"Montserrat",sans-serif;
}

.elementor-274 .elementor-element.elementor-element-942debf > .elementor-widget-container {
    padding: 20px 0px 20px 0px;
    border-radius: 5px 5px 5px 5px;
}


.elementor-274 .elementor-element.elementor-element-5f6f968.elementor-position-right .elementor-icon-box-icon {
    margin-right: 15px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-5f6f968.elementor-position-left .elementor-icon-box-icon {
    margin-left: 15px;
    margin-right: auto;
}





.elementor-274 .elementor-element.elementor-element-5f6f968 .elementor-icon-box-content .elementor-icon-box-title {
    font-family: Yekan,"Montserrat",sans-serif;

}

.elementor-274 .elementor-element.elementor-element-5f6f968 > .elementor-widget-container {
    padding: 20px 0px 20px 0px;
    border-radius: 5px 5px 5px 5px;
}




.elementor-274 .elementor-element.elementor-element-86c358e.elementor-position-right .elementor-icon-box-icon {
    margin-right: 15px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-86c358e.elementor-position-left .elementor-icon-box-icon {
    margin-left: 15px;
    margin-right: auto;
}




.elementor-274 .elementor-element.elementor-element-86c358e .elementor-icon-box-content .elementor-icon-box-title {
    font-family: Yekan,"Montserrat",sans-serif;
}

.elementor-274 .elementor-element.elementor-element-86c358e > .elementor-widget-container {
    padding: 20px 0px 20px 0px;
    border-radius: 5px 5px 5px 5px;
}

.elementor-274 .elementor-element.elementor-element-7d3dcaa {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
}

.elementor-274 .elementor-element.elementor-element-7d3dcaa > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}



.elementor-274 .elementor-element.elementor-element-5952262d {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 10px 80px 10px;
}

.elementor-274 .elementor-element.elementor-element-5952262d > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.elementor-274 .elementor-element.elementor-element-88d9b7c .elementor-heading-title {
    font-family: Yekan,"Montserrat",sans-serif;

}




.elementor-274 .elementor-element.elementor-element-47982628 .slick-list {
    margin-right: -78px;
    margin-left: auto;
}

.elementor-274 .elementor-element.elementor-element-47982628 .slick-slide .slick-slide-inner {
    padding-right: 78px;
    padding-left: 0;
}

@media(max-width:1024px) {

    .elementor-274 .elementor-element.elementor-element-e353ab4 > .elementor-element-populated {
        padding: 0px 30px 0px 0px;
    }
    .elementor-274 .elementor-element.elementor-element-5952262d {
        padding: 30px 0px 30px 0px;
    }
}

.elementor-icon {
    text-align: right;
}



.elementor-widget-container .elementor-text-editor p {
    text-align: justify;
}


.elementor-text-editor span {
    border: 1px solid;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
}

.contact-us-form7 .elementor-widget-container .elementor-text-editor p{
    text-align:right;
}
.custom-logo-link{
    width: 20%;
}
.site-title,.site-description{
    float: left;
    width: 80%;
}
.site-title{
    font-size: 16px;
    line-height: 45px;
}

.review-overlay {
    right: 0;
	left: auto;
}
.review-form {
    text-align: right;
}
.review-form h3 .close {
    float: left;
    margin-left: -9px;
    margin-right: auto;
}
.review-form .review-fields > li > label .required {
    margin-right: 5px;
    margin-left: auto;
}
.review-stars > li {
    float: right;
}


.course-review-wrapper.submitting .ajaxload {
    right: 48%;
	left: auto;
}

.course-review-wrapper.submitting .review-form .form-overlay-review {
    right: 0;
	left: auto;
}

.review-stars-rated .review-stars.filled {
    right: 0;
    left: auto;
}

.course-rate .review-bar {
    margin-left: 5px;
	margin-right: auto;
}


.course-reviews-list li .review-author, .course-reviews-list-shortcode li .review-author {
    float: right;
    margin-left: 20px;
    margin-right: auto;
}
.course-reviews-list li .review-author-info .course-reviews-list-shortcode li .review-author-info {
    float: right;
}
.course-reviews-list li .review-text, .course-reviews-list-shortcode li .review-text {
    float: left;
}


@media (max-width: 600px) {
.course-reviews-list li .review-text, .course-reviews-list-shortcode li .review-text {
    float: right;
}
}
*{
    letter-spacing:  0 !important;
}