@charset "UTF-8";
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/woff/YekanBakhFaNum-thin.woff") format("woff"), url("../fonts/woff2/YekanBakhFaNum-thin.woff2") format("woff2");
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/woff/YekanBakhFaNum-Light.woff") format("woff"), url("../fonts/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/woff/YekanBakhFaNum-Regular.woff") format("woff"), url("../fonts/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/woff/YekanBakhFaNum-SemiBold.woff") format("woff"), url("../fonts/woff2/YekanBakhFaNum-SemiBold.woff2") format("woff2");
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/woff/YekanBakhFaNum-Bold.woff") format("woff"), url("../fonts/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/woff/YekanBakhFaNum-ExtraBold.woff") format("woff"), url("../fonts/woff2/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/woff/YekanBakhFaNum-Black.woff") format("woff"), url("../fonts/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 950;
    src: url("../fonts/woff/YekanBakhFaNum-ExtraBlack.woff") format("woff"), url("../fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");
}
/* Function for PX to REM */
header .content__holder {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
header .content__holder .logo a {
    display: inline-block;
}
header .content__holder .logo a img {
    height: 57px;
    -o-object-fit: cover;
    object-fit: cover;
}
header .content__holder nav > ul {
    display: flex;
    align-items: center;
}
header .content__holder nav > ul > li {
    margin: 0 8px;
    position: relative;
}
header .content__holder nav > ul > li > a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #8B8492;
}
header .content__holder nav > ul > li:hover .sub__menu {
    display: block;
}
header .content__holder nav > ul > li .sub__menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 10px;
    z-index: 1000;
}
@media only screen and (max-width: 992px) {
    header .content__holder nav > ul > li .sub__menu {
        padding-top: 10px;
        top: 30%;
    }
}
header .content__holder nav > ul > li .sub__menu ul {
    min-width: 200px;
    background: #fff;
    padding: 16px 16px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
header .content__holder nav > ul > li .sub__menu ul li {
    margin-bottom: 18px;
}
header .content__holder nav > ul > li .sub__menu ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #8B8492;
    border-bottom: unset;
}
header .content__holder nav > ul > li .sub__menu ul li:last-child {
    margin-bottom: 0;
}
header .content__holder nav > ul .active a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #E75C25;
    color: #0E0E2C;
}
@media only screen and (max-width: 992px) {
    header .content__holder nav {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    }
    header .content__holder nav ul {
        flex-direction: column;
        align-items: baseline;
        margin-top: 24px;
        background: #fff;
        padding: 16px 8px;
        border-radius: 6px;
    }
    header .content__holder nav ul li {
        margin-bottom: 20px;
        width: 100%;
    }
}
header .content__holder .auth {
    padding: 16px 24px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    background: #E75C25;
    border-radius: 4px;
}
header .content__holder .mobile__menu {
    display: none;
}
@media only screen and (max-width: 992px) {
    header .content__holder .mobile__menu {
        display: inline-block;
        margin-right: 16px;
    }
}

