﻿
html[dir="rtl"] body {
    direction: rtl;
}
/*
*/
html[dir="rtl"] div.twm-home1-banner-section .row,
html[dir="rtl"] div.wt-bnr-inr .row,
html[dir="rtl"] .contactcontainer .row,
html[dir="rtl"] .coursedetails .row,
html[dir="rtl"] .RTLRevert .row {
    flex-direction: row-reverse;
}
html[dir="rtl"] .twm-jobs-list-style1 .twm-mid-content {
    padding-right: 180px;
    padding-left: 20px;
}
html[dir="rtl"] .twm-jobs-list-style1 .twm-media {
    margin-right: unset;
    margin-left: 40px;
}
/* text alignment */
html[dir="rtl"] .text-left {
    text-align: right !important;
}

html[dir="rtl"] .text-right {
    text-align: left !important;
}

/* flip margins/padding using logical props - preferred */
html[dir="rtl"] .ml-3 {
    margin-inline-start: 1rem !important;
}
/* if you have util classes */

/* flip specific left/right rules */
html[dir="rtl"] .float-start {
    float: right !important;
}
/* if you use float utilities */
html[dir="rtl"] .float-end {
    float: left !important;
}

/* absolute positioned elements: swap left/right */
html[dir="rtl"] .absolute-left {
    left: auto !important;
    right: 10px !important;
}

/* dropdowns or popovers: open to the left in RTL */
html[dir="rtl"] .dropdown-menu {
    left: auto;
    right: 0;
}

html[dir="rtl"] .footer-dark .widget-title::before {
    left: unset;
    right:0px;
}

html[dir="rtl"] .owl-carousel .owl-nav button.owl-next {
    float: right;
}


html[dir="rtl"] .twm-blog-list-style,
html[dir="rtl"] .abmv {
    flex-direction: row-reverse;
}

    html[dir="rtl"] .abmv span {
        margin-right: auto;
        margin-left: 20px;
    }

    html[dir="rtl"] .owl-carousel .owl-nav button.owl-prev {
        float: left;
    }
.header-style-3.site-header {
    background: #fff;
}
.twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
    color: #1a2d62;
}
.site-text-primary,
.header-style-3 .header-search a.header-search-icon,
.wt-breadcrumb li:last-child,
.header-style-3 .header-nav .nav > li:hover > a,
.header-style-3 .header-nav .nav > li > a.active,
.twm-contact-one .contact-info-section .c-info-column .c-info-icon,
.wt-breadcrumb li a:hover,
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons li a,
.admin-nav ul > li > a:hover,
.admin-nav ul > li.active > a,
.wt-admin-right-page-header .breadcrumbs span,
.ls-inputicon-box .fs-input-icon,
.twm-DT-candidates-list .twm-job-title h4,
.twm-table-controls .twm-DT-controls-icon li a,
.listing-user .user-name::before,
.listing-user ul li a i,
.listing-user ul li a:hover,
.dropdown-menu .message-view-all a {
    color: #36818f;
}
.dropdown-menu .message-view-all{
    padding: 10px;
}
.dropdown-menu .message-view-all a {
    color: #2c6a75;
}
.site-button.outline-primary {
    border: 1px solid #36818f;
    background-color: transparent;
    text-shadow: 0 0 0 #36818f, 400px 0 0 #36818f;
}
.widget .section-head-small {
    border-left: 3px solid #36818f;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.twm-table-controls .twm-DT-controls-icon li a:hover,
.twm-D_table .page-item.active .page-link,
.header-style-3 .navbar-toggler .icon-bar {
    background-color: #36818f;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    background-color: #36818f;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    background-color: #a8e1ec;
    color: #36818f;
}
.header-style-3 .is-fixed .main-bar.color-fill {
    border-radius:unset;
}
.header-style-3 .main-bar {
    max-width:100%;
}
.site-button {
    background-color: #36818f;
}
.twm-D_table .page-item.active .page-link {
    border-color: #36818f;
}
.form-control,
.dropdown.bootstrap-select.wt-select-box .btn-light {
    background-color: #f1faf9;
    border: 1px solid #cee9e6;
}
    .form-control::selection,
    .form-control::-moz-selection {
        border: 1px solid #bcdcd8;
    }

body#tinymce,
.form-control,
.twm-table-controls .twm-DT-controls-icon li a {
    background-color: #f1faf9;
}
#content {
    background-color: #f4fbfa;
}
.header-search a.header-search-icon {
    position: relative;
}
.header-search a.header-search-icon .gactive {
    width: 20px;
    height: 20px;
    background: #2eca7f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 2px;
    right: 2px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1370px;
    }
}

