/*===== GENERAL BEGIN =====*/

.ltr-direction {
    direction: ltr;
}

.row-reverse {
	flex-direction: row-reverse;
}

.content ol, .content ul {
    margin: 0 20px 10px 0 !important;
}

/*===== GENERAL END =====*/


/*==== BREADCRUMB BEGIN =====*/

.breadcrumbs li {
    padding-left: 0;
    margin-left: 0;
    padding-right: 12px;
    margin-right: 8px;
}

.breadcrumbs li:first-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumbs li:before, .fancy-header .breadcrumbs li:before {
    right: 0;
    left: auto;
    width: 0 !important;
}

/*==== BREADCRUMB END =====*/


/*====== MAIN MENU BEGIN ========*/

@media screen and (max-width: 1312px) {
    .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-navigation {
        /*-ms-flex-order: 1 !important;
        order: 1 !important;*/
    }
}

.popup-search .search-icon {
    left: 22px;
    right: auto !important;
}

.top-header .main-nav.level-arrows-on>li.has-children>a .menu-text {
    padding-left: 10px !important;
    padding-right: 0 !important;
}

.top-header .level-arrows-on .menu-text:after {
    left: 0 !important;
    right: auto !important;
}

/*====== MAIN MENU END ======*/


/*===== BEGIN LEARN BEGIN =====*/

#page .discover-info-box .align-icon, #page .discover-info-box .aio-icon-header, #page .discover-info-box .aio-icon-description {
    text-align: right !important;
}

/*===== BEGIN LEARN END =====*/


/*===== WHO WE ARE BEGIN =====*/

.custom-main-title {
    padding-left: 0px !important;
    padding-right: 15px;
}

.custom-main-title:before {
    left: auto;
    right: 0;
}

/*===== WHO WE ARE END =====*/

/*==== SPECIALIST BEGIN =====*/

.custom-main-title-small {
    padding-left: 0px !important;
    padding-right: 10px;
}

.custom-main-title-small:before {
    left: auto;
    right: 0;
}

/*==== SPECIALIST END =====*/

/*===== GUIDANCE DEPARTMENT BEGIN ======*/

.special-rules-for-student-admission-text {
    padding-right: 40px;
    padding-left: 0;
}

.special-rules-for-student-admission-text:before {
    right: 0;
    left: auto;
}

/*===== GUIDANCE DEPARTMENT END ======*/


/*===== SIDE BAR MENU STYLE BEGIN ======*/

.sidebar-right .wf-container-main p, .sidebar-right .wf-container-main h3/*, .sidebar-right .wf-container-main .wpb_wrapper*/ {
    direction: rtl;
}

@media screen and (min-width:992px) {
    .sidebar-right .wf-container-main {
/*        direction: ltr;*/
    }
}

@media screen and (max-width:991px) {
    #content .vc_row {
        left: 4px;
        right: auto !important;

    }
    .sidebar-right .wf-container-main #content .vc_row {
        left: -15px;
        right: auto !important;

    }
}

@media screen and (min-width: 992px) {
    .sidebar-right .wf-container-main {
        -ms-grid-columns: calc(350px - 25px) calc(100% - 350px - 25px) !important;
        grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px) !important;
    }
    .sidebar-right .wf-container-main {
        grid-template-areas: "sidebar content" !important;
    }
}

@media screen and (min-width: 992px) {
    
}



/*===== SIDE BAR MENU STYLE END ======*/