footer {
    background: #203064;
}
footer .content__holder {
    position: relative;
    text-align: center;
    padding-top: 28px;
}
footer .content__holder .top__top {
    position: absolute;
    right: 0;
    top: -40px;
}
footer .content__holder .footer__content {
    padding-top: 30px;
    padding-bottom: 50px;
}
footer .content__holder .logo {
    margin-bottom: 24px;
}
footer .content__holder .logo a {
    display: flex;
}
footer .content__holder .logo a h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}
footer .content__holder .logo a h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
}
footer .content__holder .logo p {
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    margin-top: 12px;
    text-align: justify;
}
footer .content__holder .menu__footer {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}
footer .content__holder .menu__footer ul {
    display: grid;
    gap: 25px 45px;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    text-align: right;
}
@media only screen and (max-width: 992px) {
    footer .content__holder .menu__footer ul {
        display: grid;
        gap: 25px 45px;
        grid-template-columns: auto auto auto auto auto auto;
        justify-content: flex-start;
        text-align: right;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 768px) {
    footer .content__holder .menu__footer ul {
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px) {
    footer .content__holder .menu__footer ul li {
        width: 26%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 500px) {
    footer .content__holder .menu__footer ul li {
        width: 50%;
        margin-bottom: 20px;
    }
}
footer .content__holder .menu__footer ul li a {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}
footer .content__holder .more {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #dddddd;
}
footer .content__holder .address__more p {
    font-weight: 300;
}
footer .social__network {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 550px) {
    footer .social__network {
        padding-bottom: 30px;
    }
}
footer .social__network .right,
footer .social__network .left {
    width: 40%;
}
@media only screen and (max-width: 992px) {
    footer .social__network .right,
    footer .social__network .left {
        width: 30%;
    }
}
@media only screen and (max-width: 550px) {
    footer .social__network .right,
    footer .social__network .left {
        width: 10%;
    }
}
footer .social__network .right svg,
footer .social__network .left svg {
    width: 100%;
}
footer .social__network .center {
    width: 20%;
}
@media only screen and (max-width: 992px) {
    footer .social__network .center {
        width: 40%;
    }
}
@media only screen and (max-width: 550px) {
    footer .social__network .center {
        width: 80%;
    }
}
footer .social__network .center .items {
    text-align: center;
}
footer .social__network .center .items a {
    display: inline-block;
    margin: 0 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Yekan Bakh FaNum";
    background: #FDFDFD;
    direction: rtl !important;
}
body a {
    text-decoration: none;
}
body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

button {
    all: unset;
}

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
}

.page__header {
    background: url(../images/content/timeline.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
    margin: 40px 0px;
    color: #fff;
}
.page__header .breadcrumbs {
    margin-top: 24px;
}
.page__header .breadcrumbs a, .page__header .breadcrumbs span {
    font-size: 14px;
    font-weight: 300;
    color: white;
}
.page__header .breadcrumbs a:hover {
    color: #e75c25;
}

.leatest__blog .category li {
    margin-bottom: 16px;
}
.leatest__blog .category li a {
    color: #203064;
}
.leatest__blog .category .btn-primary {
    background: #203064;
    border-color: #203064;
}

.top_hero {
    margin-top: 74px;
}
.top_hero .content__holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 992px) {
    .top_hero .content__holder {
        flex-direction: column;
        justify-content: center;
    }
}
.top_hero .content__holder .right h2 {
    font-style: normal;
    font-weight: 950;
    font-size: 50px;
    color: #203064;
    margin-bottom: 8px;
}
.top_hero .content__holder .right h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    color: #0e0e2c;
    margin-bottom: 33px;
}
.top_hero .content__holder .right p {
    max-width: 473.96px;
    text-align: justify;
    font-style: normal;
    font-weight: 300;
    font-size: 19.6793px;
    line-height: 44px;
    color: #8b8492;
    margin-bottom: 48px;
}
.top_hero .content__holder .right .more {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .top_hero .content__holder .right .more {
        flex-direction: column;
    }
}
.top_hero .content__holder .right .more .contact__us {
    padding: 16px 24px;
    background: #e75c25;
    border-radius: 3.57805px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    display: inline-block;
    margin-left: 60px;
}
@media only screen and (max-width: 768px) {
    .top_hero .content__holder .right .more .contact__us {
        margin-left: 0;
        margin-bottom: 16px;
    }
}
.top_hero .content__holder .right .more .sign__up {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #0e0e2c;
}
@media only screen and (max-width: 1200px) {
    .top_hero .content__holder .left {
        text-align: left;
        width: 44%;
    }
    .top_hero .content__holder .left img {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .top_hero .content__holder .left {
        width: 100% !important;
        margin-top: 36px;
    }
}

.services {
    margin-top: 100px;
}
.services .content__holder .title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 18px;
    color: #203064;
}
.services .content__holder .title h5 {
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    color: #0e0e2c;
    position: relative;
}
.services .content__holder .title h5::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    width: 176px;
    height: 8px;
    background: #e75c25;
    border-radius: 56px;
}
.services .content__holder .items {
    margin-top: 64px;
}
.services .content__holder .items .box {
    background: #ffffff;
    box-shadow: 0px 35.7805px 26.8354px rgba(255, 133, 0, 0.02);
    border-radius: 16px;
    margin-bottom: 70px;
    padding: 16px;
}
.services .content__holder .items .box .box__title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.services .content__holder .items .box .box__title h3 {
    font-weight: 700;
    font-size: 22px;
    color: #0e0e2c;
    margin-right: 16px;
}
.services .content__holder .items .box .box__title h3 a {
    font-weight: 700;
    font-size: 22px;
    color: #0e0e2c;
}
.services .content__holder .items .box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    text-align: justify;
    color: #8b8492;
    height: 182px;
}
.services .content__holder .items .cta__box {
    background: #203064;
    box-shadow: 0px 35.7805px 26.8354px rgba(255, 133, 0, 0.02);
    border-radius: 16px;
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}
.services .content__holder .items .cta__box .icon {
    margin-top: 40px;
    margin-bottom: 40px;
}
.services .content__holder .items .cta__box h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 40px;
}
.services .content__holder .items .cta__box a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3.57805px;
    margin-bottom: 46px;
    padding: 16px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