.abmv {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: 0.3s;
    display:table;
}
    .abmv > div {
        display:table-cell;
        position:relative;
        vertical-align:middle;
    }

    .abmv:hover {
        border-left: 4px solid #36818f;
    }

html[dir="rtl"] .abmv:hover {
    border-right: 4px solid #36818f;
    border-left: 1px solid #eee;
}
html[dir="rtl"] .blog_container_main .owl-btn-bottom-center .owl-nav {
    max-width: 100px;
    margin: auto;
}
.abmv span {
    background: rgba(54,129,143,0.2);
    float: left;
    margin-right: 20px;
    display: block;
    width: 70px;
    height: 70px;
    color: #36818f;
    line-height: 70px;
    text-align: center;
    font-size: 26px;
    border-radius: 100px;
}
        .abmv span i {
            line-height: 2.8;
        }

        .abmv h4 {
            font-weight: 400;
            overflow: hidden;
            margin-bottom: 10px;
            font-size: 22px;
        }
    .abmv p {
        float: left;
        margin-bottom: 0px;
        line-height: 20px;
    }



.bc_three {
    background: url(../images/course-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bc_four {
    background: url(../images/blog-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date::before {
    border-top: 8px solid #36818f;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date::after,
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
    background-color: #36818f;
}

.blog_container_main .twm-blog-post-1-outer .wt-post-media {
    box-shadow: 0px 0px 25px rgba(180, 205, 237, 0);
    margin-top: 0px;
    margin-bottom: 20px;
}

.blog_container_main .twm-blog-post-1-outer .wt-post-media {
    width: 100%;
    height: 250px; /* Set desired height */
    overflow: hidden;
    border-radius: 10px; /* optional for rounded corners */
    position: relative;
}

    .blog_container_main .twm-blog-post-1-outer .wt-post-media img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the div without distortion */
        object-position: center; /* Centers the image */
        display: block;
    }

.twm-blog-list-style .wt-post-media {
    position: relative;
}
.twm-blog-post-1-outer .wt-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the div without distortion */
    object-position: center; /* Centers the image */
    display: block;
}
.footer-dark .footer-top {
    border-top:0px;
    padding:0px;
}

.footer-dark {
    background-color: #263238;
}

    .footer-dark .widget-title::before {
        background-color: #36818f;
    }
    .footer-dark .widget-title,
    .footer-dark .widget_services ul li a:hover,
    .footer-dark .social-icons li a {
        color: #489fb0;
    }


    .footer-dark .logo-footer {
        background: #fff;
        padding: 10px;
        border-radius: 5px;
    }

.wrapper .cssload-loader {
    background-color: #36818f;
}

.twm-home1-banner-section .twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle1 span::before,
.twm-home1-banner-section .twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle1 span::after,
.twm-home1-banner-section .twm-bnr-right-section .twm-img-bg-circle-area .twm-img-bg-circle2 span::after {
    background-color: #36818f;
}
.twm-home1-banner-section .twm-bnr-right-section .twm-small-ring-2 {
    border-color: #36818f;
}


html[dir="rtl"] .section-head.left.wt-small-separator-outer {
    text-align: right;
}







.language-switcher {
    position: relative;
    display: inline-block;
}

.lang-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    background: transparent;
}

.lang-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 100;
}

    .lang-options li {
        padding: 5px 10px;
    }

        .lang-options li a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #333;
            width: 80px;
        }

            .lang-options li a img {
                margin-right: 5px;
            }



.language-switcher {
    padding: 5px 12px;
    background: #e6e6e6;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
    height: 43px;
}
.header-style-3 .header-search a.header-search-icon {
    width: 40px;
    height: 44px;
    text-align: left;
    margin-right: 10px;
}
html[dir="rtl"] .language-switcher {
    margin-right: 10px;
    margin-left: 20px;
}
    .language-switcher img#current-flag {
        margin-right: 5px;
    }
html[dir="rtl"] .language-switcher img#current-flag {
    margin-left: 5px;
}

html[dir="rtl"] .accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}

