<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* layout */
section {
    padding: 40px 0;
}
@media screen and (min-width: 1025px) {
    section {
        padding: 80px 0;
    }
}

/* font */
p.subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-brand-Auxiliary);
}
h3.title {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 24px;
}
p.subtitle {
    margin-bottom: 40px !important;
}
h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
}
p.subtitle, p {
    color: var(--color-icon-03);
}
@media screen and (min-width: 1025px) {
    h3.title {
        font-size: 48px;
        line-height: 64px;
    }
    p.subtitle {
        margin-bottom: 72px !important;
    }
    h4 {
        font-size: 28px;
        font-weight: bold;
        line-height: 40px;
    }
}

/**
 * swiper
 */
.swiper {
    overflow-x: hidden;
}
.swiper-pagination {
    left: 50% !important;
    bottom: -40px !important;
    transform: translate(-50%, 0);
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #e4e4e4;
    opacity: 1;
    margin: 5px !important;
}
.swiper-pagination-bullet-active {
    background: var(--color-brand-standard);
}



/* banner */
.innner-pc.swiper-container {
    height: 830px;
    margin-bottom: 80px;
}
.innner-pc .pc-small-title {
    padding-top: 282px;
}
.innner-pc .banner-text-title {
    font-size: 72px;
    font-weight: 300;
    line-height: 88px;
    color: var(--color-icon-01);
    text-align: center;
    padding: 0 0 24px;
}
.innner-pc .banner-text-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-icon-01);
    text-align: center;
    padding: 0 0 120px;
    max-width: 100% !important;
}
.innner-pc div.bottom-group {
    text-align: center;
    padding-top: 0;
}
.innner-pc div.bottom-group a:not(:last-child) {
    margin-right: 24px;
}
@media screen and (max-width: 1024px) {
    .innner-wap.swiper-container {
        height: 674px;
        margin-bottom: 40px;
    }
    .innner-wap .wap-small-title {
        padding-top: 246px;
    }
    .innner-wap .banner-text-title {
        font-size: 30px;
        font-weight: normal;
        line-height: 40px;
        color: var(--color-icon-01);
        padding: 0 0 24px;
    }
    .innner-wap .banner-text-content {
        max-width: 276px;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        color: var(--color-icon-01);
        margin: 0 auto;
        padding: 0 0 80px;
    }
    .innner-wap div.bottom-group {
        padding-top: 0;
    }
    .innner-wap div.bottom-group a:not(:last-child) {
        margin-right: 8px;
    }
}

/**
 * private-brokerage
 */
#private-brokerage .columns.top img,
#private-brokerage .columns.top h4 {
    margin-bottom: 16px;
}
#private-brokerage .columns.bottom .content {
    width: fit-content;
    margin: 0 auto;
}
#private-brokerage .columns.bottom h4 {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 24px;
}
@media screen and (min-width: 835px) {
    #private-brokerage .columns.top {
        margin-bottom: 80px;
    }
    #private-brokerage .columns.top img {
        margin-bottom: 32px;
    }
    #private-brokerage .columns.top h4 {
        margin-bottom: 10px;
    }
    #private-brokerage .columns.bottom .column:nth-child(3) {
        order: 1;
    }
    #private-brokerage .columns.bottom h4 {
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 1025px) {
    #private-brokerage .columns.top {
        margin-bottom: 160px;
    }
    #private-brokerage .columns.bottom h4 {
        font-size: 48px;
        line-height: 64px;
    }
    #private-brokerage .columns.bottom .content {
        padding: 0 64px;
    }
}
@media screen and (max-width: 834px) {
    #private-brokerage .columns-top {
        margin-bottom: 8px;
    }
    #private-brokerage .columns.top p {
        margin-bottom: 48px;
    }
    #private-brokerage .columns.bottom {
        text-align: center;
    }
    #private-brokerage .columns.bottom .column:nth-child(2) {
        margin-bottom: 40px;
    }
    #private-brokerage .columns.bottom p {
        margin-bottom: 24px;
    }
}