.service__for {
    margin-top: 138px;
}
.service__for .service__for__investor {
    display: flex;
    margin-bottom: 160px;
}
@media only screen and (max-width: 992px) {
    .service__for .service__for__investor {
        flex-direction: column;
        margin-bottom: 80px;
    }
}
.service__for .service__for__investor .right {
    width: 40%;
}
@media only screen and (max-width: 992px) {
    .service__for .service__for__investor .right {
        width: 100%;
        margin-bottom: 20px;
    }
}
.service__for .service__for__investor .right img {
    width: 100%;
    height: 414px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (max-width: 992px) {
    .service__for .service__for__investor .right img {
        height: 314px;
    }
}
.service__for .service__for__investor .left {
    margin-right: 48px;
}
@media only screen and (max-width: 992px) {
    .service__for .service__for__investor .left {
        margin-right: 0;
    }
}
.service__for .service__for__investor .left h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 38px;
    color: #0e0e2c;
}
.service__for .service__for__investor .left h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #203064;
}
.service__for .service__for__investor .left p {
    max-width: 463px;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #8b8492;
}
.service__for .service__for__investor .left ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #8b8492;
    margin-bottom: 16px;
}
.service__for .service__for__investor .left a {
    display: inline-block;
    margin-top: 6px;
    padding: 16px 24px;
    border: 2px solid #e75c25;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #e75c25;
}
@media only screen and (max-width: 992px) {
    .service__for .service__for__investor .left a {
        margin-top: 32px;
    }
}
.service__for .service__for__entrepreneur {
    justify-content: space-between;
}
@media only screen and (max-width: 992px) {
    .service__for .service__for__entrepreneur {
        flex-direction: column-reverse;
    }
}
.service__for .service__for__entrepreneur .left {
    margin-left: 48px;
    margin-right: 0px;
    width: calc(60% - 48px);
    text-align: left;
}
@media only screen and (max-width: 992px) {
    .service__for .service__for__entrepreneur .left {
        width: 100%;
        margin-left: 0;
        text-align: right;
    }
}
.service__for .service__for__entrepreneur .left ul {
    direction: ltr;
}
.service__for .service__for__entrepreneur .left p {
    text-align: left;
    margin-right: auto;
}
@media only screen and (max-width: 992px) {
    .service__for .service__for__entrepreneur .left p {
        text-align: right;
        margin-right: 0;
    }
}

.active__section__in__rayan {
    margin-bottom: 180px;
}
.active__section__in__rayan .title__page {
    font-weight: 800;
    font-size: 34px;
    color: #203064;
    margin-bottom: 80px;
    position: relative;
}
.active__section__in__rayan .title__page::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    width: 176px;
    height: 8px;
    background: #e75c25;
    border-radius: 56px;
}
.active__section__in__rayan .items .item {
    background: #f9f9f9;
    box-shadow: 0px 2px 25px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.active__section__in__rayan .items .item img {
    width: 100%;
    border-radius: 4px 4px 12px 12px;
}
.active__section__in__rayan .items .item h4 {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 26px;
}
.active__section__in__rayan .items .item h4 a {
    font-weight: 800;
    font-size: 22px;
    color: #203064;
}

.statistic__counter {
    background: #f9f9f9;
    position: relative;
    padding: 85px 0 52px 0;
    text-align: center;
}
.statistic__counter .left__pattern {
    position: absolute;
    left: 0;
    top: 69px;
}
.statistic__counter .right__pattern {
    position: absolute;
    right: 0;
    bottom: 70px;
}
.statistic__counter h5 {
    font-weight: 700;
    font-size: 22px;
    color: #0e0e2c;
    margin-bottom: 16px;
}
.statistic__counter h4 {
    font-weight: 800;
    font-size: 40px;
    line-height: 171.5%;
    margin-bottom: 24px;
    color: #203064;
}
.statistic__counter p {
    font-weight: 400;
    font-size: 22px;
    line-height: 53px;
    max-width: 732px;
    color: #8b8492;
    margin: 0 auto;
    margin-bottom: 48px;
}
.statistic__counter .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 731px;
    margin: 0 auto;
}
@media only screen and (max-width: 992px) {
    .statistic__counter .items {
        flex-wrap: wrap;
    }
}
.statistic__counter .items .item {
    width: 25%;
}
@media only screen and (max-width: 768px) {
    .statistic__counter .items .item {
        width: 50%;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 600px) {
    .statistic__counter .items .item {
        width: 100%;
    }
}
.statistic__counter .items .item .title {
    font-weight: 600;
    font-size: 16px;
    color: #e75c25;
}
.statistic__counter .items .item .value {
    font-weight: 900;
    font-size: 36px;
    margin-top: 10px;
    color: #0e0e2c;
}

.our__customer {
    padding-top: 54px;
    padding-bottom: 94px;
}
.our__customer h5 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    color: #203064;
    position: relative;
    margin-bottom: 88px;
}
.our__customer h5::after {
    content: "";
    position: absolute;
    width: 176px;
    height: 8px;
    right: 50%;
    bottom: -16px;
    transform: translateX(50%);
    background: #e75c25;
    border-radius: 56px;
}
.our__customer .item {
    text-align: center;
}