html[dir="rtl"] .twm-home1-banner-section .twm-bnr-right-section .twm-bnr-right-carousel .slide-img img {
    margin-left: unset;
    margin-right: 100px;
}

html[dir="rtl"] .FooterCall {
    text-align: right;
    direction: ltr;
}

.CourseReadMoreBTN {
    background-color: rgb(26, 45, 98, 0.6);
    margin:0px 10px;
}


.courses_container .twm-blog-post-1-outer {
    position: relative;
}

    .courses_container .twm-blog-post-1-outer .wt-post-info .wt-post-meta {
        position: absolute;
        top: -140px;
        left: 20px;
    }
    .courses_container .twm-blog-post-1-outer .wt-post-info {
        position: relative;
        text-align: center
    }
        .courses_container .twm-blog-post-1-outer .wt-post-info hr {
            border-top: 1px solid #ccc;
        }

        .courses_container .twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
            font-size: 20px;
        }

.courses_container .wt-post-readmore {
    text-align: center;
}
.courses_container .twm-blog-post-1-outer .wt-post-info .wt-post-text p {
    margin-bottom: 20px;
}

.header-style-3 .main-bar .container, .header-style-3 .main-bar .container-fluid {
    background:#ffffff
}


@media (max-width: 600px) {
    .header-style-3 .extra-nav {
        float: unset;
        margin: auto;
    }
    .language-switcher {
        padding: 5px;
        line-height: 12px;
        height: 30px;
        margin:0px;
    }
        .language-switcher #langDropdown > span {
            display:none;
        }
    .header-style-3 .logo-header {
        width: 220px;
    }
    .header-style-3 .header-search a.header-search-icon {
        width: 50px;
        height: 30px;
        line-height: 30px;
        text-align:left;
        margin:0px;
    }
    .header-search a.header-search-icon .gactive {
        left: 15px;
        top: -5px;
    }
    .header-style-3 .header-search a.header-search-icon {
        margin-top:2px;
    }
    .site-button {
        padding: 8px 18px;
        font-size: 14px;
    }
    .owl-carousel .owl-nav {
        margin-top:0px;
        margin-bottom:40px;
    }
}
@media (max-width: 400px) {
    .header-style-3 .logo-header {
        width: 220px;
    }
    .site-button {
        padding: 8px 18px;
        font-size: 14px;
    }
}

.wt-bnr-inr {
    height: 220px;
}
.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
    display: inline-block;
    margin-bottom: 0px;
}

.twm-blog-post-1-outer .wt-post-media {
    margin-bottom: 30px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title {
    margin-bottom: 15px;
    height: 45px;
}
.courses_container .twm-blog-post-1-outer .wt-post-info .wt-post-text p {
    margin-bottom: 20px;
    height: 140px;
    overflow: hidden;
}

html[dir="rtl"] .wt-breadcrumb li::after {
    content: none;
}

html[dir="rtl"] .wt-breadcrumb li::before {
    content: "";
    position: absolute;
    right: -20px;
    width: 8px;
    height: 2px;
    background-color: #17171d;
    top: 50%;
    transform: translateY(-50%);
    color: #17171d;
    font-size: 12px;
    font-weight: 600;
}
html[dir="rtl"] .wt-breadcrumb li:nth-child(1)::before {
    content: none;
}

html[dir="rtl"] .wt-breadcrumb li {
    padding-right: unset;
    padding-left: 30px;
}
    html[dir="rtl"] .wt-breadcrumb li:last-child {
        padding-right: unset;
        padding-left: unset;
    }


.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.twm-contact-one .contact-info-wrap::before {
    bottom: -42px;
    border-left: 42px solid transparent;
    border-right: 0px solid transparent;
    border-top: 42px solid #d8d8d8;
}

.twm-contact-one .contact-one-inner::after,
.twm-contact-one .contact-info-section .c-info-column .c-info-icon,
.cons-contact-form .form-control {
    background-color: #f0fcfe;
}

.page-logo a img {
    max-width: 210px;
}

#sidebar-admin-wraper {
    background-color: #d9f3ef
}


.CourseDtls.twm-media-bg {
    height: 340px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .CourseDtls.twm-media-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* makes it behave like background-size: cover */
        object-position: center; /* centers the image */
        display: block;
    }

.blog-post-single-outer .blog-post-single .post-title {
    font-size: 36px;
}

