    body {
        text-align: right;
		font-family: 'Kalameh';
		line-height: 0;
    }

#wrap {
        line-height: 24px;
    }

    /* font family */

    @font-face {
        font-family: 'Kalameh';
        src: url('../fonts/Kalameh/Farsi_Numerals/KalamehWebFaNum-ExtraLight.woff') format('woff');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Kalameh';
        src: url('../fonts/Kalameh/Farsi_Numerals/KalamehWebFaNum-Thin.woff') format('woff');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Kalameh';
        src: url('../fonts/Kalameh/Farsi_Numerals/KalamehWebFaNum-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Kalameh';
        src: url('../fonts/Kalameh/Farsi_Numerals/KalamehWebFaNum-Regular.woff') format('woff');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Kalameh';
        src: url('../fonts/Kalameh/Farsi_Numerals/KalamehWebFaNum-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Kalameh';
        src: url('../fonts/Kalameh/Farsi_Numerals/KalamehWebFaNum-SemiBold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Kalameh';
        src: url('../fonts/Kalameh/Farsi_Numerals/KalamehWebFaNum-Bold.woff') format('woff');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }


/* home */

.home_Top__Content h4 {
	background: linear-gradient(292deg, #172B85 29.03%, #3FB7ED 99.14%);
}

    .home_Top__Effect video {
        transform: rotateY(180deg);
    }


    .home_Top__Content h4,
    .home_Top__Content p,
    .header_Nav_Desktop>ul>li a {
        text-align: right;
    }

    .home_OurProperties__Title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }

    .home_OurProperties__Title>* {
        color: #696969;
        font-size: 16px;
        line-height: 27px;
        font-weight: var(--fw-400);
    }


.home_Blog__Link::after {
        transform: rotate(90deg);
    }

/* footer */

.footer__Center {
        gap: 3.25rem;
    }


.abutUs_Center__Content {
        z-index: 2;
        left: unset;
        right: 6rem;
    }

    .abutUs_Center img,
	.Instruments__Image img {
        transform: rotateY(180deg);
    }

.blogList_Card__Btn {
	text-align: right;
}

.contactUs__Form .LiveForm.Default .Field.mobile-under input, .contactUs__Form .LiveForm.Default .Field.mobile-under textarea {
	border-right: 1px solid #BABABA !important;
}

.DnnModule-DNNArticle-ArticleView .insertCommentBox .modern-label, .comment-view .modern-label {
	left: unset;
        right: 1px;
}

@media (min-width: 992px) {
	.home_Platform {
        background: url(../../../../0/Images/platformBG-DeskTop-fa.jpg) no-repeat center;
    }
	
	.helpCenter_Bottom {
        background: url(../../../../0/Images/help-center-bottom-bg-fa.webp) no-repeat center;
    }
}

@media (max-width: 991px) {
        .homeSteps__Item__Text,
	.home_Plans__Item__Body>div>span:last-child,
	.home_Platform__Text_Wrapper:nth-child(2) p,
	.faq__Header label,
	.footer__Bottom p, .showMore__Btn, .showLess__Btn,
	.faq__Desc_Inner,
	.Main__Menu_Mobile ul.nav>li>ul.submenu>li,
	.abutUs_Center__Content>p,
	.aboutUs_Top__Left p, .aboutus__Text p,
	.whyChoose__Item p, .Instruments__TextContent p, .TradingPlatforms p, .TradingPlatforms__FeatureItem p,
	.helpCenter_Top__Text p,
	.bottom__Button_Plan__List li {
            text-align: right;
        }
	
	.footer__Center {
		gap: 0;
	}
	
	.button__Title,
	.Main__Menu_Mobile ul.nav>li>ul.submenu>li>a>.txt-menu,
	.bottom__Button_Plan__List .txt-menu,
	.Main__Menu_Mobile ul.nav>li>a>.txt-menu {
		line-height: 20px;
	}
	
	.abutUs_Center__Content {
		right: 0;
	}
	
	.Main__Menu_Mobile .nav.nav-pills > li {
		padding: 1rem 1.5rem 1rem .5rem;
	}
	
	.Mobile__Menu_Icon {
		transform: rotateY(180deg);
	}
	
	.Main__Menu_Mobile {
		transform: translateX(100%);
	}
	
	.show-effect .Main__Menu_Mobile {
		transform: translateX(0px);
	}
	
    }

.contactUs__Form .LiveForm.Default .Field input[type="submit"] {
	background-color: #3FB7ED;
}