.rayan__timeline {
    background: url(../images/content/timeline.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 116px;
    /* TIMELINE
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /* TIMELINE ARROWS
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /* GENERAL MEDIA QUERIES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.rayan__timeline h5 {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    color: #ffffff;
}
.rayan__timeline .timeline {
    white-space: nowrap;
    overflow-x: hidden;
    direction: ltr;
}
.rayan__timeline .timeline ol {
    font-size: 0;
    position: relative;
    margin: 250px 0;
    transition: all 1s;
    border-top: 1px dashed rgba(255, 255, 255, 0.31);
}
@media only screen and (max-width: 992px) {
    .rayan__timeline .timeline ol {
        border-top: none;
        margin: 40px 0;
    }
}
.rayan__timeline .timeline ol::after {
    content: url(../images/content/target.svg);
    position: absolute;
    right: 0;
    top: -12px;
}
@media only screen and (max-width: 992px) {
    .rayan__timeline .timeline ol::after {
        display: none;
    }
}
.rayan__timeline .timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 230px;
    height: 0px;
}
@media only screen and (max-width: 1400px) {
    .rayan__timeline .timeline ol li {
        width: 190px;
    }
}
@media only screen and (max-width: 1200px) {
    .rayan__timeline .timeline ol li {
        width: 170px;
    }
}
.rayan__timeline .timeline ol li:last-child {
    width: 280px;
}
.rayan__timeline .timeline ol li:not(:last-child)::after {
    content: url(../images/content/circle.svg);
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}
.rayan__timeline .timeline ol li div {
    position: absolute;
    left: 7px;
    width: 224px;
    padding: 16px 8px 30px 8px;
    white-space: normal;
    color: black;
    background: white;
    direction: rtl;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    text-align: justify;
    color: #203064;
}
.rayan__timeline .timeline ol li div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.rayan__timeline .timeline ol li:nth-child(odd) div {
    top: -23px;
    transform: translateY(-100%);
    border-radius: 8px 8px 8px 0;
}
.rayan__timeline .timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
}
.rayan__timeline .timeline ol li:nth-child(even) div {
    top: calc(100% + 23px);
    border-radius: 0 8px 8px 8px;
}
.rayan__timeline .timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
}
.rayan__timeline .timeline time {
    display: block;
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #203064;
}
.rayan__timeline .timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.rayan__timeline .timeline .arrows .arrow__prev {
    margin-right: 20px;
}
.rayan__timeline .timeline .disabled {
    opacity: 0.5;
}
.rayan__timeline .timeline .arrows img {
    width: 45px;
    height: 45px;
}
@media screen and (max-width: 992px) {
    .rayan__timeline .timeline ol,
    .rayan__timeline .timeline ol li {
        width: auto;
    }
    .rayan__timeline .timeline ol {
        padding: 0;
        transform: none !important;
    }
    .rayan__timeline .timeline ol li {
        display: block;
        height: auto;
        background: transparent;
    }
    .rayan__timeline .timeline ol li:first-child {
        margin-top: 25px;
    }
    .rayan__timeline .timeline ol li:not(:first-child) {
        margin-left: auto;
    }
    .rayan__timeline .timeline ol li div {
        width: 94%;
        height: auto !important;
        margin: 0 auto 25px;
    }
    .rayan__timeline .timeline ol li div {
        position: static;
    }
    .rayan__timeline .timeline ol li:nth-child(odd) div {
        transform: none;
    }
    .rayan__timeline .timeline ol li:nth-child(odd) div::before,
    .rayan__timeline .timeline ol li:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 1px dashed rgba(255, 255, 255, 0.31);
        height: 25px;
    }
    .rayan__timeline .timeline ol li:last-child,
    .rayan__timeline .timeline ol li:nth-last-child(2) div::before,
    .rayan__timeline .timeline ol li:not(:last-child)::after,
    .rayan__timeline .timeline .arrows {
        display: none;
    }
}

.leatest__blog .container {
    padding-top: 82px;
    padding-bottom: 182px;
}
.leatest__blog .container > h3 {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #e75c25;
}
.leatest__blog .container > h4 {
    margin-top: 16px;
    margin-bottom: 56px;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    color: #0e0e2c;
}
.leatest__blog .container .items .item {
    background: #f9f9f9;
    border-radius: 5px;
    padding-bottom: 36px;
    margin-bottom: 16px;
}
.leatest__blog .container .items .item .pic {
    display: block;
}
.leatest__blog .container .items .item .pic img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.leatest__blog .container .items .item h3 {
    margin: 0 32px;
    margin-top: 32px;
    margin-bottom: 8px;
}
.leatest__blog .container .items .item h3 a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #272d38;
}
.leatest__blog .container .items .item p {
    text-align: justify;
    margin: 0px 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #8b8492;
}
.leatest__blog .container .more__news {
    text-align: center;
    margin-top: 56px;
}
.leatest__blog .container .more__news a {
    padding: 16px 24px;
    border: 2px solid #e75c25;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #e75c25;
}

.faq {
    padding-bottom: 100px;
    position: relative;
}
.faq .left-dot {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 450px;
}
.faq .right-dot {
    position: absolute;
    right: 0;
    top: 0;
    height: 450px;
}
.faq .title__page h4 {
    font-weight: 800;
    font-size: 48px;
    text-align: center;
    color: #203064;
}
.faq .title__page p {
    margin-top: 24px;
    margin-bottom: 72px;
    font-weight: 400;
    font-size: 24px;
    line-height: 135.2%;
    text-align: center;
    color: #000000;
}
.faq .card {
    border: 2px solid #e75c25;
    box-shadow: 0px 6px 16px rgba(231, 92, 37, 0.15);
    margin-bottom: 32px;
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
}
.faq .card .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none;
}
.faq .card .card-header:first-child {
    border-radius: 5px 5px 0 0;
}
.faq .card .card-header .title__holder {
    padding: 32px 39px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .faq .card .card-header .title__holder {
        padding: 32px 0px;
    }
}
.faq .card .card-header .title__holder .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #0e0e2c;
}
.faq .card .card-header .title__holder .arrow {
    min-width: 50.66px;
    min-height: 50.64px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e75c25;
}
.faq .card .card-header .title__holder .arrow svg {
    transition: all 0.3s;
}
.faq .card .card-body {
    margin: 0 39px;
    padding: 26px 0px 32px 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 38px;
    /* or 238% */
    border-top: 1px solid rgba(231, 92, 37, 0.18);
    text-align: justify;
    /* text */
    color: #0e0e2c;
}
.faq .collapsed {
    box-shadow: 0px 5px 16px rgba(231, 92, 37, 0.06);
    border: 2px solid transparent;
}
.faq .collapsed .arrow {
    background: #fff !important;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06) !important;
}
.faq .collapsed .arrow svg {
    transform: rotate(95deg);
}
.faq .collapsed .arrow svg path {
    stroke: #e75c25 !important;
}
.faq .more__faq {
    text-align: center;
    margin-top: 56px;
}
.faq .more__faq a {
    padding: 16px 24px;
    border: 2px solid #e75c25;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #e75c25;
}

.about__us__service__for .service__for__investor .left ul li {
    margin-bottom: 4px;
    font-size: 16px;
}
.about__us__service__for .service__for__investor {
    padding: 24px;
    border-radius: 8px;
}
.about__us__service__for .service__for__investor:first-child {
    background-color: rgba(5, 132, 117, 0.05);
}
.about__us__service__for .service__for__investor:last-child {
    background-color: rgba(32, 48, 100, 0.05);
}
.about__us__service__for .service__for__entrepreneur {
    background-color: rgba(231, 92, 37, 0.05);
}
.about__us__service__for .service__for__investor .left h3 {
    font-size: 28px;
}
.about__us__service__for .service__for__investor .left h4 {
    font-size: 20px;
}

.about__us__intro .items p {
    font-size: 18px;
    font-weight: normal;
    color: #0e0e2c;
    line-height: 42px;
    text-align: justify;
}

.request__coworking {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}
.request__coworking .main__content {
    background: #203064;
    padding: 35px 0 52px 0;
    background-image: url(../images/content/wave.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 8px;
    background-position-x: -330px;
    background-position-y: -150px;
    background-size: 70%;
    min-height: 300px;
}
.request__coworking .main__content form {
    max-width: 768px;
    margin: 24px auto;
    display: flex;
    flex-wrap: wrap;
}
.request__coworking .main__content form .item {
    position: relative;
    width: calc(33.33% - 16px);
    margin: 8px;
    text-align: right;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 992px) {
    .request__coworking .main__content form .item {
        width: 100%;
    }
}
.request__coworking .main__content form .item label {
    color: #f9f9f9;
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 15px;
}
.request__coworking .main__content form .item input {
    padding-right: 16px;
    height: 40px;
    border-radius: 4px;
    width: 100%;
    background-color: #f9f9f9;
    border-color: transparent;
}
.request__coworking .main__content form .item input::-moz-placeholder {
    font-weight: 300;
    font-size: 13px;
}
.request__coworking .main__content form .item input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 13px;
}
.request__coworking .main__content form .item input::placeholder {
    font-weight: 300;
    font-size: 13px;
}
.request__coworking .main__content form .item input:focus {
    box-shadow: 4px 0 16px rgba(231, 92, 37, 0.3);
    outline: unset;
    border-color: #e75c25;
}
.request__coworking .main__content form .item .file {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
    background-color: burlywood;
    opacity: 0;
}
.request__coworking .main__content form .item button {
    height: 40px;
    width: 130px;
    border-radius: 4px;
    background-color: #e75c25;
    color: #f9f9f9;
    text-align: center;
    font-size: 13px;
    width: 100%;
}
.request__coworking .main__content form .submit {
    margin: 8px auto;
    padding: 10px 24px;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-top: 32px;
}
.request__coworking .main__content form .submit:hover {
    font-weight: normal;
    color: #f9f9f9;
    background-color: #e75c25;
}
.request__coworking h5 {
    font-weight: 700;
    font-size: 22px;
    color: #f9f9f9;
    margin-bottom: 16px;
}
.request__coworking h4 {
    font-weight: 800;
    font-size: 40px;
    line-height: 171.5%;
    margin-bottom: 24px;
    color: #e75c25;
}

:root {
    --gap: -200px;
    --circle-size: 200px;
    --circle-size-small: 130px;
    --color-1: #828f95;
    --color-2: #9da6a5;
    --color-3: #77ada7;
    --color-4: #5aafb2;
    --color-5: #39b3bb;
    --color-6: #07bec2;
}

.infography {
    direction: ltr;
    /* arrow heading border */
    /* different content elements */
    /* lines */
    /* bottom layer */
    /* top layer */
    /* dots */
    /* circle colors */
    /* h2 border colors */
    /* media */
}
.infography .graphic-container {
    width: 100%;
    min-height: 100vh;
    display: grid;
    place-items: center;
    margin: 100px 0;
    overflow: auto;
}
.infography .center-circles-container {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
    height: 100%;
    width: 100%;
}
.infography .single {
    gap: 20px;
}
.infography .double {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.infography .double:nth-child(even) {
    flex-direction: column-reverse;
}
.infography .circle {
    width: var(--circle-size);
    height: var(--circle-size);
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
}
.infography .icon i {
    font-size: 3rem;
}
.infography .content-container {
    position: absolute;
    max-width: 200px;
    min-width: 200px;
    width: 100%;
}
.infography .content p {
    font-size: 12px;
}
.infography .content-container h2 {
    position: relative;
    padding: 0 10px;
}
.infography .one .content-container h2::before,
.infography .one .content-container h2::after,
.infography .two .content-container h2::before,
.infography .two .content-container h2::after,
.infography .five .content-container h2::before,
.infography .five .content-container h2::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 22px;
    background: teal;
    left: -6px;
}
.infography .one .content-container h2::before,
.infography .two .content-container h2::before,
.infography .five .content-container h2::before {
    top: -2px;
    transform: rotate(30deg);
}
.infography .one .content-container h2::after,
.infography .two .content-container h2::after,
.infography .five .content-container h2::after {
    bottom: -2px;
    transform: rotate(-30deg);
}
.infography .three .content-container h2::before,
.infography .three .content-container h2::after,
.infography .four .content-container h2::before,
.infography .four .content-container h2::after,
.infography .six .content-container h2::before,
.infography .six .content-container h2::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 22px;
    background: teal;
    right: -6px;
}
.infography .three .content-container h2::before,
.infography .four .content-container h2::before,
.infography .six .content-container h2::before {
    top: -2px;
    transform: rotate(-30deg);
}
.infography .three .content-container h2::after,
.infography .four .content-container h2::after,
.infography .six .content-container h2::after {
    bottom: -2px;
    transform: rotate(30deg);
}
.infography .two, .infography .four {
    width: var(--circle-size-small);
    height: var(--circle-size-small);
}
.infography .two i, .infography .four i {
    color: #fff;
    font-size: 2.5rem;
}
.infography .one .content-container {
    left: 0;
    bottom: var(--gap);
    text-align: left;
}
.infography .two .content-container {
    left: 80px;
    bottom: var(--gap);
    text-align: left;
}
.infography .three .content-container {
    right: 200px;
    top: var(--gap);
    text-align: right;
}
.infography .four .content-container {
    right: 20px;
    top: var(--gap);
    text-align: right;
}
.infography .five .content-container {
    left: 200px;
    bottom: var(--gap);
    text-align: left;
}
.infography .six .content-container {
    left: 0;
    top: var(--gap);
    text-align: right;
}
.infography .one .line {
    position: absolute;
    width: 2px;
    height: 170px;
    background-color: var(--color-1);
    top: -150px;
    left: -30px;
}
.infography .one .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 2px;
    background: var(--color-1);
}
.infography .one .line::after,
.infography .two .line::after,
.infography .five .line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
}
.infography .one .line::after {
    background: var(--color-1);
}
.infography .two .line::after {
    background: var(--color-2);
}
.infography .five .line::after {
    background: var(--color-5);
}
.infography .two .line {
    position: absolute;
    width: 2px;
    height: 90px;
    background-color: var(--color-2);
    top: -70px;
    left: -30px;
}
.infography .five .line {
    position: absolute;
    width: 2px;
    height: 110px;
    background-color: var(--color-5);
    top: -90px;
    left: -30px;
}
.infography .three .line {
    position: absolute;
    width: 2px;
    height: 222px;
    background-color: var(--color-3);
    bottom: -100px;
    right: -30px;
}
.infography .three .line::after,
.infography .four .line::after,
.infography .six .line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 2px;
}
.infography .three .line::after {
    background: var(--color-3);
}
.infography .four .line::after {
    background: var(--color-4);
}
.infography .six .line::after {
    background: var(--color-6);
}
.infography .four .line {
    position: absolute;
    width: 2px;
    height: 222px;
    background-color: var(--color-4);
    bottom: -100px;
    right: -30px;
}
.infography .four .line::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: var(--color-4);
}
.infography .six .line {
    position: absolute;
    width: 2px;
    height: 282px;
    background-color: var(--color-6);
    bottom: -160px;
    right: -30px;
}
.infography .six .line::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: var(--color-6);
}
.infography .one .dot {
    position: absolute;
    top: 110px;
    right: -30px;
    width: 20px;
    height: 20px;
    background: var(--color-1);
    border-radius: 50%;
    box-shadow: -20px -110px 0 6px var(--color-1), -30px 80px 0 4px var(--color-1);
}
.infography .four .dot {
    position: absolute;
    top: 130px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: var(--color-4);
    border-radius: 50%;
    box-shadow: -22px -138px 0 10px var(--color-4), -70px 70px 0 0px var(--color-4);
}
.infography .six .dot {
    position: absolute;
    top: -30px;
    left: 10px;
    width: 10px;
    height: 10px;
    background: var(--color-6);
    border-radius: 50%;
    box-shadow: -50px 50px 0 25px var(--color-6), 150px 250px 0 10px var(--color-6);
}
.infography .one {
    box-shadow: inset 0 0 0 20px var(--color-1), inset 0px 0px 12px 20px #989898;
}
.infography .two {
    background-color: var(--color-2);
    transform: translateX(-20px);
}
.infography .three {
    box-shadow: inset 0 0 0 20px var(--color-3), inset 0px 0px 12px 20px #989898;
    transform: translateX(10px);
}
.infography .four {
    background-color: var(--color-4);
    transform: translateX(-20px);
}
.infography .five {
    box-shadow: inset 0 0 0 20px var(--color-5), inset 0px 0px 12px 20px #989898;
    transform: translateX(10px);
}
.infography .six {
    box-shadow: inset 0 0 0 20px var(--color-6), inset 0px 0px 12px 20px #989898;
}
.infography .one .content-container h2 {
    border-top: 2px solid var(--color-1);
    border-bottom: 2px solid var(--color-1);
}
.infography .two .content-container h2 {
    border-top: 2px solid var(--color-2);
    border-bottom: 2px solid var(--color-2);
}
.infography .three .content-container h2 {
    border-top: 2px solid var(--color-3);
    border-bottom: 2px solid var(--color-3);
}
.infography .four .content-container h2 {
    border-top: 2px solid var(--color-4);
    border-bottom: 2px solid var(--color-4);
}
.infography .five .content-container h2 {
    border-top: 2px solid var(--color-5);
    border-bottom: 2px solid var(--color-5);
}
.infography .six .content-container h2 {
    border-top: 2px solid var(--color-6);
    border-bottom: 2px solid var(--color-6);
}
.infography .one .content-container h2::before,
.infography .one .content-container h2::after {
    background: var(--color-1);
}
.infography .two .content-container h2::before,
.infography .two .content-container h2::after {
    background: var(--color-2);
}
.infography .five .content-container h2::before,
.infography .five .content-container h2::after {
    background: var(--color-5);
}
.infography .three .content-container h2::before,
.infography .three .content-container h2::after {
    background: var(--color-3);
}
.infography .four .content-container h2::before,
.infography .four .content-container h2::after {
    background: var(--color-4);
}
.infography .six .content-container h2::before,
.infography .six .content-container h2::after {
    background: var(--color-6);
}
@media (max-width: 992px) {
    .infography .graphic-container {
        margin: 50px 0;
    }
    .infography .center-circles-container {
        overflow: hidden;
        overflow-x: scroll;
        width: 1300px;
    }
    .infography .double {
        flex-direction: row;
    }
    .infography .double:nth-child(even) {
        flex-direction: row;
    }
    .infography .two {
        transform: translateX(0px);
    }
    .infography .three {
        transform: translateX(0px);
    }
    .infography .four {
        transform: translateX(0px);
    }
    .infography .five {
        transform: translateX(0px);
    }
}