/**
 * our-values
 */
#our-values .content {
    flex: 1;
    background-color: #f7f7fa;
    padding: 32px 16px 56px;
}
#our-values .content h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
    #our-values .title {
        margin-bottom: 72px;
    }
    #our-values .content {
        padding: 40px 40px 64px;
    }
    #our-values .content h4 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1024px) {
    #our-values .content h4 {
        font-size: 28px;
    }
}
@media screen and (max-width: 834px) {
    #our-values {
        padding-bottom: 72px;
    }
}
#our-values .is-hidden-mobile &gt; .column {
    cursor: pointer;
    transition: 0.3s;
}
#our-values .is-hidden-mobile &gt; .column:hover {
    transform: translate(0, -16px);
    transition: 0.3s;
}
#our-values .is-hidden-mobile &gt; .column:hover h4,
#our-values .is-hidden-mobile &gt; .column:hover p {
    color: var(--color-brand-standard);
    transition: 0.3s;
}

/**
 * company-history
 */
/* date */
.history-date {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    word-break: keep-all;
}
.history-date::-webkit-scrollbar {
    display: none;
}
.history-date .hd-button {
    position: relative;
    order: 1;
    height: fit-content;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1.88px;
    color: #929292;
    cursor: pointer;
    transition: ease 0.3s;
    padding-bottom: 18px;
}
.history-date .hd-button.past {
    order: 2;
}
.history-date .hd-button.selected, .history-date .hd-button:hover {
    font-size: 28px;
    font-weight: normal;
    line-height: 0.86;
    letter-spacing: 2.63px;
    color: var(--color-brand-standard);
    transition: ease 0.3s;
}
.history-date .hd-button.selected::after, .history-date .hd-button:hover::after {
    content: "";
    width: 40px;
    height: 5px;
    background-color: var(--color-brand-standard);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
}
.history-date div#date-divider {
    content: "";
    right: 0;
    width: 2px;
    height: 100%;
    background-color: transparent;
    color: transparent;
    position: relative;
    order: 1;
    margin-left: 24px;
    margin-right: 24px;
}
.history-date div#date-divider.show {
    background-color: #e4e4e4;
    color: #e4e4e4;
    order: 2;
}
/* content */
.history-content {
    position: relative;
    display: none;
    min-height: 757px;
    padding-top: 93px;
}
.history-content table {
    width: 100%;
}
.history-content.show {
    display: block;
}
.history-content th, .history-content td, .history-content tbody, .history-content table {
    border: none;
}
.history-content th {
    width: 24%;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2.63px;
    color: var(--color-brand-Auxiliary);
    vertical-align: top;
    padding: 0;
}
.history-content td {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    vertical-align: top;
}
.rtl .history-content td {
    padding-right: 50px;
}
/* v-line */
.history-content .v-line {
    position: absolute;
    width: 2px;
    background: #eeeeee;
    top: 24px;
    bottom: 80px;
    left: 19.5%;
}
.rtl .history-content .v-line {
    right: 25%;
    left: inherit;
}
/* spacing */
.history-content p {
    margin-bottom: 16px;
}
.history-content p:last-child {
    margin-bottom: 72px;
}
.history-content img {
    margin-bottom: 48px;
}
@media screen and (min-width: 835px) {
    .history-content {
        background: var(--color-icon-01) no-repeat scroll center top / 1498px 757px;
    }
    .history-content.bg-2014 {background-image: url('../images/about-us/Doo-Prime-milestone-2014.webp');}
    .history-content.bg-2015 {background-image: url('../images/about-us/Doo-Prime-milestone-2015.webp');}
    .history-content.bg-2016 {background-image: url('../images/about-us/Doo-Prime-milestone-2016.webp');}
    .history-content.bg-2017 {background-image: url('../images/about-us/Doo-Prime-milestone-2017.webp');}
    .history-content.bg-2018 {background-image: url('../images/about-us/Doo-Prime-milestone-2018.png');}
    .history-content.bg-2019 {background-image: url('../images/about-us/Doo-Prime-milestone-2019.png');}
    .history-content.bg-2020 {background-image: url('../images/about-us/Doo-Prime-milestone-2020.png');}
    .history-content.bg-2022 {background-image: url('../images/about-us/Doo-Prime-milestone-2022.png');}
    .history-content.bg-2023 {background-image: url('../images/about-us/Doo-Prime-milestone-2023.png');}
    .history-content.bg-now {background-image: url('../images/about-us/Doo-Prime-milestone-2021.png');}
}
@media screen and (max-width: 1024px) {
    /* date */
    .history-date .hd-button {
        padding: 0 28px 14px;
    }
    .rtl .history-date .hd-button {
        padding: 5px 28px 14px;
    }
    .history-date .hd-button.selected, .history-date .hd-button:hover {
        font-size: 24px;
    }
    .history-date div#date-divider {
        display: none;
    }
    /* content */
    .history-content {
        width: 100%;
        min-height: 0;
        /* overflow-x: hidden; */
        padding-top: 24px;
        background: var(--color-icon-01) no-repeat;
        background-position: top right;
        background-size: 800px;
    }
    .bg-2014 {
        background-size: 986px;
    }
    .history-content tr {
        display: flex;
        flex-direction: column;
    }
    .history-content th, .history-content td {
        width: auto;
    }
    .history-content th {
        font-size: 20px;
        font-weight: bold;
        line-height: 2.1;
        letter-spacing: 1.88px;
        padding-bottom: 8px;
    }
    .history-content td {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: 1.5px;
    }
    /* v-line */
    .history-content .v-line {
        display: none;
    }
    /* spacing */
    .history-content p {
        margin-bottom: 16px;
    }
    .history-content p:last-child {
        margin-bottom: 32px;
    }
    .history-content img {
        margin-bottom: 24px;
    }
    .history-content tr:last-child td &gt; *:last-child {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 834px) {
    .history-date {
        justify-content: space-between;
    }
    .rtl .history-content td {
        padding-right: inherit;
    }
}

