html{
    direction: rtl;
}
body{
    text-align: start;
}
main{
    text-align: start;
}
.mainNavigation{
    direction: rtl;
    text-align: right !important;
}
main .landing{
    background-color: rgb(68, 72, 75);
}
main .landingApplications{
    background-color: rgb(177, 185, 192);
}
/* main .featuresAsideBlock{
    top: -90px;
} */
.btnNewsCenter{
    margin-bottom: 30px;
}

main .newsPulicationsBlock{
    text-align: right;
}
main .logosAsideBlock{
    direction: ltr;
    text-align: end;
}
/* main .introBlock1{
    direction: ltr;
    text-align: end;
} */
.imgeSliderNewsDetials{
    direction: ltr;
}
.alignTxtArHeaderList{
    text-align: right;
    margin: 0;
    padding: 0;
}
.appAdvartiseBlock{
    text-align: right;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.375rem 0.4375rem !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
}
/* .widgetArchiveList a {
    direction: ltr;
    text-align: right;
}
.widgetArchiveList a:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
}
.widgetArchiveList a:after{
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: .6em;
    text-align: right;
} */
/* .hdMainDropdownfooter{
    margin-top: -270px;
    direction: rtl;
    font-size: 17px;
}
.hdMainDropdown {
    margin-top: 18px;
    direction: rtl;
}
.hdMainDropdown .dropdown-item {
    padding: 9px 10px;
    direction: rtl;
} */
foot{
    text-align: start;
}

.red-apple path {
    fill: #ed6866;
}
.card-body {
    padding: 3.5rem !important;
}
.main-pagenation {
    display: flex;
    justify-content: center;
}
#pageFooter .copy-right {
    position: absolute;
    left: 0;
}

.pageMainNavCollapse {
    position: absolute;
    left: -64px;
    top: 100%;
    /* right: 0; */
    z-index: 2;
    background-color: #f8f5f4;
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 450px;
    min-width: 220px;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .hdSearchForm {
        padding-left: 8px;
    }
    .icomoon-search::after{
        content: "";
        position: absolute;
        /* bottom: -20px; */
        /* left: 15px; */
        height: 19px;
        width: 1px;
        left: -6px;
        top: 0;
        background-color: #ed674e;
    }

}