.blog__single {
    padding-top: 32px;
    padding-bottom: 92px;
}
.blog__single h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #e75c25;
    margin-bottom: 16px;
}
.blog__single h4 {
    margin-top: 16px;
    margin-bottom: 56px;
    font-weight: 800;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    color: #0e0e2c;
    margin-bottom: 32px;
}
.blog__single h5 {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}
.blog__single h5 span {
    display: flex;
    align-items: center;
    margin-left: 24px;
    font-size: 14px;
}
.blog__single h5 span small {
    margin-top: 5px;
    margin-right: 8px;
}
.blog__single h5 span svg {
    margin: 2px;
    height: 16px;
    fill: #4d4d4d;
}
.blog__single .items {
    display: flex;
    flex-direction: column;
}
.blog__single .items .big__pic {
    width: 100%;
    height: 450px;
    display: block;
}
@media only screen and (max-width: 992px) {
    .blog__single .items .big__pic {
        height: 300px;
    }
}
@media only screen and (max-width: 450px) {
    .blog__single .items .big__pic {
        height: 200px;
    }
}
.blog__single .items .big__pic img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.blog__single .items .thumbnails {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(14, 14, 44, 0.1);
    margin-bottom: 16px;
}
@media only screen and (max-width: 450px) {
    .blog__single .items .thumbnails {
        justify-content: unset;
    }
}
.blog__single .items .thumbnails img {
    width: 150px;
    height: 100px;
    margin: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
@media only screen and (max-width: 450px) {
    .blog__single .items .thumbnails img {
        width: calc(50% - 8px);
    }
}

.blog__single .items .tags a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .blog__single .items .tags a {
    transition: none;
  }
}
.blog__single .items .tags a:hover {
  color: #212529;
}
.blog__single .items .tags a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.blog__single .items .tags a:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.blog__single .items .tags a {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 300;
    margin: 1px;
    background-color: white;
    border: 1px solid #203064;
    color: #203064;
}
.blog__single .items .tags a:hover {
    color: #f5f5f5;
    background-color: #e75c25;
    border: 1px solid #e75c25;
}
.blog__single h6 {
    padding: 24px 16px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #0e0e2c;
    text-align: justify;
    border-radius: 8px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 500;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}
