@charset "UTF-8";
@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik/Rubik-Regular.ttf");
    font-weight: 400; /* Regular */
    font-style: normal;
    font-display: swap; /* Important for performance */
}
@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik/Rubik-Medium.ttf");
    font-weight: 500; /* Regular */
    font-style: Medium;
    font-display: swap; /* Important for performance */
}
@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik/Rubik-SemiBold.ttf");
    font-weight: 600; /* Regular */
    font-style: "semi-Bold";
    font-display: swap; /* Important for performance */
}
@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik/Rubik-Bold.ttf");
    font-weight: 700; /* Regular */
    font-style: bold;
    font-display: swap; /* Important for performance */
}
body {
    font-family: "Rubik", sans-serif;
    line-height: 1.5 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5 !important;
}
.course-detail-favorite {
    left: 0;
    right: auto;
}
#carouselFeature .carousel-control-prev {
    justify-content: start;
    right: -50px;
}
#carouselFeature .carousel-control-next {
    justify-content: end;
    left: -50px;
    right: auto;
}
.each-cat:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: rgba(89, 103, 124, 1);
}

#storyCarousel .carousel-control-prev {
    justify-content: start;
    right: -50px;
}
#storyCarousel .carousel-control-next {
    justify-content: end;
    left: -50px;
    right: auto;
}
.row.cur-vac-list .each-vac-content:not(:nth-last-child(-n + 2))::after {
    content: "";
    position: absolute;
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: rgba(89, 103, 124, 1);
}
#storyCarousel .carousel-control-next-icon {
    background-image: url(./../images/chevron-left.svg) !important;
}
#storyCarousel .carousel-control-prev-icon {
    background-image: url(./../images/chevron-right.svg) !important;
}
.home-ahmed {
    background-position: right;
}
input[type="text"]::placeholder {
    line-height: 1.5;
    vertical-align: middle;
}
.academy-banner-text {
    position: absolute;
    right: 4%;
    top: 77%;
    left: auto;
}
p.value-text {
    margin-left: 6px;
    margin-bottom: 35px;
    margin-right: 32px;
}
h2.value-header {
    margin-left: auto;
    margin-top: 55px;
    margin-bottom: 32px;
    margin-right: 32px;
}
#our-growth .number-outer {
    margin-left: 16px;
    margin-right: 0px;
}

.tooltip-set {
    visibility: hidden;
    position: absolute;
    top: -31px;
    left: auto !important;
    right: 0% !important;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
}
.rtl-rotate {
    transform: rotate(180deg);
}
.agent-flags img {
    width: 78px;
    height: 78px;
    border-radius: 8px 0px 39px 0px;
    margin-top: -10px;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
}
.courses-home .nav-tabs .nav-item:first-child::after {
    display: none;
}
.courses-home .nav-tabs .nav-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #59677c;
}
.agent-radio-btn {
    float: right;
    margin: 20px;
}
.story-content {
    font-weight: normal;
}
.bg-image-career-text {
    right: 64px;
}
.bg-image-career-text-ja {
    position: absolute;
    width: 80%;
    top: 30%;
    left: auto;
    right: 12px;
    color: white;
}

.agent-check {
    float: right;
    margin-top: 20px;
    margin-right: -50px;
}
.testimonial {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.preview-time {
    right: auto;
    left: 5px;
}
input::placeholder {
    padding: 10px 0;
}
.gift-wrap .course-name {
    left: 30%;
}
.rtl {
    direction: rtl;
}
.recommend_link {
    left: auto;
    right: 10%;
}
.listing .owl-prev {
    left: auto;
    right: -10px;
}
.listing .owl-next {
    left: -10px;
    right: auto;
}