/* media swiper */
.buttons:not(:last-child){
    margin-top: 44px;
}
.special{
    max-width:300px !important;
}
.swiper-slide h4 {
    text-align: center;
}

.swiper-slide p {
    text-align: center;
}

.media-button-prev, .media-button-next {
    position: static;
    width: 47px;
    height: 47px;
    background-color:#d91d22;
    background: url("../images/homepage/media-arrow-left.png") no-repeat scroll center / contain;
    margin: 0 4px;
}
.media-button-next {
    background-image: url("../images/homepage/media-arrow-right.svg") ;
}
.media-button-prev::after, .media-button-next::after {
    display: none;
}

.swiper-button-prev.swiper-button-disabled {
    background: url("../images/homepage/media-arrow-left-off.png");
    background-color: #f5f5f5;
    opacity:1;
}

.swiper-button-next.swiper-button-disabled {
    background: url("../images/homepage/media-arrow-right-off.png") ;
    background-color: #f5f5f5 !important;
    opacity:1 !important;
}

#media-center .swiper {
    padding-bottom: 96px;
}
#media-center .swiper-pagination {
    bottom: 52px !important;
}

html[lang="ar"] .ar-ug-ur-rotate,
html[lang="ur"] .ar-ug-ur-rotate,
html[lang="ug"] .ar-ug-ur-rotate
  {
    transform:rotate(180deg)
}