.blog__single h6 .more {
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.blog__single h6 .more span {
    display: flex;
    align-items: center;
    margin-left: 24px;
    font-size: 14px;
}
.blog__single h6 .more span small {
    margin-top: 5px;
    margin-right: 8px;
}
.blog__single h6 .more span svg {
    margin: 2px;
    height: 16px;
    fill: #4d4d4d;
}
.blog__single h6 .more .social {
    cursor: pointer;
    margin-left: 8px;
}
.blog__single h6 .more .social svg {
    height: 20px;
}
.blog__single h6 .more .whatsapp {
    height: 30px !important;
}
.blog__single p {
    text-align: justify;
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 42px;
}

.contact__us {
    margin-bottom: 60px;
}
.contact__us .contact__info {
    margin-bottom: 30px;
}
.contact__us .contact__info h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact__us .contact__info .item {
    display: flex;
    margin-bottom: 16px;
    margin-bottom: 24px;
}
.contact__us .contact__info .item .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #E75C25;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.contact__us .contact__info .item h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}
.contact__us .contact__info .item p {
    font-size: 14px;
    font-weight: normal;
}
.contact__us .contactus__form {
    margin-left: 40px;
}
.contact__us .contactus__form h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact__us .google__map {
    margin-top: 40px;
    margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */