@font-face{font-family:"bykan";src:url(../fonts/iransansdn.eot);src:url(../fonts/iransansdn.eot?#iefix) format("embedded-opentype"), url(../fonts/iransansdn.woff) format("woff"), url(../fonts/iransansdn.ttf) format("truetype"), url(../fonts/iransansdn.svg#BYekan) format("svg");font-display:swap;}
body {
    font-family: 'bykan', serif !important;
}
p {
    direction: rtl;
    font-family: 'bykan', serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'bykan', serif !important;
}
.row {
    direction: rtl;
    text-align: right;
}
.intro_section .slide_description_wrapper {
    right: 0;
    left: unset;
    text-align: right;
}
.page_header .search_modal_button {
    float: left;
}
@media (min-width: 1450px)
{
    .intro_section h3 {
        font-size: 60px !important;
        font-weight: 600 !important;
    }
}
.intro_section p {
    margin: 30px 0 ;
}
.display_table_cell {
    text-align: right !important;
}
.no-margin{
    margin: 0 !important;
}

.mtb10{
    margin: 10px 0 !important;
}

.theme_button {
    text-align: left !important;
}

.ds .theme_button i {
    float: right !important;
}

.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
    text-align: right !important;
}

.contact-form p {
    text-align: end;
}

form label + [class*="icon2-"] {
    right: 20px;
    left: unset;
}
.footer-text{
    font-size: 13px;
    text-align: justify;
    direction: rtl;
}
.h3, h3 {
    font-size: 20px !important;
}
.dir1{
    direction: rtl !important;
}

.dir2{
    direction: ltr !important;
    text-align: right;
}
.ltr{
    direction: ltr !important;
}
.content-padding [class*="-md-"] .item-content {
    text-align: right;
}
.block-header {
    text-align: right;
}

.breadcrumb > li + li:before {
    content: "\f104";
}
.navbar {
    direction: rtl !important;
}
.navbar-expand-lg .navbar-nav {
    direction: rtl !important;
}

@media (max-width: 767px)
{
    .navbar-toggler {
        left: 15px;
        right: unset;
    }
	.header .topbar a {
        font-size: 9px;
    }
	 h2 {
        font-size: 15px !important;
    }

    .display-2 {
        font-size: 2rem !important;
    }
}
@media (max-width: 991px){
    .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
        left: 15px;
        right: 0;
    }
    .navbar .navbar-nav .dropdown.nav-item .nav-link:after {
        left: 20px;
        right: 5px;
    }
}
.blog-post .blog-post-content .blog-post-date {
    padding-right: 15px;
    padding-left: unset;
}
.header .topbar ul li:last-child {
    padding: 0 12px;
}
.navbar .dropdown > .dropdown-menu li > a:hover i {
    margin-right: 10px;
    margin-left: unset;
}
h2 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
}
.footer .social-icon li:last-child {
    display: inline-block;
    margin-right: 50px;
}
.footer .social-icon li:first-child {
    margin-right: 0;
}
ol, ul {
    padding-right: unset;
    padding-left: 2rem;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.form-white .form-control {
    color: #112d62;
}
.exchange-table-wrap .exchange-table input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.exchange-table-wrap .exchange-table label {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 24px;
    background: #fff;
    display: block;
    border-radius: 50px;
    position: relative;
}

.exchange-table-wrap .exchange-table label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #00A79D;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.exchange-table-wrap .exchange-table input:checked + label:after {
    left: calc(100% - 3px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.exchange-table-wrap .exchange-table label:active:after {
    width: 20px;
}

.exchange-table-wrap .exchange-table table {
    margin-bottom: 20px;
}

.exchange-table-wrap .exchange-table table > :not(:first-child) {
    border-top: none;
}

.exchange-table-wrap .exchange-table table thead tr {
    border-radius: 5px;
    vertical-align: middle;
}

.exchange-table-wrap .exchange-table table thead tr th {
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    background-color: #000;
    text-align: center;
    width: 25%;
	font-size: 13px;
}

.exchange-table-wrap .exchange-table table thead tr th:first-child {
    text-align: right;

    border-radius: 0 5px 5px 0;
}

.exchange-table-wrap .exchange-table table thead tr th:last-child {
    text-align: center;
    border-radius: 5px 0 0 5px;
}

.exchange-table-wrap .exchange-table table thead tr th .inverse span {
    color: #fff;
    margin-right: 6px;
}

.exchange-table-wrap .exchange-table table thead tr th .action {
    display: inline-block;
    padding: 6px 21px;
    border-radius: 5px;
    background-color: #00A79D;
}

.exchange-table-wrap .exchange-table table thead tr th .action i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.exchange-table-wrap .exchange-table table tbody tr {
    vertical-align: middle;
}

.exchange-table-wrap .exchange-table table tbody tr td {
    padding: 15px 15px;
    text-align: center;
    width: 25%;
}

.exchange-table-wrap .exchange-table table tbody tr td:first-child {
    text-align: right;
}

.exchange-table-wrap .exchange-table table tbody tr td:last-child {
    text-align: center;
}

.exchange-table-wrap .exchange-table table tbody tr td span.text-green {
    color: #00A79D;
}

.exchange-table-wrap .exchange-table table tbody tr td span.text-red {
    color: #FF3838;
}

.exchange-table-wrap .exchange-table table tbody tr td .country-flag img {
    max-width: 32px;
    margin-left: 10px;
    display: inline-block;
}

.exchange-table-wrap .exchange-table table tbody tr td button {
    padding: 6px 17px;
}

.exchange-table-wrap .exchange-table table tbody tr td button i {
    margin-right: 5px;
    margin-left: 0;
}

.exchange-table-wrap .exchange-table.style2 {
    margin-bottom: 25px;
}

.exchange-table-wrap .exchange-table.style2 table thead tr th {
    padding: 15px 20px;
}

.exchange-table-wrap .exchange-table.style2 table tbody tr td {
    padding: 15px 20px;
}

.exchange-table-wrap .exchange-table.style2 table tbody tr td span {
    margin-right: 30px;
}

.exchange-table-wrap .exchange-table.style2 table tbody tr td span i {
    font-size: 25px;
    line-height: 0.4;
    position: relative;
    top: 8px;
}

.exchange-table-wrap .add-currency {
    background-color: transparent;
    border: none;
    padding: 0 0 0 14px;
}

.exchange-table-wrap .add-currency span {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    background-color: #00A79D;
}

.exchange-table-wrap .add-currency span i {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    margin: 0 auto;
}

.exchange-table-wrap .update-status {
    margin: 0;
    position: relative;
    padding-right: 20px;
    display: inline-block;
}

.exchange-table-wrap .update-status:before {
    position: absolute;
    top: 9px;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffb600;
}
@media (max-width: 1199px)
{
    .header.default .navbar .navbar-nav .nav-link {
        padding: 10px 18px;
    }
}
.navbar .navbar-nav .nav-link {
    font-size: 13px;
}
.h-menu {
    font-size: 13px;
    font-weight: bold;
    background: #fff4f4;
    text-align: center;
	border-radius: 20px;
}
.f14 {font-size: 14px;}
.navbar .dropdown > .dropdown-menu li > a {
    font-size: 13px;
}
@media (min-width: 1200px)
{
	.container {  max-width: 1240px; }
}
.header-inner .header-inner-nav .nav li a {
    font-size: 12px;
}
.contact-number a {
    font-size: 14px;
}
.pad12{    padding-left: 12px;}
.wi100{width: 100px;}
.text-e{
    text-align: right !important;
}
.ml-8 {
    margin-left: 8px !important;
}