/* content */
#media-center figure {
    margin-bottom: 16px;
}
#media-center h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
    /* layout */
    #media-center {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #media-center .columns {
        padding-bottom: 56px;
        margin-bottom: 0;
    }
    /* title &amp; subtitle */
    #media-center h2.title {
        margin-bottom: 16px !important;
    }
    #media-center p.subtitle {
        margin-bottom: 16px !important;
        padding-bottom: 56px;
    }
    /* content */
    #media-center figure {
        margin-bottom: 24px;
    }
    #media-center h4 {
        margin-bottom: 40px;
    }
    #media-center .column p {
        max-width: 272px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
    #media-center .columns {
        margin-left: -8px;
        margin-right: -8px;
    }
    #media-center .column {
        padding: 0 8px;
    }
}
@media screen and (min-width: 1025px) {
    #media-center {
        padding-bottom: 0;
    }
    #media-center h2.title {
        margin-bottom: 24px !important;
    }
    #media-center p.subtitle {
        padding-bottom: 60px;
    }
    #media-center figure {
        margin-bottom: 38px;
    }
    #media-center h4 {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

/**
 * global-vision
 */
#global-vision h4 {
    flex: 1;
    background-color: #f7f7fa;
    padding: 48px 24px;
}
#global-vision h4 span {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    color: var(--color-brand-standard);
    margin-right: 8px;
}
#global-vision h4 small {
    font-size: 24px;
    font-weight: bold;
}
@media screen and (min-width: 1025px) {
    #global-vision h4 {
        font-size: 32px;
        font-weight: normal;
        line-height: 52px;
        padding: 48px 32px;
    }
}
@media screen and (max-width: 834px) {
    #global-vision {
        padding-bottom: 72px;
    }
}
#global-vision .is-hidden-mobile &gt; .column {
    cursor: pointer;
    transition: 0.3s;
}
#global-vision .is-hidden-mobile &gt; .column:hover {
    transform: translate(0, -16px);
    transition: 0.3s;
}
#global-vision .is-hidden-mobile &gt; .column:hover h4 {
    color: var(--color-brand-standard);
    transition: 0.3s;
}
.rtl #global-vision h4 span {
    direction: ltr;
    margin-left: 8px;
    margin-right: inherit;
}
/**
 * our-achievements
 */
#our-achievements {
    padding-bottom: 72px;
}
#our-achievements figure.image {
    position: relative;
    margin-bottom: 20px;
}
#our-achievements h4 {
    font-size: 20px;
    line-height: 24px;
    /* white-space: nowrap; */
    margin-bottom: 16px;
}
#our-achievements p:not(.subtitle) {
    color: #929292;
}
@media screen and (min-width: 835px) {
    #our-achievements {
        padding-bottom: 160px;
    }
    #our-achievements p.subtitle {
        margin-bottom: 98px;
    }
    #our-achievements .column:not(:last-child) figure.image::after {
        content: "";
        display: block;
        position: absolute;
        top: 12.5%;
        right: -12px;
        width: 1px;
        height: 75%;
        background-color: #e4e4e4;
    }
    .rtl #our-achievements .column:not(:last-child) figure.image::after{
        width: 0px;
    }
    .rtl #our-achievements .column:not(:first-child) figure.image::after {
        content: "";
        display: block;
        position: absolute;
        top: 12.5%;
        right: -12px;
        width: 1px;
        height: 75%;
        background-color: #e4e4e4;
    }
}
@media screen and (max-width: 834px) {
    #our-achievements figure.image {
        border: 1px solid #e4e4e4;
    }
}   
#our-achievements .is-hidden-mobile &gt; .column {
    cursor: pointer;
    transition: 0.3s;
}
#our-achievements .is-hidden-mobile &gt; .column:hover {
    transform: translate(0, -16px);
    transition: 0.3s;
}
#our-achievements .is-hidden-mobile &gt; .column:hover h4,
#our-achievements .is-hidden-mobile &gt; .column:hover p {
    color: var(--color-brand-standard);
    transition: 0.3s;
}


.rtl .innner-pc .banner-text-content {
    text-align: right;
}

.rtl .innner-pc div.bottom-group {
    text-align: right;
}

.rtl .innner-pc div.bottom-group a:not(:last-child){
    margin-right: inherit;
    margin-left: 24px;
}</pre></body></html>