.twm-employer-self-info .twm-employer-self-top .twm-media {
    width: auto;
    background: #a8e1ec;
    font-weight: 600;
    font-size: 26px;
    padding: 15px 30px;
    height:auto;
    line-height:unset;
    text-align:left;
}

    .twm-employer-self-info .twm-employer-self-top .twm-media.CoursePrice span:first-child {
        color:#36818f;
    }

.twm-msg-noti {
    background-color: #263238;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 22px;
}

.outersidepage.listing-user span img {
    width: 30px;
    height: 30px;
}
.outersidepage.listing-user span {
    width: 20px;
    margin-right: 5px;
}
.outersidepage.listing-user {
    background-color: #a8e1ec;
    color: #36818f;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 15px;
}
    .outersidepage.listing-user a {
        color: #36818f;
    }
.header-style-3 .extra-nav .extra-cell {
    padding-left:10px;
}
.header-widget-wrap > .header-widget {
    margin-left: 2px;
}

.dashboard-message-dropdown.cartctr {
    width: 40px;
    margin-right: 20px;
}

    .dashboard-message-dropdown.cartctr .dropdown {
        text-align:center;
    }

@media (max-width: 600px) {
    .dashboard-user-section .listing-user .user-name i {
        font-size: 16px ;
    }
    .header-style-3 .extra-nav {
        width:100%;
    }
}


.courses .site-button {
    padding: 10px 20px;
    margin:0px 5px;
}
.courses .site-button i{
    padding:0px;
    width:20px;
}
    .courses .site-button.outline-primary:hover i {
        color: #fff;
    }
    .courses .site-button.outline-primary:hover {
        border-color:#36818f;
        background-color: #36818f;
        color: #fff !important;
    }


.discountamt.twm-jobs-amount {
    color: #787878 !important;
    text-decoration: line-through;
}

.ApplyButton {
    padding: 17px 30px;
    width: 100%;
}
html[dir="rtl"] .ApplyButton {
    margin-right:10px;
}
.ls-inputicon-box .form-control {
    padding-left: 45px;
    padding-right: 20px;
}

html[dir="rtl"] .ls-inputicon-box .form-control {
    padding-left: 0px;
    padding-right: 45px;
}

html[dir="rtl"] .ls-inputicon-box .fs-input-icon {
    left: auto;
    right:0px;
}
.message-list ul li .msg-texting .msg-time span {
    padding-right: 5px;
    padding-left: 0px;
}
html[dir="rtl"] .message-list ul li .msg-texting .msg-time span {
    padding-right: 0px;
    padding-left: 5px;
}
.dropdown-menu .message-view-all {
    text-align: center;
}

html[dir="rtl"] .message-list ul li .msg-avtar {
    float:right;
}
html[dir="rtl"] .message-list ul li .msg-texting .msg-time {
    float: left;
}

html[dir="rtl"] .dropdown-menu,
html[dir="rtl"] .dropdown-menu .msg-texting a {
    text-align: right;
}

html[dir="rtl"] .message-list ul li .msg-texting {
    padding-left:unset;
    padding-right:10px;
}

html[dir="rtl"] .all_services ul li .badge {
    float: left;
}

.message-list ul li .msg-texting .msg-time {
    padding-left: 15px;
    font-size: 11px;
}


.message-list ul li .msg-texting .removebutton {
    color: #3d3d49;
}

html[dir="rtl"] .description-list-2 li i {
    left: unset;
    right:0px;
}
html[dir="rtl"] .description-list-2 li {
    padding-left: unset;
    padding-right: 45px;
}

html[dir="rtl"] .side-bar .recent-posts-entry .wt-post-media {
    float: right;
}
html[dir="rtl"] .side-bar .recent-posts-entry .wt-post-info {
    margin-left: 0px;
    margin-right: 92px;
}

.CoursePrice {
    text-align:left;
}
.CoursePrice span {
    display: block;
    font-size:24px;
}
    .CoursePrice span:first-child {
        font-size: 14px;
        text-decoration: line-through;
        color:#dddddd
    }


.twm-candidates-grid-style1 .twm-media {
    display: inline-block;
    margin-bottom: 0px;
}

.twm-candidates-grid-style1 p {
    line-height:16px;
}

.twm-candidates-grid-style1 .CoordinatorDetailContainer {
    height: 140px;
    overflow-y: hidden;
}