/* Fonts */

@font-face {
    font-family: IRANSansWeb;
    src: url(font/eot/IRANSansWeb_UltraLight.eot);
    src: url(font/eot/IRANSansWeb_UltraLight.eot%3F) format("eot"), url(font/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(font/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(font/ttf/IRANSansWeb_UltraLight.ttf) format("ttf");
    font-weight: 200;
}

@font-face {
    font-family: IRANSansWeb;
    src: url(font/eot/IRANSansWeb_Light.eot);
    src: url(font/eot/IRANSansWeb_Light.eot%3F) format("eot"), url(font/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(font/woff/IRANSansWeb_Light.woff) format("woff"), url(font/ttf/IRANSansWeb_Light.ttf) format("ttf");
    font-weight: 300;
}

@font-face {
    font-family: IRANSansWeb;
    src: url(font/eot/IRANSansWeb.eot);
    src: url(font/eot/IRANSansWeb.eot%3F) format("eot"), url(font/woff2/IRANSansWeb.woff2) format("woff2"), url(font/woff/IRANSansWeb.woff) format("woff"), url(font/ttf/IRANSansWeb.ttf) format("ttf");
    font-weight: 400;
}

@font-face {
    font-family: IRANSansWeb;
    src: url(font/eot/IRANSansWeb_Medium.eot);
    src: url(font/eot/IRANSansWeb_Medium.eot%3F) format("eot"), url(font/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(font/woff/IRANSansWeb_Medium.woff) format("woff"), url(font/ttf/IRANSansWeb_Medium.ttf) format("ttf");
    font-weight: 500;
}

@font-face {
    font-family: IRANSansWeb;
    src: url(font/eot/IRANSansWeb_Bold.eot);
    src: url(font/eot/IRANSansWeb_Bold.eot%3F) format("eot"), url(font/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(font/woff/IRANSansWeb_Bold.woff) format("woff"), url(font/ttf/IRANSansWeb_Bold.ttf) format("ttf");
    font-weight: 700;
}

@font-face {
    font-family: lg;
    src: url(font/lg.eot);
    src: url(font/lg.eot%3F) format("embedded-opentype"), url(font/lg.woff) format("woff"), url(font/lg.ttf) format("truetype"), url(font/lg.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
:root {
    --primary: #1b4066;
}

body {
    background: #fff;
    font-family: IRANSansWeb;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 13px;
}

html[dir="rtl"] {
    direction: rtl;
}

html[dir="ltr"] {
    direction: ltr;
}

a {
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1270px;
}

/* Swiper */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    align-items: flex-end;
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgb(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.main-wrapper {
    padding-top: 80px;
    overflow-x: hidden;
    min-height: calc(100vh - 80px - 55px);
}

.menu-item,
.sub-title {
    font-size: 18px;
    font-size: 1.125rem;
}

.stopor-wrapper {
    position: relative;
    width: 100%;
    background-image: url(images/stopor-line.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.canvas-overlay {
    opacity: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: fixed;
    background: #000;
    background: rgb(0, 0, 0, 0.6);
    transition: opacity 350ms ease-in-out, z-index 0s 350ms;
    top: 0;
    left: 0;
}

.canvas-open .canvas-overlay {
    transition: opacity 350ms ease-in-out;
    z-index: 9;
    opacity: 1;
}

.breadcrumbs-wrapper {
    background-color: #fff;
}

.c-breadcrumb {
    font-size: 11.424px;
    font-size: 0.714rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    max-width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-breadcrumb li {
    display: inline-block;
}

.c-breadcrumb li a {
    color: #6a6a6a;
}

.c-breadcrumb li a.noclick {
    outline: 0;
    border: 0;
    color: #bdbdbd;
}

.c-breadcrumb li a.noclick:active,
.c-breadcrumb li a.noclick:focus,
.c-breadcrumb li a.noclick:hover {
    outline: 0;
    border: 0;
}

.c-breadcrumb li:before {
    box-sizing: inherit;
    content: "/";
    color: #cfcfcf;
    letter-spacing: 0.4px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400 !important;
}

.ltr .c-breadcrumb li:before {
    margin-right: 5px;
    padding-left: 5px;
}

.rtl .c-breadcrumb li:before {
    margin-left: 5px;
    padding-right: 5px;
}

.c-breadcrumb li:first-child:before {
    content: none;
}

.single-post .language-switcher-wrapper,
.template_news .language-switcher-wrapper {
    display: none;
}

.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 0;
    height: 80px;
    transition: 0.3s;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.ltr .header-wrapper {
    left: 0;
}

.rtl .header-wrapper {
    right: 0;
}

.header-wrapper>.container {
    position: relative;
    height: 100%;
}

.header-wrapper>.container .language-switcher-wrapper {
    position: absolute;
    top: 0;
    z-index: 22;
    width: 100px;
    height: 80px;
    line-height: 80px;
    transition: 0.3s;
    opacity: 1;
    transform: translate3d(100px, 0, 0);
    z-index: 2;
}

.canvas-open .header-wrapper>.container .language-switcher-wrapper {
    opacity: 0;
    z-index: 2;
    transform: translate3d(0, 0, 0);
}

.header-wrapper>.container .language-switcher-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.header-wrapper>.container .language-switcher-wrapper ul li a {
    color: gray;
    font-weight: 100;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 14.4px;
    font-size: 0.9rem;
}

.header-wrapper>.container .language-switcher-wrapper ul li.lang-item {
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
}

.header-wrapper>.container .language-switcher-wrapper ul li.lang-item-fa a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20%;
    background: #d3d3d3;
    right: 0;
}

.header-wrapper>.container .language-switcher-wrapper ul li:hover a {
    color: #202020;
}

.header-wrapper>.container .language-switcher-wrapper ul li.current-lang a {
    color: #d3d3d3;
}

.header-wrapper .menu-toggle {
    height: 100%;
    width: 60px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 3;
    transition: 0.3s;
}

.header-wrapper .menu-toggle span {
    position: relative;
    width: 20px;
    display: inline-block;
    height: 2px;
    background: #000;
    transition: background 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
    vertical-align: middle;
}

.header-wrapper .menu-toggle span:after,
.header-wrapper .menu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #000;
    transition: transform 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

.header-wrapper .menu-toggle span:before {
    top: -5px;
}

.header-wrapper .menu-toggle span:after {
    top: 5px;
}

.header-wrapper .menu-toggle.open span {
    background: 0 0;
}

.header-wrapper .menu-toggle.open span:before {
    transform: rotate(-45deg) translate(-3px, 3px);
}

.header-wrapper .menu-toggle.open span:after {
    transform: rotate(45deg) translate(-4px, -4px);
}

.header-wrapper .logo-wrapper {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.header-wrapper .logo-image {
    height: 75px;
    vertical-align: top;
    transition: 0.3s;
}

.header-wrapper .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-wrapper .menu-wrapper {
    transition: 0.3s;
    background: #fff;
}

.header-wrapper .menu-item {
    background: #fff;
    margin-bottom: 3px;
    vertical-align: middle;
}

.ltr .header-wrapper .menu-item {
    float: left;
}

.rtl .header-wrapper .menu-item {
    float: right;
}

.header-wrapper .menu-item a {
    text-decoration: none;
    transition: 0.3s;
    color: gray;
    outline: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
}

.header-wrapper .menu-item .sub-menu {
    list-style: none;
    margin: 0;
    line-height: initial;
    padding: 0;
}

.header-wrapper .menu-item .sub-menu .menu-item {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.header-wrapper .menu-item .sub-menu .menu-item a {
    color: gray;
}

.header-wrapper .menu-item:hover a {
    color: #202020;
}

.banner-section {
    position: relative;
}

.banner-frame {
    width: 100%;
    display: block;
}

.banner-frame-wrapper {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    direction: rtl;
}

.banner-title-wrapper {
    position: absolute;
    top: 16px;
    top: 1rem;
    z-index: 4;
    width: 100%;
}

.banner-title-line-one,
.banner-title-line-two {
    color: gray;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.banner-slide {
    position: relative;
    background-color: #e6e7e8 !important;
    direction: ltr;
}

.banner-slider-wrapper {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
}

.banner-slide-image {
    width: 100%;
    display: block;
}

.banner-slide-content {
    text-align: center;
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.banner-slide-content-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.banner-slide-logo {
    display: block;
    max-width: 50%;
    margin: 0 auto;
}

.banner-slide-title {
    color: #fff;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0;
    margin: 0;
    padding-top: 16px;
    padding-top: 1rem;
    direction: rtl;
}

.banner-footer-wrapper {
    position: relative;
    z-index: 5;
    background: #fefefe;
    padding: 16px 0;
    padding: 1rem 0;
    text-align: center;
}

.banner-footer-slogan {
    color: #fff;
    background: #1b4066;
    padding: 3.2px 12.8px;
    padding: 0.2rem 0.8rem;
    display: inline-block;
    border-radius: 1.2rem;
    font-weight: 300;
    font-size: 14.4px;
    font-size: 0.9rem;
}

.banner-footer-slogan-wrapper {
    text-align: center;
    margin-bottom: 20.8px;
    margin-bottom: 1.3rem;
}

.banner-footer-logos {
    display: block;
    margin: 0 auto;
}

.banner-footer-logos-wrapper {
    text-align: center;
}

.story-section {
    z-index: 3;
    background-color: rgb(230, 231, 232, 0.5);
    background-image: url(images/story-elipse.svg);
    background-repeat: no-repeat;
    background-size: 35% auto;
    position: relative;
    width: 100%;
    background-position: bottom left;
    padding: 48px 0;
    padding: 3rem 0;
}

.story-wrapper {
    position: relative;
    margin: 0 auto;
}

.story-bg-img {
    width: 100%;
    display: block;
    mix-blend-mode: multiply;
}

.story-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ltr .story-content {
    right: 0;
}

.rtl .story-content {
    left: 0;
}

.story-content-wrapper {
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

.story-content-title {
    font-weight: 500;
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    position: relative;
    width: 100%;
}

.story-content-title:after,
.story-content-title:before {
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(255, 255, 255, 0.4);
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
}

.ltr .story-content-title:before {
    left: calc(-100vw - 30px);
}

.rtl .story-content-title:before {
    right: calc(-100vw - 30px);
}

.ltr .story-content-title:after {
    right: calc(-100vw - 30px);
}

.rtl .story-content-title:after {
    left: calc(-100vw - 30px);
}

.story-content-title-wrapper {
    overflow: hidden;
    text-align: center;
    margin: 24px 0 16px;
    margin: 1.5rem 0 1rem;
}

.story-content-text {
    font-weight: 300;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-size: 13.6px;
    font-size: 0.85rem;
}

.story-content-text.bold {
    font-weight: 500;
    margin: 16px 0 24px;
    margin: 1rem 0 1.5rem;
}

.story-content-text-wrapper {
    overflow: hidden;
    text-align: center;
    padding: 0 20px;
    text-align: justify;
    text-align-last: center;
}

.story-content-readmore {
    background: #fff;
    color: var(--primary);
    border-radius: 5px;
    font-size: 13.6px;
    font-size: 0.85rem;
    padding: 3px 15px;
    font-weight: 300;
    display: inline-block;
}

.story-content-readmore-wrapper {
    width: 100%;
    text-align: center;
}

.portfolio-section {
    z-index: 3;
    position: relative;
    width: 100%;
    background: linear-gradient(to top, rgb(227, 227, 227, 0.6), rgb(255, 255, 255, 0));
    padding: 48px 0 0;
    padding: 3rem 0 0;
}

.portfolio-section-intro {
    text-align: center;
    position: relative;
    z-index: 2;
}

.portfolio-section-title {
    padding: 0;
    margin: 0;
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    color: var(--primary);
}

.portfolio-section-desc {
    font-size: 14.4px;
    font-size: 0.9rem;
}

.portfolio-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(images/elipse.svg);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
    background-size: 35% auto;
}

.portfolio-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(images/portfolio-elipse.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
    background-size: 55% auto;
}

.portfolio-box {
    z-index: 2;
    position: relative;
}

.portfolio-box .swiper-container {
    overflow: visible;
}

.portfolio-container-2 {
    position: relative;
    z-index: 2;
}

.portfolio-slide-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.portfolio-slide-col {
    display: inline-block;
}

.portfolio-slide-col.right {
    transform: translate3d(-110%, 7%, 0);
    transition: 0.8s;
    z-index: 2;
    position: relative;
}

.ltr .portfolio-slide-col.right {
    padding-right: 0;
}

.rtl .portfolio-slide-col.right {
    padding-left: 0;
}

.ltr .portfolio-slide-col.right {
    transform: translate3d(110%, 7%, 0);
}

.portfolio-slide-col.left {
    transition: 0.8s;
    transform: translate3d(110%, 0, 0);
}

.ltr .portfolio-slide-col.left {
    transform: translate3d(-110%, 0, 0);
}

.portfolio-slide-col-in {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 100%;
}

.portfolio-slide-image {
    width: 100%;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.8);
    display: block;
    border-radius: 6px;
}

.portfolio-slide-content {
    color: gray;
    text-align: justify;
    font-size: 13.6px;
    font-size: 0.85rem;
    line-height: 21.6px;
    line-height: 1.35rem;
    padding: 24px 19.2px 16px;
    padding: 1.5rem 1.2rem 1rem;
}

.portfolio-slide-readmore {
    color: #fff;
    background-color: #1b4066;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 13.6px;
    font-size: 0.85rem;
    padding: 3px 15px;
    font-weight: 300;
}

.portfolio-slide-readmore-wrapper {
    text-align: center;
}

.portfolio-slide-logo {
    width: 100%;
    display: block;
}

.portfolio-slide-logos {
    width: calc(100% - 30px);
}

.portfolio-slide.swiper-slide-active .portfolio-slide-col.right {
    transform: translate3d(0, 7%, 0);
}

.portfolio-slide.swiper-slide-active .portfolio-slide-col.left {
    transform: translate3d(0, 0, 0);
}

.portfolio-selector-bullet {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 25%;
    line-height: 28px;
    position: relative;
    outline: 0;
    left: auto !important;
    left: initial !important;
    right: auto !important;
    right: initial !important;
    cursor: pointer;
}

.ltr .portfolio-selector-bullet {
    float: left;
}

.rtl .portfolio-selector-bullet {
    float: right;
}

.portfolio-selector-bullet .portfolio-icon {
    vertical-align: middle;
    max-height: 23px;
}

.ltr .portfolio-selector-bullet .portfolio-icon {
    max-height: 33px;
}

.portfolio-selector-bullet-active .portfolio-icon {
    max-height: 28px;
}

.ltr .portfolio-selector-bullet-active .portfolio-icon {
    max-height: 38px;
}

.portfolio-selectors {
    padding: 0;
    margin: 0 auto;
    width: 100% !important;
    display: inline-block;
    list-style: none;
}

.portfolio-selectors-wrapper {
    margin: 0 auto;
    padding: 16px 0;
    padding: 1rem 0;
    margin-top: 8px;
    margin-top: 0.5rem;
}

.portfolio-selectors-wrapper .portfolio-slide-next,
.portfolio-selectors-wrapper .portfolio-slide-prev {
    right: auto;
    right: initial;
    left: auto;
    left: initial;
    outline: 0;
    outline: 0;
    border: 0;
    background-size: 1.5rem;
}

.portfolio-selectors-wrapper .portfolio-slide-next:active,
.portfolio-selectors-wrapper .portfolio-slide-next:focus,
.portfolio-selectors-wrapper .portfolio-slide-next:hover,
.portfolio-selectors-wrapper .portfolio-slide-prev:active,
.portfolio-selectors-wrapper .portfolio-slide-prev:focus,
.portfolio-selectors-wrapper .portfolio-slide-prev:hover {
    outline: 0;
    outline: 0;
    border: 0;
}

.ltr .portfolio-selectors-wrapper .portfolio-slide-next {
    right: 0;
    background-image: url(images/icon-arrow-circle-right.svg);
}

.rtl .portfolio-selectors-wrapper .portfolio-slide-next {
    left: 0;
    background-image: url(images/icon-arrow-circle-left.svg);
}

.ltr .portfolio-selectors-wrapper .portfolio-slide-prev {
    left: 0;
    background-image: url(images/icon-arrow-circle-left.svg);
}

.rtl .portfolio-selectors-wrapper .portfolio-slide-prev {
    right: 0;
    background-image: url(images/icon-arrow-circle-right.svg);
}

.portfolio-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}

.show-only-in-modal {
    display: none;
}

.portfo-page-wrapper {
    display: inline-block;
    width: 100%;
}

.portfo-heading-image {
    width: 100%;
    display: block;
    user-select: none;
}

.portfo-heading-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.portfo-heading-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.portfo-heading-logo {
    width: 75%;
    user-select: none;
    filter: url("data:image/svg+xml;charset=utf-8,SVG_REPLACED#filter");
    filter: drop-shadow(0 0 10px #1f1f1f);
}

.portfo-heading-logo-wrapper {
    text-align: center;
}

.ltr .portfo-heading-logo-wrapper {
    border-top-right-radius: 64px;
    border-top-right-radius: 4rem;
}

.rtl .portfo-heading-logo-wrapper {
    border-top-left-radius: 64px;
    border-top-left-radius: 4rem;
}

.portfo-heading-logo-box {
    margin: 0 auto;
    width: calc(80% + 20px + 0.4rem);
}

.portfo-body {
    position: relative;
}

.portfo-body-inner {
    background: #f2f2f2;
    position: relative;
}

.portfo-body-wrapper {
    z-index: 2;
}

.portfo-body-heading {
    margin: 0 auto;
    width: calc(80% + 20px + 0.4rem);
}

.portfo-body-heading-wrapper {
    padding: 20px;
    border: #f2f2f2 solid 3.2px;
    border: #f2f2f2 solid 0.2rem;
}

.ltr .portfo-body-heading-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.rtl .portfo-body-heading-wrapper {
    border-top-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.portfo-body-description {
    margin: 0 auto;
    color: #404040;
    text-align: justify;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    width: calc(100% - 60px);
}

.portfo-body-description-wrapper {
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 0 0 32px;
    padding: 0 0 2rem;
}

.portfo-body-logo {
    width: 85%;
    user-select: none;
}

.portfo-body-logo-wrapper {
    text-align: center;
    padding: 0;
}

.portfo-body-sub-logo {
    width: 85%;
}

.portfo-body-sub-logos {
    margin: 0 auto;
    width: calc(100% - 60px);
    position: relative;
    transform: translateY(-2rem);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.4);
    text-align: center;
    vertical-align: middle;
    transition: 0.4s;
    padding: 24px 0 16px;
    padding: 1.5rem 0 1rem;
    margin-bottom: -16px;
    margin-bottom: -1rem;
}

.ltr .portfo-body-sub-logos {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.rtl .portfo-body-sub-logos {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.portfo-body-sub-logo-wrapper {
    width: 100%;
}

.portfo-body-stats-wrapper {
    margin: 0 auto;
    width: calc(100% - 60px);
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.portfo-body-stat-wrapper {
    display: inline-block;
    width: 100%;
}

.portfo-body-stat-image {
    box-shadow: 0 0 12px 0 rgb(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 80px;
    width: 5rem;
}

.portfo-body-stat-number {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: var(--primary);
    line-height: 12.8px;
    line-height: 0.8rem;
    font-weight: 700;
}

.portfo-body-stat-title {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #404040;
}

.portfo-body-stat-title-wrapper {
    padding: 8px 0;
    width: 70%;
    margin: 0 auto;
}

.rtl .portfo-body-stat-last-update {
    text-align: left;
}

.ltr .portfo-body-stat-last-update {
    text-align: right;
}

.portfo-body-stat-last-update {
    margin-top: 1rem;
    color: gray;
    font-size: 0.7rem;
}

.portfo-body-story-wrapper {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
}

.rtl .portfo-body-story-wrapper {
    direction: ltr;
}

.ltr .portfo-body-story-wrapper {
    direction: rtl;
}

.rtl .portfo-body-story-description-wrapper {
    direction: rtl;
}

.ltr .portfo-body-story-description-wrapper {
    direction: ltr;
}

.portfo-body-story-title {
    color: var(--primary);
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 24px 0 8px;
    padding: 1.5rem 0 0.5rem;
}

.portfo-body-story-content {
    color: #616161;
    text-align: justify;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 0 0 4px;
    padding: 0 0 0.25rem;
}

.portfo-body-story-media-wrapper {
    position: relative;
    user-select: none;
}

.portfo-body-story-media-bg {
    display: block;
    width: 100%;
    user-select: none;
}

.cb .portfo-body-story-media-bg,
.th .portfo-body-story-media-bg {
    width: 75%;
}

.portfo-body-story-media-image {
    position: absolute;
    bottom: 0;
    width: auto;
    max-height: 90%;
    height: 100%;
    user-select: none;
}

.ltr .portfo-body-story-media-image {
    right: 30px;
}

.rtl .portfo-body-story-media-image {
    left: 30px;
}

.cb .portfo-body-story-media-image {
    max-height: none;
    max-height: initial;
}

.portfo-body-slideshow {
    position: relative;
}

.portfo-body-slideshow-wrapper {
    padding: 32px 0;
    padding: 2rem 0;
    direction: ltr;
    filter: url("data:image/svg+xml;charset=utf-8,SVG_REPLACED#filter");
    filter: url("data:image/svg+xml;charset=utf-8,SVG_REPLACED#filter");
}

.portfo-body-slideshow-wrapper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255, 255, 255, 0.4);
    width: 20%;
    padding-top: 40%;
    filter: url("data:image/svg+xml;charset=utf-8,SVG_REPLACED#filter");
}

.portfo-body-slideshow-wrapper .swiper-slide .zoom-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    color: rgb(255, 255, 255, 0.5);
    vertical-align: middle;
    text-align: center;
    font-size: 48px;
    font-size: 3rem;
    transition: color 0.4s;
    font-family: lg;
}

.portfo-body-slideshow-wrapper .swiper-slide .zoom-handle:after {
    content: '\e311';
}

.portfo-body-slideshow-wrapper .swiper-slide .image-gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
    background: rgb(0, 0, 0, 0.1);
    transition: opacity 0.4s, width 1s, height 1s, background 0.4s;
    z-index: 2;
}

.portfo-body-slideshow-wrapper .swiper-slide .image-gallery-thumb {
    height: 0;
    width: 0;
}

.portfo-body-slideshow-wrapper .swiper-slide .image-gallery-thumb-main {
    filter: url("data:image/svg+xml;charset=utf-8,SVG_REPLACED#filter");
    filter: grayscale(100%);
    border-radius: 10px;
    transition: filter 0.4s;
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.portfo-body-slideshow-wrapper .swiper-slide-interior {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.portfo-body-slideshow-wrapper .swiper-slide:hover {
    cursor: pointer;
}

.portfo-body-slideshow-wrapper .swiper-slide:hover .image-gallery-item {
    background: rgb(0, 0, 0, 0.6);
}

.portfo-body-slideshow-wrapper .swiper-slide:hover .zoom-handle {
    color: rgb(255, 255, 255, 0.9);
}

.portfo-body-slideshow-wrapper .swiper-slide-active {
    filter: url("data:image/svg+xml;charset=utf-8,SVG_REPLACED#filter");
}

.portfo-body-slideshow-wrapper .swiper-slide-active .image-gallery-item {
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: opacity 0.4s, width 0s, height 0s, background 0.4s;
}

.portfo-body-slideshow-wrapper .swiper-slide-active .image-gallery-thumb {
    height: 0;
    width: 0;
}

.portfo-body-slideshow-wrapper .swiper-slide-active .image-gallery-thumb-main {
    filter: url("data:image/svg+xml;charset=utf-8,SVG_REPLACED#filter");
    filter: grayscale(0);
}

.portfo-body-slideshow-wrapper .swiper-container {
    direction: ltr;
}

.portfo-body-slideshow-wrapper .swiper-wrapper {
    direction: ltr;
}

.portfo-body-slideshow-slider {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}

.portfo-body-slideshow-next,
.portfo-body-slideshow-prev {
    position: absolute;
    background: 0;
    width: 6%;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    border: 0;
    transition: 0.4s;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.portfo-body-slideshow-next:hover,
.portfo-body-slideshow-prev:hover {
    background-color: #a1a1a1;
}

.ltr .portfo-body-slideshow-prev {
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: url(images/icon-arrow-gray-right.svg);
}

.rtl .portfo-body-slideshow-prev {
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(images/icon-arrow-gray-left.svg);
}

.ltr .portfo-body-slideshow-next {
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(images/icon-arrow-gray-left.svg);
}

.rtl .portfo-body-slideshow-next {
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: url(images/icon-arrow-gray-right.svg);
}

.portfo-body-timeline-wrapper {
    width: 100%;
    background: #fff;
    display: inline-block;
}

.rtl .portfo-body-timeline-wrapper {
    direction: ltr;
}

.ltr .portfo-body-timeline-wrapper {
    direction: ltr;
}

.rtl .portfo-body-timeline-wrapper .swiper-container {
    direction: rtl;
}

.ltr .portfo-body-timeline-wrapper .swiper-container {
    direction: rtl;
}

.portfo-body-timeline-wrapper .swiper-wrapper {
    padding-bottom: 0;
}

.rtl .portfo-body-timeline-wrapper .swiper-wrapper {
    direction: rtl;
}

.ltr .portfo-body-timeline-wrapper .swiper-wrapper {
    direction: rtl;
}

.portfo-body-timeline-wrapper .swiper-slide {
    background: 0;
}

.rtl .portfo-body-timeline-wrapper .swiper-slide {
    direction: rtl;
}

.ltr .portfo-body-timeline-wrapper .swiper-slide {
    direction: ltr;
}

.portfo-body-timeline-slide-wrapper {
    width: 80%;
    position: relative;
    overflow: hidden;
    margin: 32px auto 96px;
    margin: 2rem auto 6rem;
    border-radius: 10px;
}

.portfo-body-timeline-slide-content {
    color: gray;
    text-align: justify;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.portfo-body-timeline-slide-content-wrapper {
    height: 100%;
    position: relative;
    width: 75%;
}

.ltr .portfo-body-timeline-slide-content-wrapper {
    float: left;
}

.rtl .portfo-body-timeline-slide-content-wrapper {
    float: right;
}

.portfo-body-timeline-slide-content-event-bullet {
    display: inline-block;
    width: 10px;
    height: 100%;
    line-height: inherit;
    position: relative;
}

.portfo-body-timeline-slide-content-event-bullet:before {
    content: "";
    height: 6px;
    width: 6px;
}

.ltr .portfo-body-timeline-slide-content-event-bullet:before {
    margin-right: 4px;
    float: left;
}

.rtl .portfo-body-timeline-slide-content-event-bullet:before {
    margin-left: 4px;
    float: right;
}

.digikala .portfo-body-timeline-slide-content-event-bullet:before {
    background-color: #ef3f3d;
}

.portfo-body-timeline-slide-content-bullet {
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
}

.ltr .portfo-body-timeline-slide-content-bullet {
    padding-left: 2px;
    margin-left: 5px;
}

.rtl .portfo-body-timeline-slide-content-bullet {
    padding-right: 2px;
    margin-right: 5px;
    font-weight: 400;
}

.portfo-body-timeline-slide-image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: auto;
}

.portfo-body-timeline-slide-image-wrapper {
    position: absolute;
    width: 25%;
    height: 100%;
}

.portfo-body-timeline-slide-image-wrapper:after {
    height: 80%;
}

.portfo-body-reflect-slideshow-wrapper {
    user-select: none;
}

.portfo-body-reflect-slide {
    width: calc(100% - 60px);
    margin: 0 auto;
    color: gray;
    font-size: 19.2px;
    font-size: 1.2rem;
    text-align: justify;
    position: relative;
    background: #f2f2f2;
    border: rgb(153, 153, 153, 0.6) solid 0.7px;
    border-radius: 1rem;
}

.portfo-body-reflect-slide-bicon {
    position: absolute;
    background: #f2f2f2;
    user-select: none;
}

.portfo-body-reflect-slide-bicon-tr {
    top: -1px;
    padding-bottom: 10px;
}

.ltr .portfo-body-reflect-slide-bicon-tr {
    left: -2px;
    padding-right: 10px;
}

.rtl .portfo-body-reflect-slide-bicon-tr {
    right: -2px;
    padding-left: 10px;
}

.portfo-body-reflect-slide-bicon-bl {
    bottom: -1px;
    padding-top: 10px;
}

.ltr .portfo-body-reflect-slide-bicon-bl {
    right: -2px;
    padding-left: 10px;
}

.rtl .portfo-body-reflect-slide-bicon-bl {
    left: -2px;
    padding-right: 10px;
}

.portfo-body-reflect-slide-wrapper {
    background: #f2f2f2;
}

.portfo-body-reflect-title-text {
    color: var(--primary);
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.portfo-body-reflect-title-logo {
    position: absolute;
    vertical-align: middle;
    max-height: 20px;
}

.ltr .portfo-body-reflect-title-logo {
    right: 24px;
    right: 1.5rem;
}

.rtl .portfo-body-reflect-title-logo {
    left: 24px;
    left: 1.5rem;
}

.portfo-body-reflect-content {
    padding: 0;
    font-weight: 400;
}

.album-modal {
    background: rgb(0, 0, 0, 0.4);
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    text-align: center;
}

.timeline-wrapper {
    position: relative;
    background: linear-gradient(140deg, hsl(213.85 100% 7.65%), hsl(215.46 81.96% 8.96%) 1.38%, hsl(214.54 71.47% 10.96%) 5.31%, hsl(213.27 65.87% 13.25%) 11.44%, hsl(212.3 62.78% 15.6%) 19.45%, hsl(211.62 60.97% 17.83%) 29%, hsl(211.17 59.86% 19.88%) 39.76%, hsl(210.86 59.14% 21.67%) 51.39%, hsl(210.64 58.67% 23.16%) 63.57%, hsl(210.51 58.37% 24.3%) 75.95%, hsl(210.43 58.2% 25.03%) 88.2%, hsl(210.4 58.14% 25.29%));
    overflow: hidden;
}

.timeline-slider {
    width: 100%;
    max-height: 450px;
    position: relative;
    height: calc(100vh - 150px);
    animation: transX 1s cubic-bezier(0.59, 1.58, 0.57, 0.85) 1 normal both;
}

.timeline-slider .swiper-wrapper {
    transition: 2s 0.2s cubic-bezier(0.68, -0.4, 0.27, 1.34);
}

.timeline-slider-wrapper {
    width: 100%;
    animation: transX 1s ease 1 normal both;
    animation-delay: 0.1s;
}

.timeline-slider-wrapper .timelineController-next,
.timeline-slider-wrapper .timelineController-prev {
    left: initial;
    right: initial;
    top: auto;
    top: initial;
    bottom: auto;
    bottom: initial;
    background-size: 0;
    outline: 0;
    border: 0;
    opacity: 0.3;
    transition: 0.3s;
    pointer-events: auto;
    animation: showArrow 0.3s ease 1 normal forwards;
    animation-delay: 3.8s;
    height: 24px;
    height: 1.5rem;
    width: 24px;
    width: 1.5rem;
}

.rtl .timeline-slider-wrapper .timelineController-next,
.rtl .timeline-slider-wrapper .timelineController-prev {
    right: 64px;
}

.ltr .timeline-slider-wrapper .timelineController-next,
.ltr .timeline-slider-wrapper .timelineController-prev {
    left: 78px;
}

.timeline-slider-wrapper .timelineController-next:hover,
.timeline-slider-wrapper .timelineController-prev:hover {
    opacity: 0.6;
}

.timeline-slider-wrapper .timelineController-next {
    bottom: 20px;
    background-image: url(images/down-chevron.svg);
}

.timeline-slider-wrapper .timelineController-prev {
    top: 30px;
    background-image: url(images/up-chevron.svg);
}

.timeline-slider-wrapper .timelineController2-next,
.timeline-slider-wrapper .timelineController2-prev {
    left: auto;
    left: initial;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
    outline: 0;
    border: 0;
    opacity: 0.8;
    transition: 0.3s;
    height: 24px;
    height: 1.5rem;
    width: 24px;
    width: 1.5rem;
    margin: 0;
    border-radius: 50%;
}

.ltr .timeline-slider-wrapper .timelineController2-next {
    right: 10px;
    background-image: url(images/icon-arrow-circle-right-fefefe.svg);
}

.rtl .timeline-slider-wrapper .timelineController2-next {
    left: 10px;
    background-image: url(images/icon-arrow-circle-left-fefefe.svg);
}

.ltr .timeline-slider-wrapper .timelineController2-prev {
    left: 10px;
    background-image: url(images/icon-arrow-circle-left-fefefe.svg);
}

.rtl .timeline-slider-wrapper .timelineController2-prev {
    right: 10px;
    background-image: url(images/icon-arrow-circle-right-fefefe.svg);
}

.timeline-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-color: transparent;
}

.timeline-slide-image {
    position: absolute;
    width: 150%;
    bottom: 10px;
}

.ltr .timeline-slide-image {
    right: -10%;
}

.rtl .timeline-slide-image {
    left: -10%;
}

.timeline-slide-content>.container {
    position: relative;
    height: 100%;
}

.rtl .timeline-slide-text {
    direction: rtl;
}

.ltr .timeline-slide-text {
    direction: ltr;
}

.timeline-slide.swiper-slide-active .timeline-slide-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s 1.8s ease;
}

.timeline-controller {
    position: absolute;
    height: 80%;
    overflow: hidden;
    top: calc(50% - 6px);
    transform: translateY(-50%);
    width: calc(40% - 35px);
    pointer-events: auto;
}

.ltr .timeline-controller {
    direction: ltr;
    left: 30px;
}

.timeline-controller:before {
    content: "";
    width: 2px;
    background: rgb(117, 138, 160, 0.3);
    height: 100%;
    top: 0;
    position: absolute;
}

.ltr .timeline-controller:before {
    left: 60px;
}

.rtl .timeline-controller:before {
    right: 60px;
}

.timeline-controller-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    animation: transY 1s cubic-bezier(0.59, 1.58, 0.57, 0.85) 1 normal both;
    animation-delay: 1.4s;
    z-index: 3;
}

.timeline-controller-wrapper .container {
    height: 100%;
    width: 100%;
    position: relative;
}

.timeline-controller-wrapper .swiper-wrapper {
    width: 100%;
}

.ltr .timeline-controller-wrapper .swiper-wrapper {
    float: left;
}

.rtl .timeline-controller-wrapper .swiper-wrapper {
    float: right;
}

.timeline-controller-slide {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    animation: showUp 0.3s ease 1 normal forwards;
}

.timeline-controller-slide:nth-child(1) {
    animation-delay: 2.3s;
}

.timeline-controller-slide:nth-child(2) {
    animation-delay: 2.6s;
}

.timeline-controller-slide:nth-child(3) {
    animation-delay: 2.9s;
}

.timeline-controller-slide:nth-child(4) {
    animation-delay: 3.2s;
}

.timeline-controller-slide:nth-child(5) {
    animation-delay: 3.5s;
}

.timeline-controller-slide:nth-child(6) {
    animation-delay: 3.8s;
}

.timeline-controller-slide:nth-child(7) {
    animation-delay: 4.1s;
}

.timeline-controller-slide:nth-child(8) {
    animation-delay: 4.4s;
}

.timeline-controller-slide:hover {
    cursor: pointer;
}

.timeline-controller-slide:hover .timeline-controller-slide-title,
.timeline-controller-slide:hover .timeline-controller-slide-year {
    color: #fff;
}

.timeline-controller-slide-content {
    color: #758aa0;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-controller-slide.partActive .timeline-controller-slide-year {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 500;
}

.timeline-controller-slide.partActive .timeline-controller-slide-title {
    color: #fff;
    font-weight: 500;
}

.timeline-controller-slide.partActive .timeline-controller-slide-title:before {
    background: #fff;
    height: 10px;
    width: 10px;
}

.ltr .timeline-controller-slide.partActive .timeline-controller-slide-title:before {
    left: -7px;
}

.rtl .timeline-controller-slide.partActive .timeline-controller-slide-title:before {
    right: -7px;
}

.timeline-controller-slide-year {
    position: absolute;
    font-weight: 300;
    vertical-align: middle;
    transition: 0.3s;
    width: 60px;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-controller-slide-title {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 300;
    transition: 0.3s;
    padding: 0;
    margin: 0;
    position: relative;
}

.ltr .timeline-controller-slide-title {
    padding-left: 15px;
    left: 63px;
}

.rtl .timeline-controller-slide-title {
    padding-right: 15px;
    right: 63px;
}

.ltr .timeline-controller-slide-title {
    direction: ltr;
    text-align: left;
}

.timeline-controller-slide-title:before {
    content: "";
    height: 40px;
    width: 0;
    border-radius: 6px;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: height 0.8s, width 0.2s, right 0s;
}

.ltr .timeline-controller-slide-title:before {
    left: 4px;
}

.rtl .timeline-controller-slide-title:before {
    right: 4px;
}

.timeline-controller2-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
    height: 100px;
}

.ltr .timeline-controller2-wrapper {
    right: 0;
}

.rtl .timeline-controller2-wrapper {
    left: 0;
}

.timeline-controller2-slide {
    height: 100px;
}

.timeline-controller2-slide-title {
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15%;
    transform: translateY(50%);
    text-align: center;
    width: 100%;
}

.timeline-controller2-slide-year {
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 400;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.ltr .timeline-controller2-slide-year {
    right: 0;
}

.rtl .timeline-controller2-slide-year {
    left: 0;
}

/* Section Blog */

.news-list {
    overflow: hidden;
}

.ltr .news-list .news-item:nth-child(odd) .news-item-box {
    left: 0;
}

.rtl .news-list .news-item:nth-child(odd) .news-item-box {
    right: 0;
}

.ltr .page-one.news-list .news-item:nth-child(odd) .news-item-box {
    right: 0;
    left: auto;
    left: initial;
}

.rtl .page-one.news-list .news-item:nth-child(odd) .news-item-box {
    left: 0;
    right: auto;
    right: initial;
}

.ltr .news-list .news-item:nth-child(even) .news-item-box {
    right: 0;
}

.rtl .news-list .news-item:nth-child(even) .news-item-box {
    left: 0;
}

.ltr .page-one.news-list .news-item:nth-child(even) .news-item-box {
    left: 0;
    right: auto;
    right: initial;
}

.rtl .page-one.news-list .news-item:nth-child(even) .news-item-box {
    right: 0;
    left: auto;
    left: initial;
}

.news-list .news-item-title {
    padding: 0;
    margin: 0;
}

.news-list .news-item-title-link {
    color: var(--primary);
}

.news-list .news-item-pub-date {
    display: block;
    clear: both;
    font-size: 14.4px;
    font-size: 0.9rem;
}

.news-list .news-item-content p {
    padding: 0;
    margin: 0;
    color: gray;
    text-align: justify;
}

.news-list .news-item-readmore {
    color: var(--primary);
    background: rgb(245, 245, 245, 0.6);
    padding: 3.2px 16px;
    padding: 0.2rem 1rem;
    box-shadow: 0 0 1px 0 #1b4066;
    position: absolute;
    bottom: 8px;
    bottom: 0.5rem;
    left: 0;
}

.news-list .news-item-latest {
    background: #f5f5f5;
    position: relative;
    padding: 16px 0;
    padding: 1rem 0;
}

.news-list .news-item-latest:after,
.news-list .news-item-latest:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    top: 0;
}

.ltr .news-list .news-item-latest:before {
    left: -100%;
}

.rtl .news-list .news-item-latest:before {
    right: -100%;
}

.ltr .news-list .news-item-latest:after {
    right: -100%;
}

.rtl .news-list .news-item-latest:after {
    left: -100%;
}

.news-list .news-item-latest-box {
    position: relative;
    min-height: 313px;
}

.news-list .news-item-latest-inner-box {
    display: inline-block;
    width: 100%;
}

.news-list .news-item-latest-title {
    padding: 0;
    margin: 0;
}

.news-list .news-item-latest-title-link {
    color: var(--primary);
    padding: 16px 0 0;
    padding: 1rem 0 0;
    display: inline-block;
}

.news-list .news-item-latest-pub-date {
    display: block;
    clear: both;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.news-list .news-item-latest-thumb {
    height: auto;
    width: 100%;
    display: block;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 gray;
}

.news-list .news-item-latest-content {
    padding-top: 16px;
    padding-top: 1rem;
}

.news-list .news-item-latest-content p {
    padding: 0;
    margin: 0;
    font-size: 14.4px;
    font-size: 0.9rem;
    text-align: justify;
    color: gray;
}

.news-list .news-item-latest-readmore {
    font-size: 12.8px;
    font-size: 0.8rem;
    background: #fff;
    color: var(--primary);
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    margin: 16px 0 1.6px;
    margin: 1rem 0 0.1rem;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 #1b4066;
}

.ltr .news-list .news-item-latest-readmore {
    margin-right: 2px;
}

.rtl .news-list .news-item-latest-readmore {
    margin-left: 2px;
}

.news-navigation {
    display: inline-block;
    width: 100%;
}

.news-navigation nav.navigation.pagination {
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
    display: block;
    padding: 20px 0 15px;
}

.loadmore {
    display: inline-block;
    padding: 5px 20px;
    background: #1b4066;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 auto;
    width: auto;
    border-radius: 12px;
    transition: 0.3s;
}

.loadmore:hover {
    background: #1b4066;
    cursor: pointer;
}

.loadmore-wrapper {
    display: block;
    width: 100%;
    height: auto;
    margin: 32px auto 16px;
    margin: 2rem auto 1rem;
    text-align: center;
}

/* Section Article */

.news-single-page {
    user-select: text;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.news-single-page * {
    user-select: text;
}

.news-single-page-main {
    overflow: hidden;
}

.news-single-page-sidebar {
    overflow: hidden;
}

.news-single-page-sidebar .post {
    position: relative;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.news-single-page-sidebar .post-img {
    display: block;
    width: 100%;
    opacity: 0.95;
    transition: opacity 0.35s, transform 0.35s;
}

.news-single-page-sidebar .post-desc {
    width: 100%;
    background: rgb(255, 255, 255, 0.75);
    position: absolute;
    bottom: 0;
}

.ltr .news-single-page-sidebar .post-desc {
    left: 0;
}

.rtl .news-single-page-sidebar .post-desc {
    right: 0;
}

.news-single-page-sidebar .post-link {
    color: var(--primary);
}

.news-single-page-sidebar .post-title {
    margin: 0;
    padding: 0;
    font-weight: 400;
    padding: 4.8px;
    padding: 0.3rem;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 19.2px;
    line-height: 1.2rem;
}

.news-single-page-sidebar-title {
    font-size: 20.8px;
    font-size: 1.3rem;
    color: var(--primary);
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    width: 100%;
}

.news-single-page-sidebar-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 55%;
    height: 2px;
    background: #1b4066;
}

.ltr .news-single-page-sidebar-title:after {
    left: 0;
}

.rtl .news-single-page-sidebar-title:after {
    right: 0;
}

.news-single-item-box {
    overflow: hidden;
}

.news-single-item-header-wrapper {
    position: relative;
}

.news-single-item-thumb {
    width: 100%;
    height: auto;
    display: block;
}

.news-single-item-thumb-link {
    cursor: default;
}

.news-single-item-title {
    padding: 0;
    margin: 0;
}

.news-single-item-title-link {
    color: var(--primary);
    cursor: default;
    display: inline-block;
    padding: 0 8px;
    padding: 0 0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19.2px;
    line-height: 1.2rem;
}

.news-single-item-title-wrapper {
    padding: 8px 0;
    padding: 0.5rem 0;
    width: 100%;
}

.news-single-item-date {
    display: inline-block;
    font-size: 9.6px;
    font-size: 0.6rem;
    font-weight: 400;
    padding: 0 8px;
    padding: 0 0.5rem;
}

.news-single-item-source-wrapper {
    display: inline-block;
    padding: 0 8px;
    padding: 0 0.5rem;
}

.news-single-item-source-link {
    color: var(--primary);
}

.news-single-item-source-link-text:after {
    color: transparent;
    transition: 0.3s;
}

.ltr .news-single-item-source-link-text:after {
    padding-left: 0;
}

.rtl .news-single-item-source-link-text:after {
    padding-right: 0;
}

.ltr .news-single-item-source-link-text:after {
    content: "<";
}

.rtl .news-single-item-source-link-text:after {
    content: ">";
}

.news-single-item-source-link:hover .news-single-item-source-link-text:after {
    color: var(--primary);
}

.ltr .news-single-item-source-link:hover .news-single-item-source-link-text:after {
    padding-left: 4.8px;
    padding-left: 0.3rem;
}

.rtl .news-single-item-source-link:hover .news-single-item-source-link-text:after {
    padding-right: 4.8px;
    padding-right: 0.3rem;
}

.news-single-item-content h1,
.news-single-item-content h2,
.news-single-item-content h3,
.news-single-item-content h4,
.news-single-item-content h5,
.news-single-item-content h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-single-item-content p {
    font-size: 14.4px;
    font-size: 0.9rem;
    text-align: justify;
    margin-top: 3.2px;
    margin-top: 0.2rem;
}

.news-single-item-content strong {
    color: var(--primary);
}

.news-single-item-content li,
.news-single-item-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-single-item-content li strong {
    background: rgb(27, 64, 102, 0.1);
    display: inline-block;
    width: 100%;
    padding: 3.2px 8px;
    padding: 0.2rem 0.5rem;
}

.ltr .news-single-item-content li strong {
    border-left: 2px solid var(--primary);
}

.rtl .news-single-item-content li strong {
    border-right: 2px solid var(--primary);
}

.news-single-item-content-wrapper {
    overflow: hidden;
    margin-top: 8px;
    margin-top: 0.5rem;
}

/* Section About */

.about-page-wrapper {
    width: 100%;
    background: #f3f3f3;
}

.about-main-bg-wrapper {
    z-index: 2;
    position: relative;
    background-image: url(images/about-linebg.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-heading {
    background: #f3f3f3;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
}

.about-heading:before {
    content: "";
    width: 100%;
    height: 18%;
    box-shadow: 0 0 15px 0 #000;
    background: #f3f3f3;
    position: absolute;
    border-radius: 12px;
    top: 0;
}

.about-heading-image {
    width: 100%;
    display: block;
    user-select: none;
    margin-bottom: -16%;
}

.about-heading-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    z-index: 3;
}

.about-heading-wrapper {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.about-heading-content-wrapper {
    padding: 0 20px;
    text-align: center;
    background: #f3f3f3;
    position: relative;
    border-radius: 12px;
    z-index: 2;
}

.about-heading-title {
    color: var(--primary);
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding: 24px 0;
    padding: 1.5rem 0;
    margin: 0;
    font-weight: 500;
}

.about-heading-description {
    text-align: justify;
    font-weight: 400;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    color: #3d3d3d;
}

.about-body {
    padding: 0;
    position: relative;
}

.about-body-inner {
    position: relative;
    background: #f3f3f3;
}

.about-body-wrapper {
    position: relative;
    z-index: 2;
}

.about-intro {
    padding: 0 20px;
    display: inline-block;
}

.about-intro-col-icon {
    width: 30%;
    max-width: 50px;
    display: block;
    margin: 0 auto;
}

.about-intro-col-icon-wrapper {
    text-align: center;
}

.about-intro-col-title {
    color: var(--primary);
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 0;
    padding: 0.5rem 0;
    margin: 0;
    font-weight: 500;
}

.about-intro-col-title-wrapper {
    text-align: center;
}

.about-intro-col-desc {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3d3d3d;
    font-weight: 400;
}

.about-intro-col-desc-wrapper {
    text-align: center;
}

.about-story {
    padding: 0 20px;
}

.about-story-wrapper {
    position: relative;
    padding-bottom: 32px;
    padding-bottom: 2rem;
}

.about-story-content {
    position: relative;
}

.about-story-content-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.about-story-title {
    color: var(--primary);
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding: 24px 0 12px;
    padding: 1.5rem 0 0.75rem;
    margin: 0;
    font-weight: 500;
}

.about-story-image {
    width: 100%;
    display: block;
}

.about-story-image-wrapper {
    width: 100%;
}

.about-story-desc {
    padding: 0;
    color: #3d3d3d;
    margin-bottom: 0;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-align: justify;
    line-height: 24px;
    line-height: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    font-weight: 400;
    margin-top: 8px;
    margin-top: 0.5rem;
}

.about-story-desc-wrapper {
    position: relative;
    max-height: 300px;
}

.about-story-desc-button {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    background: linear-gradient(to top, #fff, rgb(255, 255, 255, 0.85), rgb(255, 255, 255, 0.3));
}

.about-values {
    padding: 0 20px;
}

.about-values-wrapper {
    background: rgb(237, 237, 238, 0.3);
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.about-values-title {
    color: var(--primary);
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding: 24px 0 12px;
    padding: 1.5rem 0 0.75rem;
    margin: 0;
    font-weight: 500;
}

.about-values-desc {
    padding: 0;
    margin: 0;
    padding: 0 0 24px 0;
    padding: 0 0 1.5rem 0;
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3d3d3d;
}

.about-values-items {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.about-value-item {
    width: 33.333%;
    padding-top: 33.333%;
    position: relative;
    transition: 0.4s;
}

.ltr .about-value-item {
    float: left;
}

.rtl .about-value-item {
    float: right;
}

.about-value-item-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.about-value-item-icon {
    width: auto;
    max-width: 42px;
    max-height: 42px;
    vertical-align: middle;
}

.about-value-item-icon-wrapper {
    display: inline-block;
    height: 62px;
    width: 62px;
    line-height: 62px;
}

.about-value-item-title {
    color: #3d3d3d;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 300;
}

.about-investment-strategy {
    padding: 0 20px;
}

.about-investment-strategy-title {
    color: var(--primary);
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding: 24px 0;
    padding: 1.5rem 0;
    margin: 0;
    font-weight: 500;
}

.about-investment-strategy-item {
    z-index: 2;
    width: 100%;
    padding-top: 50%;
    position: relative;
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 12px;
    transition: all 0.8s, z-index 0.5s 1s step-start;
}

.about-investment-strategy-item.accordion {
    cursor: pointer;
}

.about-investment-strategy-item.accordion:hover {
    box-shadow: 8px 8px 1px #9f9f9f;
}

.about-investment-strategy-item.accordion.open {
    box-shadow: unset;
}

.about-investment-strategy-item:last-child {
    margin-bottom: 0;
}

.about-investment-strategy-item.open {
    z-index: 3;
    transition: all 0.4s, z-index 0.5s 0s step-start;
}

.about-investment-strategy-item:not(.open).init .about-investment-strategy-item-box {
    box-shadow: 0 0 0 0 transparent;
}

.about-investment-strategy-items-wrapper {
    padding-bottom: 32px;
    padding-bottom: 2rem;
}

.about-investment-strategy-item-box {
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.3);
    transition: all 0.4s 0.5s, box-shadow 0.4s 0s ease-in-out;
}

.ltr .about-investment-strategy-item-box {
    right: 0;
}

.rtl .about-investment-strategy-item-box {
    left: 0;
}

.box-open .about-investment-strategy-item-box {
    box-shadow: 0 0 0 0 rgb(0, 0, 0, 0.3);
}

.box-open .open .about-investment-strategy-item-box {
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.3);
}

.about-investment-strategy-item-yield {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    padding-top: 50%;
}

.ltr .about-investment-strategy-item-yield {
    left: 0;
}

.rtl .about-investment-strategy-item-yield {
    right: 0;
}

.about-investment-strategy-item-yield-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.about-investment-strategy-item-icon {
    margin: 0 auto;
    max-width: 55px;
    max-height: 55px;
    position: absolute;
    top: calc(100% - 80px);
    transition: 0.4s 0.4s;
    transform: translateX(50%) translateY(0);
}

.ltr .about-investment-strategy-item-icon {
    left: 50%;
}

.rtl .about-investment-strategy-item-icon {
    right: 50%;
}

.ltr .about-investment-strategy-item-icon {
    transform: translateX(-50%) translateY(0);
}

.open .about-investment-strategy-item-icon {
    top: 12.8px;
    top: 0.8rem;
    transition: 0.4s 0.1s ease-in-out;
    transform: translateX(0) translateY(0);
}

.ltr .open .about-investment-strategy-item-icon {
    left: 32px;
    left: 2rem;
}

.rtl .open .about-investment-strategy-item-icon {
    right: 32px;
    right: 2rem;
}

.about-investment-strategy-item-title {
    top: 16px;
    top: 1rem;
    margin: 0;
    width: 50%;
    padding: 0;
    color: var(--primary);
    width: fit-content;
    position: absolute;
    font-size: 14.4px;
    font-size: 0.9rem;
    text-align: center;
    transition: 0.4s 0.4s;
    font-weight: 400;
    transform: translateX(50%);
}

.ltr .about-investment-strategy-item-title {
    left: 50%;
}

.rtl .about-investment-strategy-item-title {
    right: 50%;
}

.ltr .about-investment-strategy-item-title {
    transform: translateX(-50%);
}

.open .about-investment-strategy-item-title {
    transition: 0.4s;
}

.ltr .open .about-investment-strategy-item-title {
    left: 160px;
    left: 10rem;
}

.rtl .open .about-investment-strategy-item-title {
    right: 160px;
    right: 10rem;
}

.about-investment-strategy-item-content {
    color: #080808;
    padding: 0 32px;
    padding: 0 2rem;
    text-align: justify;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 24px;
    line-height: 1.5rem;
}

.about-investment-strategy-item-content-wrapper {
    position: absolute;
    top: 88px;
    top: 5.5rem;
    left: 0;
    height: calc(100% - 7rem);
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: 0.5s 0.35s, opacity 0.4s 0.2s;
}

.open .about-investment-strategy-item-content-wrapper {
    opacity: 1;
    transition: 0.3s 0.3s, opacity 0.4s 0.6s;
}

.about-investment-stages {
    padding: 0 20px;
}

.about-investment-stages-wrapper {
    position: relative;
    background: rgb(237, 237, 238, 0.3);
    padding: 48px 0 32px;
    padding: 3rem 0 2rem;
    background-image: url(images/circle-bottom.svg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right top;
}

.about-investment-stages-title {
    color: var(--primary);
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding: 24px 0 16px;
    padding: 1.5rem 0 1rem;
    margin: 0;
    font-weight: 500;
}

.about-investment-stages-desc {
    padding: 0;
    margin: 0;
    padding: 0 0 24px 0;
    padding: 0 0 1.5rem 0;
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    color: #3d3d3d;
}

.about-investment-stages-item {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.about-investment-stages-item:last-child {
    margin-bottom: 0;
}

.about-investment-stages-item-header {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 11.2px 0 8px;
    padding: 0.7rem 0 0.5rem;
    margin-bottom: 11.2px;
    margin-bottom: 0.7rem;
}

.about-investment-stages-item-icon {
    display: block;
    max-width: 50px;
    max-height: 50px;
    margin: 0 auto;
}

.about-investment-stages-item-title {
    font-weight: 500;
    font-size: 14.4px;
    font-size: 0.9rem;
    color: var(--primary);
    margin-top: 8px;
    margin-top: 0.5rem;
}

.about-investment-stages-item-content {
    color: #505050;
    font-size: 13.6px;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: justify;
    padding: 0 15px;
    text-align-last: center;
}

.about-investment-stages-footer {
    padding: 32px 0 0;
    padding: 2rem 0 0;
}

.about-investment-stages-footer-icon {
    display: block;
    max-width: 38px;
    max-height: 38px;
    position: absolute;
    top: 50%;
}

.about-investment-stages-footer-icon:nth-child(1) {
    left: 80%;
    transform: translate(-50%, -50%);
}

.about-investment-stages-footer-icon:nth-child(2) {
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-investment-stages-footer-icon:nth-child(3) {
    left: 20%;
    transform: translate(-50%, -50%);
}

.about-investment-stages-footer-icons {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

.about-investment-stages-footer-chart-frame {
    display: inline-block;
    width: 100%;
    border: #a8a9ad solid 2px;
    box-sizing: border-box;
}

.about-investment-stages-footer-chart-line {
    width: 100%;
    height: 20px;
    background: #d1d2d4;
    border-bottom: 2px solid #a8a9ad;
    position: relative;
}

.about-investment-stages-footer-chart-line:last-child {
    border-bottom: 0;
    border-bottom: 0;
}

.about-investment-stages-footer-chart-bar {
    color: #fff;
    font-weight: 500;
    position: absolute;
    height: 100%;
    top: 0;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
}

.about-investment-stages-footer-chart-bar.sarava {
    width: 67%;
    font-weight: 500;
}

.ltr .about-investment-stages-footer-chart-bar.sarava {
    right: 0;
    background: linear-gradient(to left, #917f34, #5a5d56);
    border-left: 2px solid #a8a9ad;
}

.rtl .about-investment-stages-footer-chart-bar.sarava {
    left: 0;
    background: linear-gradient(to right, #917f34, #5a5d56);
    border-right: 2px solid #a8a9ad;
}

.about-investment-stages-footer-chart-bar.hamava {
    width: 33%;
}

.ltr .about-investment-stages-footer-chart-bar.hamava {
    background: linear-gradient(to left, #49545d, #234366);
    left: 0;
    border-right: 2px solid #a8a9ad;
}

.rtl .about-investment-stages-footer-chart-bar.hamava {
    background: linear-gradient(to right, #49545d, #234366);
    right: 0;
    border-left: 2px solid #a8a9ad;
}

.about-qoute {
    padding: 0 20px;
    margin-bottom: -23px;
    z-index: 2;
    position: relative;
}

.about-qoute-wrapper {
    background-image: url(images/circle-top.svg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right bottom;
}

.about-qoute-image {
    width: 100%;
    display: block;
}

.about-qoute-image-wrapper {
    width: 50%;
}

.about-qoute-content {
    position: relative;
    height: 100%;
}

.about-qoute-content-wrapper {
    position: relative;
    padding: 10px 15px 0;
    border: #ededee solid 3px;
    border-top-left-radius: 12px;
    background: rgb(255, 255, 255, 0.6);
}

.about-qoute-text {
    color: #3d3d3d;
    font-weight: 300;
    margin-bottom: 10px;
}

.about-qoute-text-box {
    text-align: justify;
}

.ltr .about-qoute-label {
    text-align: right;
}

.rtl .about-qoute-label {
    text-align: left;
}

.rtl .about-qoute-label {
    direction: rtl;
}

.ltr .about-qoute-label {
    direction: ltr;
}

.about-qoute-label-wrapper {
    position: absolute;
    bottom: 0;
    width: 50%;
    direction: ltr;
}

.ltr .about-qoute-label-wrapper {
    right: 0;
}

.rtl .about-qoute-label-wrapper {
    left: 0;
}

.about-qoute-name {
    color: var(--primary);
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.about-qoute-logo {
    max-width: 50%;
}

.about-contact-wrapper {
    position: relative;
    padding: 0;
}

.about-contact-box {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    background: #153e67;
    color: #fff;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.rtl .about-contact-box {
    direction: ltr;
}

.ltr .about-contact-box {
    direction: rtl;
}

.rtl .about-contact-info-wrapper {
    direction: rtl;
}

.ltr .about-contact-info-wrapper {
    direction: ltr;
}

.about-contact-info-row {
    direction: ltr;
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    padding: 8px 0;
    padding: 0.5rem 0;
    line-height: 36.8px;
    line-height: 2.3rem;
}

.ltr .about-contact-info-row {
    text-align: right;
}

.rtl .about-contact-info-row {
    text-align: left;
}

.ltr .about-contact-info-icon {
    float: left;
    margin-right: 60px;
    text-align: left;
}

.rtl .about-contact-info-icon {
    float: right;
    margin-left: 60px;
    text-align: right;
}

.about-contact-info-icon-img {
    vertical-align: middle;
}

.about-contact-info-text {
    font-size: 13.6px;
    font-size: 0.85rem;
    font-weight: 400;
    direction: ltr;
}

.ltr .about-contact-info-text {
    text-align: right;
}

.rtl .about-contact-info-text {
    text-align: left;
}

.about-contact-info-title {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 500;
}

.about-contact-info-address {
    width: 100%;
    display: block;
    text-align-last: justify;
    text-align: justify;
}

.rtl .about-contact-info-address {
    direction: rtl;
}

.ltr .about-contact-info-address {
    direction: ltr;
}

.about-contact-info-address-icon {
    float: none;
}

.ltr .about-contact-info-address-icon {
    text-align: left;
    margin-right: 10px;
}

.rtl .about-contact-info-address-icon {
    text-align: right;
    margin-left: 10px;
}

.about-contact-info-address-text {
    text-align: justify;
    text-align-last: justify;
    width: 100%;
}

.about-contact-info-pocode-text {
    clear: both;
    display: block;
    width: auto;
}

.ltr .about-contact-info-pocode-text {
    text-align: right;
}

.rtl .about-contact-info-pocode-text {
    text-align: left;
}

.about-contact-map #map {
    position: relative;
    padding-top: 100%;
}

.about-contact-map #map>iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* Footer */

.footer {
    background: #1b4066;
}

.home .footer {
    background: #e7e8e9;
}

.about-page .footer,
.about-page.ltr .footer,
.home.ltr .footer {
    background: #1b4066;
}

.footer-logo-image {
    user-select: none;
}

.ltr .footer-logo-wrapper {
    text-align: right;
}

.rtl .footer-logo-wrapper {
    text-align: left;
}

.footer-copyright {
    font-size: 16px;
    font-size: 1rem;
}

.ltr .footer-copyright {
    float: left;
}

.rtl .footer-copyright {
    float: right;
}

.rtl .footer-copyright {
    direction: rtl;
}

.footer-copyright span {
    display: inline-block;
    direction: ltr;
}

.footer-copyright a {
    text-decoration: none;
}

.rtl .footer-copyright a {
    color: var(--primary);
}

.about-page .footer-copyright a,
.about-page.ltr .footer-copyright a,
.ltr .footer-copyright a {
    color: #fff;
}

.footer-copyright a:focus,
.footer-copyright a:hover {
    text-decoration: none;
}

.footer-wrapper {
    position: relative;
    padding: 20px 15px 5px;
    color: #fff;
}

.home .footer-wrapper .hide-home {
    display: none;
}

.about-page .footer-wrapper .hide-home,
.home.ltr .footer-wrapper .hide-home {
    display: inline-block;
}

.footer-wrapper .hide-rest {
    display: none;
}

.home .footer-wrapper .hide-rest {
    display: inline-block;
}

.about-page .footer-wrapper .hide-rest,
.home.ltr .footer-wrapper .hide-rest {
    display: none;
}

.rtl .footer-wrapper {
    direction: ltr;
}

.footer-wrapper .ltr {
    direction: rtl;
}

.home .footer-wrapper {
    color: var(--primary);
}

.about-page .footer-wrapper,
.about-page.ltr .footer-wrapper,
.home.ltr .footer-wrapper {
    color: #fff;
}

/* Media Screen */

@media (max-width: 375px) and (min-width: 321px) {
    .story-content-text.bold {
        margin: 1rem 0 2rem;
    }

    .story-content-text-wrapper {
        padding: 0 30px;
    }

    .portfo-body-timeline-slide-wrapper {
        margin: 2rem auto 8rem;
        padding-top: 50%;
    }

    .timeline-slider {
        min-height: 400px;
    }

    .timeline-slide-content {
        height: 220px;
    }

    .about-investment-strategy-item-icon {
        top: calc(100% - 60px);
        max-width: 42px;
        max-height: 42px;
    }

    .about-investment-strategy-item-title {
        font-size: 0.85rem;
    }

    .ltr .about-contact-info-phone-text {
        padding-right: 24px;
        padding-right: 1.5rem;
    }

    .rtl .about-contact-info-phone-text {
        padding-left: 24px;
        padding-left: 1.5rem;
    }
}

@media (max-width: 425px) and (min-width: 376px) {
    .story-content-text.bold {
        margin: 2rem 0 1rem;
    }

    .story-content-text-wrapper {
        padding: 0 3rem;
    }

    .portfo-body-description {
        font-size: 0.85rem;
        line-height: 1.35rem;
    }

    .portfo-body-stat-number {
        font-size: 0.9rem;
    }

    .portfo-body-stat-title {
        font-size: 0.9rem;
    }

    .portfo-body-timeline-slide-wrapper {
        margin: 2rem auto 5rem;
        padding-top: 70%;
    }

    .timeline-slider {
        min-height: 400px;
    }

    .timeline-slide-content {
        height: 220px;
    }

    .ov-modal-desc {
        font-size: 0.82rem;
        line-height: 1.22rem;
    }

    .about-contact-info-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .ltr .about-contact-info-phone-text {
        padding-right: 48px;
        padding-right: 3rem;
    }

    .rtl .about-contact-info-phone-text {
        padding-left: 48px;
        padding-left: 3rem;
    }

    .about-contact-map {
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 426px) {
    .c-breadcrumb {
        margin: 2px 0 0;
        line-height: 2.2;
    }

    .c-breadcrumb li:before {
        font-size: 13px;
    }

    .header-wrapper>.container .language-switcher-wrapper {
        opacity: 1;
        z-index: 2;
        transform: translate3d(0, 0, 0);
        width: 70px;
    }

    .ltr .header-wrapper>.container .language-switcher-wrapper {
        right: 25px;
    }

    .rtl .header-wrapper>.container .language-switcher-wrapper {
        left: 25px;
    }

    .header-wrapper .menu-toggle {
        display: none;
    }

    .header-wrapper .menu-wrapper {
        display: inline-block;
    }

    .header-wrapper .menu-item {
        position: relative;
        z-index: 1;
        text-align: center;
        margin: 0 10px;
    }

    .header-wrapper .menu-item.current-menu-parent.menu-item>a,
    .header-wrapper .menu-item.current_page_item>a {
        color: #2e2e2e;
    }

    .header-wrapper .menu-item:hover>a {
        color: #2e2e2e;
    }

    .header-wrapper .menu-item:hover>a:after {
        width: calc(100% - 10px);
    }

    .header-wrapper .menu-item:hover.current-menu-parent>a,
    .header-wrapper .menu-item:hover.current_page_item>a {
        color: #2e2e2e;
    }

    .header-wrapper .menu-item a {
        background: #fff;
        text-align: center;
        font-size: 12.8px;
        font-size: 0.8rem;
        height: 80px;
        line-height: 80px;
        margin: 0 5px;
        width: 100%;
    }

    .header-wrapper .menu-item a:after {
        content: "";
        width: 0;
        height: 1px;
        left: 50%;
        bottom: 20%;
        position: absolute;
        background: #d3d3d3;
        transform: translateX(-50%);
        transition: 0.4s;
    }

    .header-wrapper .menu-item-has-children {
        position: relative;
    }

    .header-wrapper .menu-item .sub-menu {
        position: absolute;
        padding: 5px 20px 10px;
        background: #fff;
        width: 250%;
        opacity: 0;
        z-index: -1;
        transform: translateY(-200%);
        transition: transform 0.6s, opacity 0.3s;
        border: rgb(0, 0, 0, 0.1) solid 1px;
        border-top-color: transparent;
        border-top-width: 0;
    }

    .ltr .header-wrapper .menu-item .sub-menu {
        left: 0;
    }

    .rtl .header-wrapper .menu-item .sub-menu {
        right: 0;
    }

    .header-wrapper .menu-item .sub-menu.open {
        opacity: 1;
        transform: translateY(0);
        transition: transform 0.3s, opacity 0.6s;
    }

    .header-wrapper .menu-item .sub-menu .menu-item {
        padding: 0;
        margin: 0;
    }

    .header-wrapper .menu-item .sub-menu .menu-item.current-menu-parent.menu-item>a,
    .header-wrapper .menu-item .sub-menu .menu-item.current_page_item>a {
        color: #000;
    }

    .header-wrapper .menu-item .sub-menu .menu-item.current-menu-parent.menu-item>a:after,
    .header-wrapper .menu-item .sub-menu .menu-item.current_page_item>a:after {
        width: 50%;
        background: rgb(46, 46, 46, 0.5);
    }

    .header-wrapper .menu-item .sub-menu .menu-item:hover>a {
        color: #2e2e2e;
    }

    .header-wrapper .menu-item .sub-menu .menu-item:hover>a:after {
        width: 50%;
    }

    .header-wrapper .menu-item .sub-menu .menu-item:hover.current-menu-parent>a,
    .header-wrapper .menu-item .sub-menu .menu-item:hover.current_page_item>a {
        color: #2e2e2e;
    }

    .header-wrapper .menu-item .sub-menu .menu-item:hover.current-menu-parent>a:after,
    .header-wrapper .menu-item .sub-menu .menu-item:hover.current_page_item>a:after {
        width: 50%;
        background: rgb(46, 46, 46, 0.5);
    }

    .header-wrapper .menu-item .sub-menu .menu-item a {
        transition: color 0.3s;
        display: inline-block;
        height: 100%;
        width: 100%;
        line-height: normal;
        line-height: initial;
    }

    .ltr .header-wrapper .menu-item .sub-menu .menu-item a {
        text-align: left;
    }

    .rtl .header-wrapper .menu-item .sub-menu .menu-item a {
        text-align: right;
    }

    .header-wrapper .menu-item .sub-menu .menu-item a:after {
        left: initial;
        transform: none;
        transition: 0.4s;
    }

    .ltr .header-wrapper .menu-item .sub-menu .menu-item a:after {
        left: 0;
    }

    .rtl .header-wrapper .menu-item .sub-menu .menu-item a:after {
        right: 0;
    }

    .header-wrapper .menu-item .sub-menu .menu-item:hover a {
        color: #1a1a1a;
    }

    .banner-frame {
        width: 60%;
        pointer-events: auto;
    }

    .banner-frame-wrapper {
        position: relative;
        pointer-events: none;
    }

    .banner-title {
        font-size: unset;
        padding: 0;
        margin: 0;
        margin-bottom: 0.5rem;
    }

    .banner-title-wrapper {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .banner-title-wrapper>.container {
        position: relative;
        height: 100%;
    }

    .banner-title-box {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        width: fit-content;
        transition: 0.4s;
        right: 20px;
    }

    .banner-title-line-one,
    .banner-title-line-two {
        font-size: 0.95rem;
        line-height: 1.35rem;
        font-weight: 500;
        color: #787878;
    }

    .ltr .banner-title-line-one,
    .ltr .banner-title-line-two {
        font-size: 11.2px;
        font-size: 0.7rem;
        line-height: 17.6px;
        line-height: 1.1rem;
        color: #686868;
    }

    .banner-slider {
        height: 100%;
    }

    .banner-slider-wrapper {
        position: absolute;
        height: 100%;
    }

    .banner-slide-image {
        width: auto;
        height: 100%;
    }

    .banner-slide-content {
        text-align: left;
        margin-bottom: 1rem;
        direction: ltr;
    }

    .banner-slide-content-wrapper {
        display: none;
    }

    .banner-slide-logo {
        margin: 0;
        max-width: 30%;
    }

    .banner-slide-title {
        padding-top: 0.5rem;
    }

    .banner-footer {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }

    .banner-footer-wrapper {
        display: none;
    }

    .banner-footer-slogan {
        font-weight: 400;
        text-align: center;
        background: 0;
        padding: 0;
        width: 100%;
        border-radius: 0;
        font-size: 0.65rem;
    }

    .ltr .banner-footer-slogan {
        font-size: 8px;
        font-size: 0.5rem;
    }

    .banner-footer-slogan-wrapper {
        width: 100%;
        background: #1b4066;
        border-radius: 12px;
        padding: 2px 0;
        margin-bottom: 0.75rem;
    }

    .banner-footer-logos {
        margin: 0;
        width: 100%;
        mix-blend-mode: darken;
    }

    .story-section {
        background-size: 25% auto;
    }

    .story-content {
        width: 85%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .story-content-inner {
        position: absolute;
        top: 50%;
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%);
        left: 50% !important;
    }

    .story-content-wrapper {
        top: 0;
        width: 79%;
        height: 100%;
    }

    .story-content-title {
        font-size: 1.2rem;
    }

    .story-content-title-wrapper {
        margin: 0 0 1rem;
    }

    .rtl .story-content-text {
        font-size: 11.2px;
        font-size: 0.7rem;
        line-height: 17.6px;
        line-height: 1.1rem;
    }

    .ltr .story-content-text {
        font-size: 11.2px;
        font-size: 0.7rem;
        line-height: 17.6px;
        line-height: 1.1rem;
    }

    .story-content-text.bold {
        margin: 0;
        padding-bottom: 0.5rem;
    }

    .story-content-text-wrapper {
        padding: 0;
    }

    .portfolio-section {
        padding: 3rem 0 2rem;
    }

    .portfolio-section-title {
        font-size: 1.2rem;
    }

    .portfolio-section-desc {
        font-size: 1rem;
    }

    .portfolio-section:before {
        background-size: 25% auto;
    }

    .portfolio-section:after {
        background-size: 25% auto;
    }

    .portfolio-container-2 {
        margin-top: 1rem;
    }

    .ltr .portfolio-slide-col {
        float: left;
    }

    .rtl .portfolio-slide-col {
        float: right;
    }

    .portfolio-slide-col.right {
        transform: translate3d(-110%, 0, 0);
        padding: 10px;
        width: calc(50% - 15px);
    }

    .ltr .portfolio-slide-col.right {
        transform: translate3d(110%, 0, 0);
    }

    .portfolio-slide-col.left {
        transform: translateY(-50%) translate3d(110%, 0, 0);
        position: absolute;
        height: 100%;
        top: 50%;
        width: calc(50% + 15px);
    }

    .ltr .portfolio-slide-col.left {
        transform: translateY(-50%) translate3d(-110%, 0, 0);
    }

    .portfolio-slide-col-wrapper {
        box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.6);
        border-radius: 6px;
        width: calc(100% - 20px);
        height: 100%;
        overflow: hidden;
        position: absolute;
        background: #fff;
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
    }

    .ltr .portfolio-slide-col-wrapper {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .rtl .portfolio-slide-col-wrapper {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .portfolio-slide-content {
        padding: 1.25rem 1.6rem 0.5rem;
    }

    .portfolio-slide-readmore {
        padding: 3px 10px;
        font-size: 0.7rem;
    }

    .portfolio-slide-logos {
        width: calc(100% - 4rem);
        bottom: 1.5rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .rtl .portfolio-slide.swiper-slide-active .portfolio-slide-col.right {
        transform: translate3d(-1%, 0, 0);
    }

    .ltr .portfolio-slide.swiper-slide-active .portfolio-slide-col.right {
        transform: translate3d(1%, 0, 0);
    }

    .portfolio-slide.swiper-slide-active .portfolio-slide-col.left {
        transform: translateY(-50%) translate3d(0, 0, 0);
    }

    .portfolio-selector-bullet {
        height: auto;
        height: initial;
        width: 16.666666667%;
        line-height: 28px;
        padding-top: 5%;
    }

    .portfolio-selector-bullet .portfolio-icon {
        transition: 0.4s;
        max-height: 17px;
    }

    .ltr .portfolio-selector-bullet .portfolio-icon {
        max-height: 27px;
    }

    .portfolio-selector-bullet-active .portfolio-icon {
        max-height: 20px;
    }

    .ltr .portfolio-selector-bullet-active .portfolio-icon {
        max-height: 30px;
    }

    .portfolio-selectors-wrapper {
        padding: 10px 0;
    }

    .portfolio-selectors-wrapper .portfolio-slide-next,
    .portfolio-selectors-wrapper .portfolio-slide-prev {
        display: none;
    }

    .insight-title {
        margin: 0 0 1rem;
    }

    .insight-title-link-text {
        font-size: 1rem;
    }

    .ltr .insight-title-link-text {
        padding-left: 10px;
    }

    .rtl .insight-title-link-text {
        padding-right: 10px;
    }

    .insight-title-logo-link-img {
        height: 50px;
    }

    .ltr .insight-title-logo-link-img {
        padding-right: 10px;
    }

    .rtl .insight-title-logo-link-img {
        padding-left: 10px;
    }

    .portfo-heading-logo-wrapper {
        border: #f2f2f2 solid 2px;
        padding: 1.5rem 0 4rem;
        border: #f2f2f2 solid 6px;
        border-bottom: 0;
    }

    .portfo-body-description {
        color: #616161;
        line-height: 1.45rem;
        font-size: 0.95rem;
    }

    .portfo-body-description-wrapper {
        padding: 0 0 2rem;
    }

    .portfo-body-sub-logo {
        display: block;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .portfo-body-sub-logos {
        transform: translateY(-3rem);
        margin-bottom: -1.5rem;
        background: #fff;
        border-radius: 20px;
        padding: 2.5rem 0 3.5rem;
    }

    .ltr .portfo-body-sub-logos {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .rtl .portfo-body-sub-logos {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .portfo-body-stats {
        display: table;
        margin: 0 auto;
    }

    .portfo-body-stats-wrapper {
        padding-bottom: 2rem;
        width: 75%;
        text-align: center;
    }

    .portfo-body-stat-wrapper {
        text-align: center;
        display: table-cell;
    }

    .portfo-body-stat-wrapper:first-child:nth-last-child(3),
    .portfo-body-stat-wrapper:first-child:nth-last-child(3)~.portfo-body-stat-wrapper {
        width: 33.3333%;
    }

    .portfo-body-stat-wrapper:first-child:nth-last-child(4),
    .portfo-body-stat-wrapper:first-child:nth-last-child(4)~.portfo-body-stat-wrapper {
        width: 25%;
    }

    .portfo-body-stat-wrapper:first-child:nth-last-child(5),
    .portfo-body-stat-wrapper:first-child:nth-last-child(5)~.portfo-body-stat-wrapper {
        width: 20%;
    }

    .portfo-body-stat-image {
        width: 60%;
        margin-bottom: 15px;
        max-width: 350px;
    }

    .portfo-body-stat-number {
        font-size: 1rem;
        font-weight: 400;
    }

    .portfo-body-stat-title {
        font-size: 0.9rem;
    }

    .portfo-body-story-wrapper {
        overflow-x: hidden;
    }

    .portfo-body-story-description-wrapper {
        top: 50%;
        z-index: 2;
        overflow: hidden;
        position: absolute;
        width: 60%;
        transform: translateY(-50%);
    }

    .ltr .portfo-body-story-description-wrapper {
        left: 5%;
    }

    .rtl .portfo-body-story-description-wrapper {
        right: 5%;
    }

    .if .portfo-body-story-description-wrapper,
    .ppg .portfo-body-story-description-wrapper {
        width: 90%;
    }

    .portfo-body-story-title {
        padding: 1rem 0 0.5rem;
        margin: 0;
    }

    .portfo-body-story-content {
        font-size: 0.85rem;
        line-height: 1.2rem;
        padding: 0;
    }

    .portfo-body-story-media-wrapper {
        width: 60%;
    }

    .digikala .portfo-body-story-media-wrapper {
        width: 100%;
    }

    .portfo-body-story-media-bg {
        max-height: 400px;
        width: auto;
    }

    .dk .portfo-body-story-media-bg {
        width: 100%;
        max-height: 600px;
    }

    .ltr .dk .portfo-body-story-media-bg {
        width: 120%;
    }

    .cb .portfo-body-story-media-bg {
        width: 100%;
    }

    .th .portfo-body-story-media-bg {
        width: 100%;
    }

    .if .portfo-body-story-media-bg {
        max-height: 250px;
    }

    .ltr .if .portfo-body-story-media-bg {
        max-height: 270px;
        transform: translateX(30%);
    }

    .ppg .portfo-body-story-media-bg {
        max-height: 230px;
    }

    .ltr .ppg .portfo-body-story-media-bg {
        max-height: 240px;
    }

    .portfo-body-story-media-image {
        max-width: 65%;
        max-height: 55%;
    }

    .ltr .portfo-body-story-media-image {
        left: auto;
        left: initial;
        right: 15px;
    }

    .rtl .portfo-body-story-media-image {
        right: auto;
        right: initial;
        left: 15px;
    }

    .cb .portfo-body-story-media-image {
        max-height: 75%;
    }

    .digikala .portfo-body-story-media-image {
        max-width: 28%;
        max-height: none;
        height: auto;
        width: 100%;
    }

    .th .portfo-body-story-media-image {
        max-height: 90%;
        height: auto;
        max-width: 55%;
    }

    .portfo-body-slideshow-wrapper {
        padding: 3rem 0;
    }

    .portfo-body-slideshow-wrapper .swiper-slide {
        padding-top: 25%;
    }

    .portfo-body-slideshow-next,
    .portfo-body-slideshow-prev {
        background-size: 22%;
    }

    .portfo-body-timeline-slide-content-bullet {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    .portfo-body-timeline-selector {
        border: solid 3px;
    }

    .portfo-body-timeline-selector {
        height: 20px;
        width: 20px;
    }

    .portfo-body-timeline-selector-inner {
        height: 14px;
        width: 14px;
    }

    .portfo-body-timeline-selectors-wrapper .swiper-pagination-bullet {
        height: 20px;
        width: 20px;
    }

    .portfo-body-timeline-selectors-wrapper .swiper-pagination-bullet .swiper-pagination-bullet-active-inner {
        height: 14px;
        width: 14px;
    }

    .portfo-body-timeline-selectors-wrapper .swiper-pagination-bullet-active .portfo-body-timeline-selector-year {
        font-size: 16px;
        font-size: 1rem;
    }

    .portfo-body-timeline-selector-year {
        font-size: 0.8rem;
    }

    .portfo-body-reflect-wrapper {
        margin-bottom: 1rem;
    }

    .portfo-body-reflect-title-text {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .portfo-body-reflect-title-logo {
        max-height: 30px;
        transform: translateY(5px);
    }

    .ltr .portfo-body-reflect-title-logo {
        right: 32px;
        right: 2rem;
    }

    .rtl .portfo-body-reflect-title-logo {
        left: 32px;
        left: 2rem;
    }

    .page-cafebazaar .portfo-body-reflect-title-logo {
        transform: translateY(15px);
    }

    .portfo-body-reflect-content {
        padding: 1rem 0 0;
        font-size: 0.9rem;
        line-height: 1.4rem;
    }

    .portfo-body-reflect-content-wrapper {
        padding: 2.5rem 2rem;
    }

    .timeline-slider {
        height: 450px;
        width: 100%;
        max-height: none;
        animation-delay: 3s;
    }

    .timeline-slide-image {
        width: 100%;
        bottom: 10px;
    }

    .ltr .timeline-slide-image {
        right: 0;
    }

    .rtl .timeline-slide-image {
        left: 0;
    }

    .timeline-slide-content {
        text-align: center;
        transform: translate(50%, 0);
        z-index: 2;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 100%;
        opacity: 0;
        animation: showOpac 0.8s 3.6s ease 1 normal forwards;
        transform: translateY(-50%);
    }

    .ltr .timeline-slide-content {
        right: 0;
    }

    .rtl .timeline-slide-content {
        left: 0;
    }

    .timeline-slide-text {
        position: absolute;
        top: 16%;
        width: calc(60% - 35px);
        line-height: 1.4rem;
        font-size: 0.9rem;
        text-align: justify;
        padding: 0;
        margin: 0;
        opacity: 0;
        transition: 0.2s 0.6s ease;
    }

    .rtl .timeline-slide-text {
        transform: translate3d(20px, 0, 0);
    }

    .ltr .timeline-slide-text {
        transform: translate3d(-20px, 0, 0);
    }

    .ltr .timeline-slide-text {
        right: 35px;
    }

    .rtl .timeline-slide-text {
        left: 35px;
    }

    .timeline-controller-slide.partActive .timeline-controller-slide-title {
        font-size: 0.9rem;
    }

    .timeline-controller-slide-title {
        width: 170px;
    }

    .ltr .timeline-controller-slide-title:before {
        left: -7px;
    }

    .rtl .timeline-controller-slide-title:before {
        right: -7px;
    }

    .timeline-controller2-wrapper {
        display: none;
    }

    .ov-page-desc {
        padding-bottom: 2rem;
    }

    .ov-page-wrapper {
        padding-bottom: 1rem;
    }

    .ov-modal-content-inner {
        width: 65%;
        height: 100%;
        margin-top: 0;
        position: relative;
    }

    .ltr .ov-modal-content-inner {
        margin-left: 20px;
    }

    .rtl .ov-modal-content-inner {
        margin-right: 20px;
    }

    .ov-modal-title {
        padding-top: 20px;
    }

    .news-single-page-main {
        width: 73%;
        width: calc(((100% - 30px) / 4) * 3);
        display: inline-block;
        padding: 0;
        margin: 0;
        vertical-align: top;
    }

    .news-single-page-sidebar {
        width: 25%;
        width: calc((100% - 30px) / 4);
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .news-single-page-sidebar .post-title {
        padding: 4.8px;
        padding: 0.3rem;
        font-size: 9.6px;
        font-size: 0.6rem;
        line-height: 14.4px;
        line-height: 0.9rem;
    }

    .ltr .news-single-item-box {
        padding-right: 32px;
        padding-right: 2rem;
    }

    .rtl .news-single-item-box {
        padding-left: 32px;
        padding-left: 2rem;
    }

    .news-single-item-title-wrapper {
        position: absolute;
        bottom: 0;
        background: rgb(255, 255, 255, 0.75);
    }

    .ltr .news-single-item-title-wrapper {
        left: 0;
    }

    .rtl .news-single-item-title-wrapper {
        right: 0;
    }

    .news-single-item-content-wrapper {
        margin-top: 1rem;
    }

    .about-heading-wrapper>.container {
        position: relative;
    }

    .about-heading-title {
        padding: 1.5rem 0 0.5rem;
    }

    .about-heading-description {
        margin-bottom: 0;
        background: #f3f3f3;
        padding-bottom: 2rem;
        margin: 0 auto;
        border-bottom-width: 1px;
        text-align-last: center;
        font-weight: 400;
    }

    .about-intro {
        padding: 0;
    }

    .about-intro-wrapper {
        text-align: center;
        padding: 3rem 0 2rem;
    }

    .about-intro-col {
        width: 50%;
    }

    .ltr .about-intro-col {
        float: right;
    }

    .rtl .about-intro-col {
        float: left;
    }

    .about-intro-col-icon {
        max-width: 80px;
    }

    .about-intro-col-title {
        font-weight: 500;
        font-size: 0.9rem;
        margin-top: 5px;
    }

    .about-intro-col-desc {
        padding: 0 1.4rem;
        font-size: 0.75rem;
        line-height: 1.45rem;
    }

    .about-story-desc {
        font-size: 0.95rem;
        font-weight: 300;
    }

    .about-values-desc {
        font-weight: 300;
        font-size: 0.9rem;
    }

    .about-value-item-title {
        font-size: 0.8rem;
    }

    .about-investment-strategy-item {
        display: inline-block;
        margin-bottom: 0;
        width: calc((100% - 30px) / 3);
        padding-top: calc((100% - 30px) / 2);
    }

    .ltr .about-investment-strategy-item {
        margin-right: 15px;
    }

    .rtl .about-investment-strategy-item {
        margin-left: 10px;
    }

    .ltr .about-investment-strategy-item:last-child {
        margin-right: 0;
    }

    .rtl .about-investment-strategy-item:last-child {
        margin-left: 0;
    }

    .ltr .about-investment-strategy-item:nth-child(1) .about-investment-strategy-item-box {
        right: auto;
        right: initial;
        left: 0;
    }

    .rtl .about-investment-strategy-item:nth-child(1) .about-investment-strategy-item-box {
        left: auto;
        left: initial;
        right: 0;
    }

    .about-investment-strategy-item:nth-child(2) .about-investment-strategy-item-box {
        left: 50%;
        transform: translateX(-50%);
    }

    .ltr .about-investment-strategy-item:nth-child(3) .about-investment-strategy-item-box {
        right: 0;
        left: auto;
        left: initial;
    }

    .rtl .about-investment-strategy-item:nth-child(3) .about-investment-strategy-item-box {
        left: 0;
        right: auto;
        right: initial;
    }

    .about-investment-strategy-items {
        display: inline-block;
        width: 100%;
    }

    .open .about-investment-strategy-item-box {
        width: calc(300% + 20px);
    }

    .about-investment-strategy-item-yield {
        padding-top: 0;
        height: 100%;
        position: absolute;
    }

    .ltr .about-investment-strategy-item-icon {
        transition: all 0.4s 0.8s, top 0.4s 0.75s, left 0.4s 1.15s;
    }

    .rtl .about-investment-strategy-item-icon {
        transition: all 0.4s 0.8s, top 0.4s 0.75s, right 0.4s 1.15s;
    }

    .ltr .open .about-investment-strategy-item-icon {
        transition: all 0.4s 0.1s, top 0.8s 0.4s, left 0.4s 0.1s;
    }

    .rtl .open .about-investment-strategy-item-icon {
        transition: all 0.4s 0.1s, top 0.8s 0.4s, right 0.4s 0.1s;
    }

    .about-investment-strategy-item-title {
        transition: all 0.4s 0.8s;
    }

    .ltr .open .about-investment-strategy-item-title {
        transition: all 0.4s 0.6s, top 0.4s 0.4s, left 0.4s 0.35s;
        left: 50%;
    }

    .rtl .open .about-investment-strategy-item-title {
        transition: all 0.4s 0.6s, top 0.4s 0.4s, right 0.4s 0.35s;
        right: 50%;
    }

    .about-investment-strategy-item-content-wrapper {
        top: auto;
        top: initial;
        bottom: 1rem;
        height: calc(100% - 6rem);
    }

    .open .about-investment-strategy-item-content-wrapper {
        z-index: 2;
        transition: all 0.3s 0.3s, opacity 0.4s 0.9s;
    }

    .about-investment-stages-item {
        margin-bottom: 0;
        width: 32.33%;
        display: inline-block;
        vertical-align: top;
    }

    .ltr .about-investment-stages-item:first-child .about-investment-stages-item-content {
        padding-right: 10px;
    }

    .rtl .about-investment-stages-item:first-child .about-investment-stages-item-content {
        padding-left: 10px;
    }

    .ltr .about-investment-stages-item:first-child .about-investment-stages-item-header {
        margin-left: -10px;
    }

    .rtl .about-investment-stages-item:first-child .about-investment-stages-item-header {
        margin-right: -10px;
    }

    .about-investment-stages-item:nth-child(2) .about-investment-stages-item-content {
        padding: 0 10px;
    }

    .ltr .about-investment-stages-item:last-child .about-investment-stages-item-content {
        padding-left: 10px;
    }

    .rtl .about-investment-stages-item:last-child .about-investment-stages-item-content {
        padding-right: 10px;
    }

    .about-investment-stages-item:last-child .about-investment-stages-item-content:after {
        content: none;
    }

    .ltr .about-investment-stages-item:last-child .about-investment-stages-item-header {
        margin-right: -10px;
    }

    .rtl .about-investment-stages-item:last-child .about-investment-stages-item-header {
        margin-left: -10px;
    }

    .about-investment-stages-item-header {
        background: 0;
    }

    .about-investment-stages-item-title {
        font-weight: 400;
        font-size: 0.8rem;
    }

    .about-investment-stages-item-content {
        font-weight: 400;
        font-size: 0.8rem;
        padding: 0;
        text-align-last: center;
        position: relative;
    }

    .about-investment-stages-item-content:after {
        content: "";
        width: 1px;
        height: 120px;
        background: #c7c7c7;
        position: absolute;
        top: -20px;
    }

    .ltr .about-investment-stages-item-content:after {
        right: 0;
    }

    .rtl .about-investment-stages-item-content:after {
        left: 0;
    }

    .about-investment-stages-footer {
        padding: 1rem 0 0;
    }

    .about-investment-stages-footer-icons {
        display: none;
    }

    .about-qoute-image-wrapper {
        width: 45%;
    }

    .about-qoute-text {
        width: 50%;
        position: absolute;
        top: 1rem;
        font-weight: 400;
    }

    .rtl .about-qoute-text {
        direction: rtl;
    }

    .ltr .about-qoute-text {
        direction: ltr;
    }

    .about-qoute-text-box {
        width: 100%;
    }

    .rtl .about-qoute-text-box {
        direction: ltr;
    }

    .ltr .about-qoute-text-box {
        direction: rtl;
    }

    .about-qoute-name {
        font-size: 0.95rem;
        font-weight: 500;
    }

    .about-qoute-logo {
        max-width: 35%;
    }

    .ltr .about-contact-info-icon {
        margin-right: 10px;
    }

    .rtl .about-contact-info-icon {
        margin-left: 10px;
    }

    .ltr .about-contact-info-address-icon {
        margin-right: 10px;
    }

    .rtl .about-contact-info-address-icon {
        margin-left: 10px;
    }

    .about-contact-info-address-text {
        clear: none;
        width: auto;
        display: inline-block;
    }

    .ltr .about-contact-info-address-text {
        text-align-last: left;
        text-align: left;
    }

    .rtl .about-contact-info-address-text {
        text-align-last: right;
        text-align: right;
    }

    .about-contact-info-pocode-text {
        clear: none;
        width: auto;
        display: inline-block;
    }

    .ltr .about-contact-info-pocode-text {
        text-align-last: right;
        text-align: right;
    }

    .rtl .about-contact-info-pocode-text {
        text-align-last: left;
        text-align: left;
    }
}

@media only screen and (min-width: 426px) {
    .portfo-heading-logo {
        width: 100%;
        max-width: none;
    }

    .portfo-heading-logo-box {
        width: calc(80% + 20px + 0.8rem);
    }

    .portfo-body-heading {
        width: calc(80% + 20px + 0.8rem);
    }

    .portfo-body-heading-wrapper {
        border: #f2f2f2 solid 0.4rem;
        border-bottom: 0;
    }

    .portfo-body-logo {
        width: 100%;
        max-width: none;
    }

    .portfo-body-logo-wrapper {
        padding: 1rem 0 3rem;
    }
}

@media (max-width: 601px) and (min-width: 426px) {
    .header-wrapper>.container .language-switcher-wrapper ul li a {
        font-size: 12.8px;
        font-size: 0.8rem;
    }

    .header-wrapper .menu-item {
        text-align: center;
    }

    .story-content-title {
        font-size: 1.1rem;
    }

    .story-content-title-wrapper {
        margin: 0 0 0.3rem;
    }

    .story-content-readmore {
        font-size: 0.7rem;
    }

    .portfolio-section {
        padding: 2rem 0;
    }

    .portfolio-section-title {
        font-size: 1.1rem;
    }

    .portfolio-slide-content {
        padding: 1rem 1.5rem 0.2rem;
        line-height: calc(0.7rem + 0.9000000000000001 * ((100vw - 26.25rem) / 53.75));
        font-size: calc(0.34rem + 0.96 * ((100vw - 26.25rem) / 53.75));
    }

    .portfolio-slide-readmore {
        padding: 3px 10px;
        line-height: calc(0.8rem + 0.1499999999999999 * ((100vw - 26.25rem) / 53.75));
        font-size: calc(0.4rem + 0.25 * ((100vw - 26.25rem) / 53.75));
    }

    .portfolio-slide-logos {
        bottom: 1rem;
    }

    .portfolio-selector-bullet .portfolio-icon {
        max-height: 12px;
    }

    .ltr .portfolio-selector-bullet .portfolio-icon {
        max-height: 25px;
    }

    .portfolio-selector-bullet-active .portfolio-icon {
        max-height: 17px;
    }

    .ltr .portfolio-selector-bullet-active .portfolio-icon {
        max-height: 27px;
    }

    .portfolio-selectors-wrapper {
        padding: 10px 0 0;
    }

    .portfo-heading-logo-wrapper {
        padding: 1rem 0 3rem;
    }

    .portfo-body-stats-wrapper {
        width: 100%;
    }

    .portfo-body-timeline-slide-wrapper {
        margin: 2rem auto 8rem;
        padding-top: 32%;
    }

    .timeline-slider {
        height: 500px;
    }

    .timeline-slide-text {
        width: 53%;
    }

    .ltr .timeline-slide-text {
        right: 24px;
        right: 1.5rem;
    }

    .rtl .timeline-slide-text {
        left: 24px;
        left: 1.5rem;
    }

    .timeline-controller-slide.partActive .timeline-controller-slide-year {
        font-size: 0.8rem;
    }

    .timeline-controller-slide.partActive .timeline-controller-slide-title {
        font-size: 0.8rem;
    }

    .timeline-controller-slide-title {
        font-size: 0.8rem;
        width: 155px;
    }

    .about-heading-title {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .about-heading-description {
        font-size: 0.95rem;
        line-height: 1.45rem;
        font-weight: 300;
    }

    .about-intro-col-desc {
        font-size: 0.85rem;
        font-weight: 300;
    }

    .about-story-desc-wrapper {
        max-height: 150px;
    }

    .about-value-item {
        padding-top: 15%;
        width: 25%;
        margin-bottom: 1rem;
    }

    .ltr .about-value-item:nth-child(5) {
        margin-left: 12.5%;
    }

    .rtl .about-value-item:nth-child(5) {
        margin-right: 12.5%;
    }

    .about-value-item-icon {
        max-width: 38px;
        max-height: 38px;
    }

    .about-value-item-icon-wrapper {
        line-height: 55px;
        height: 55px;
        width: 55px;
    }

    .about-investment-strategy-item {
        min-height: 270px;
        padding-top: 0;
    }

    .about-investment-strategy-item-icon {
        max-width: 45px;
        max-height: 45px;
        top: calc(100% - 100px);
    }

    .ltr .about-investment-strategy-item-icon {
        transition: all 0.4s 0.8s, top 0.4s 0.4s, left 0.4s 0.8s;
    }

    .rtl .about-investment-strategy-item-icon {
        transition: all 0.4s 0.8s, top 0.4s 0.4s, right 0.4s 0.8s;
    }

    .ltr .open .about-investment-strategy-item-icon {
        transition: all 0.4s 0.1s, top 0.8s 0.4s, left 0.4s 0.1s;
        left: 32px;
        left: 2rem;
    }

    .rtl .open .about-investment-strategy-item-icon {
        transition: all 0.4s 0.1s, top 0.8s 0.4s, right 0.4s 0.1s;
        right: 32px;
        right: 2rem;
    }

    .about-investment-strategy-item-title {
        top: 4rem;
        font-size: 0.95rem;
    }

    .open .about-investment-strategy-item-title {
        top: 12.8px;
        top: 0.8rem;
    }
}

@media (min-width: 602px) {
    .banner-title-box {
        top: 32%;
    }

    .banner-title-line-one,
    .banner-title-line-two {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .ltr .banner-title-line-one,
    .ltr .banner-title-line-two {
        font-size: 13.6px;
        font-size: 0.85rem;
        line-height: 21.6px;
        line-height: 1.35rem;
    }

    .banner-footer-slogan {
        font-size: 0.8rem;
        font-weight: 500;
    }

    .ltr .banner-footer-slogan {
        font-size: 9.6px;
        font-size: 0.6rem;
        font-weight: 500;
    }

    .rtl .story-content-text {
        font-size: 13.6px;
        font-size: 0.85rem;
        line-height: 17.6px;
        line-height: 1.1rem;
    }

    .ltr .story-content-text {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18.4px;
        line-height: 1.15rem;
    }

    .story-content-text.bold {
        padding-bottom: 0.6rem;
    }

    .story-content-text-wrapper {
        padding: 0;
    }

    .portfo-body-story-content {
        font-size: 0.9rem;
        line-height: 1.35rem;
    }

    .about-heading:before {
        height: 65%;
    }

    .about-heading {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 30px);
    }

    .about-heading-image {
        margin-bottom: 8%;
    }

    .about-heading-content-wrapper {
        transform: translateY(20px);
        margin-top: -20px;
    }

    .about-heading-title {
        font-size: 1.1rem;
    }

    .about-heading-description {
        line-height: 1.65rem;
        font-weight: 300;
        font-size: 0.95rem;
        max-width: 90%;
    }

    .about-intro-col-desc {
        font-size: 0.8rem;
        line-height: 1.36rem;
        font-weight: 300;
    }

    .about-story-title {
        padding-bottom: 0.5rem;
    }

    .about-story-image {
        max-width: 350px;
    }

    .about-story-image-wrapper {
        max-width: 265px;
        margin-bottom: 10px;
        float: right;
    }

    .about-story-desc-wrapper {
        max-height: none;
    }

    .about-story-desc-button {
        display: none;
    }

    .about-values-wrapper {
        padding-bottom: 1.5rem;
    }

    .about-value-item {
        padding-top: 14.28571%;
        width: 14.28571%;
    }

    .about-investment-strategy-item {
        width: calc((100% - 50px) / 3);
        padding-top: calc((100% - 50px) / 3);
    }

    .ltr .about-investment-strategy-item {
        margin-right: 25px;
    }

    .rtl .about-investment-strategy-item {
        margin-left: 20px;
    }

    .ltr .about-investment-strategy-item:last-child {
        margin-right: 0;
    }

    .rtl .about-investment-strategy-item:last-child {
        margin-left: 0;
    }

    .open .about-investment-strategy-item-box {
        width: calc(300% + 50px);
    }

    .about-investment-strategy-item-icon {
        max-width: 42px;
        max-height: 42px;
    }

    .about-investment-strategy-item-title {
        font-size: 0.9rem;
        line-height: 1.6rem;
        top: 2.5rem;
    }

    .open .about-investment-strategy-item-title {
        top: 8px;
        top: 0.5rem;
    }

    .ltr .about-investment-stages-item:first-child .about-investment-stages-item-content {
        padding-right: 16px;
    }

    .rtl .about-investment-stages-item:first-child .about-investment-stages-item-content {
        padding-left: 16px;
    }

    .ltr .about-investment-stages-item:first-child .about-investment-stages-item-header {
        margin-left: -16px;
    }

    .rtl .about-investment-stages-item:first-child .about-investment-stages-item-header {
        margin-right: -16px;
    }

    .about-investment-stages-item:nth-child(2) .about-investment-stages-item-content {
        padding: 0 16px;
    }

    .ltr .about-investment-stages-item:last-child .about-investment-stages-item-content {
        padding-left: 16px;
    }

    .rtl .about-investment-stages-item:last-child .about-investment-stages-item-content {
        padding-right: 16px;
    }

    .ltr .about-investment-stages-item:last-child .about-investment-stages-item-header {
        margin-right: -16px;
    }

    .rtl .about-investment-stages-item:last-child .about-investment-stages-item-header {
        margin-left: -16px;
    }

    .about-qoute-text {
        font-size: 0.85rem;
        top: 2.5rem;
    }

    .about-contact-map #map {
        padding-top: 50%;
    }
}

@media (max-width: 768px) and (min-width: 426px) {
    .portfo-body-reflect-wrapper {
        overflow: hidden;
    }

    .portfo-body-reflect-slide-bicon-tr {
        height: 2rem;
    }

    .portfo-body-reflect-slide-bicon-bl {
        height: 2rem;
    }

    .ov-page-desc {
        max-width: calc(100% - 12rem);
        margin: 0 auto;
    }

    .ov-modal-link {
        bottom: 1.5rem;
    }

    .about-contact-info-text {
        font-size: 0.95rem;
    }

    .about-contact-info-address-text {
        font-size: 0.95rem;
    }

    .ltr .about-contact-info-phone-text {
        padding-right: 48px;
        padding-right: 3rem;
    }

    .rtl .about-contact-info-phone-text {
        padding-left: 48px;
        padding-left: 3rem;
    }
}

@media (max-width: 768px) and (min-width: 602px) {
    .portfo-body-timeline-slide-wrapper {
        margin: 3rem auto 9rem;
        padding-top: 22%;
    }
}

@media (min-width: 769px) {
    .main-wrapper {
        padding-top: 90px;
        min-height: calc(100vh - 90px - 55px);
    }

    .contact-page .main-wrapper {
        background: url(images/map.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        background-blend-mode: hard-light;
        background-color: rgb(222, 222, 222, 0.4);
    }

    .contact-page .main-wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to bottom, rgb(255, 255, 255, 0.7), transparent, rgb(255, 255, 255, 0.7));
        z-index: 0;
    }

    .header-wrapper {
        height: 90px;
    }

    .header-wrapper>.container .language-switcher-wrapper {
        height: 90px;
        line-height: 90px;
    }

    .header-wrapper>.container .language-switcher-wrapper ul li a {
        font-size: 16px;
        font-size: 1rem;
    }

    .header-wrapper .logo-image {
        height: 85px;
    }

    .header-wrapper .menu-item a {
        height: 90px;
        line-height: 90px;
        font-size: 16px;
        font-size: 1rem;
    }

    .banner-title-box {
        top: 35%;
        right: 25px;
    }

    .banner-title-line-one,
    .banner-title-line-two {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .ltr .banner-title-line-one,
    .ltr .banner-title-line-two {
        font-size: 15.2px;
        font-size: 0.95rem;
        line-height: 20.8px;
        line-height: 1.3rem;
    }

    .banner-slide-content {
        margin-bottom: 1.75rem;
    }

    .banner-slide-logo {
        max-width: 25%;
    }

    .ltr .banner-footer-slogan {
        font-size: 11.2px;
        font-size: 0.7rem;
    }

    .banner-footer-slogan-wrapper {
        margin: 0.5rem 0 1rem;
    }

    .story-content-title {
        font-size: 1.3rem;
        line-height: 1.8rem;
        font-weight: 500;
    }

    .story-content-text {
        margin-bottom: 1rem;
    }

    .rtl .story-content-text {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

    .ltr .story-content-text {
        font-size: 15.2px;
        font-size: 0.95rem;
        line-height: 23.2px;
        line-height: 1.45rem;
    }

    .story-content-text.bold {
        margin: 1rem 0;
    }

    .portfolio-section-title {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    .portfolio-slide-col-wrapper {
        height: 85%;
    }

    .ltr .portfolio-slide-col-wrapper {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .rtl .portfolio-slide-col-wrapper {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ltr .portfolio-slide-content {
        padding: 16px 16px 8px 24px;
        padding: 1rem 1rem 0.5rem 1.5rem;
    }

    .rtl .portfolio-slide-content {
        padding: 16px 24px 8px 16px;
        padding: 1rem 1.5rem 0.5rem 1rem;
    }

    .portfolio-slide-readmore {
        padding: 3px 15px;
        font-size: 0.85rem;
    }

    .portfolio-slide-logos {
        bottom: 1rem;
    }

    .portfolio-selector-bullet:hover {
        cursor: pointer;
    }

    .portfolio-selector-bullet:hover .portfolio-icon {
        max-height: 26px;
    }

    .portfolio-selector-bullet .portfolio-icon {
        max-height: 18px;
    }

    .ltr .portfolio-selector-bullet .portfolio-icon {
        max-height: 33px;
    }

    .portfolio-selector-bullet-active .portfolio-icon {
        max-height: 28px;
    }

    .ltr .portfolio-selector-bullet-active .portfolio-icon {
        max-height: 38px;
    }

    .portfolio-selector-bullet-active:hover {
        cursor: pointer;
    }

    .portfolio-selector-bullet-active:hover .portfolio-icon {
        max-height: 28px;
    }

    .ltr .portfolio-selector-bullet-active:hover .portfolio-icon {
        max-height: 38px;
    }

    .insight-title-link-text {
        font-size: 1.6rem;
    }

    .ltr .insight-title-link-text {
        padding-left: 20px;
    }

    .rtl .insight-title-link-text {
        padding-right: 20px;
    }

    .portfo-heading-logo-wrapper {
        padding: 3rem 0 6rem;
    }

    .portfo-body-description {
        line-height: 1.8rem;
        font-size: 1.2rem;
        width: 80%;
    }

    .portfo-body-description-wrapper {
        padding: 0 0 4rem;
    }

    .portfo-body-sub-logos {
        transform: translateY(-5.5rem);
        padding: 5.5rem 0;
        width: 80%;
        margin-bottom: -3.5rem;
    }

    .portfo-body-stat-image {
        max-width: none;
    }

    .portfo-body-story-description-wrapper {
        width: 53%;
    }

    .ltr .portfo-body-story-description-wrapper {
        left: 10%;
    }

    .rtl .portfo-body-story-description-wrapper {
        right: 10%;
    }

    .if .portfo-body-story-description-wrapper,
    .ppg .portfo-body-story-description-wrapper {
        width: 80%;
    }

    .portfo-body-story-title {
        font-size: 1.4rem;
        padding: 0.5rem 0 0.5rem;
    }

    .portfo-body-story-content {
        font-size: 1rem;
        line-height: 1.4rem;
        padding: 0;
    }

    .digikala .portfo-body-story-media-wrapper {
        width: 50%;
    }

    .ltr .digikala .portfo-body-story-media-wrapper {
        width: 60%;
    }

    .th .portfo-body-story-media-wrapper {
        width: 30%;
    }

    .ltr .th .portfo-body-story-media-wrapper {
        width: 40%;
    }

    .cb .portfo-body-story-media-wrapper {
        width: 33%;
    }

    .ltr .cb .portfo-body-story-media-wrapper {
        width: 37%;
    }

    .portfo-body-story-media-bg {
        max-height: 450px;
        width: auto;
    }

    .dk .portfo-body-story-media-bg {
        width: 100%;
        max-height: none;
    }

    .ltr .dk .portfo-body-story-media-bg {
        width: 100%;
    }

    .cb .portfo-body-story-media-bg {
        width: 120%;
    }

    .th .portfo-body-story-media-bg {
        width: 160%;
    }

    .cb .portfo-body-story-media-bg {
        max-height: 380px;
    }

    .if .portfo-body-story-media-bg {
        max-height: 270px;
    }

    .ltr .if .portfo-body-story-media-bg {
        max-height: 320px;
        transform: translateX(20%);
    }

    .ppg .portfo-body-story-media-bg {
        max-height: 260px;
    }

    .ltr .ppg .portfo-body-story-media-bg {
        max-height: 280px;
    }

    .ltr .portfo-body-story-media-image {
        right: 10%;
    }

    .rtl .portfo-body-story-media-image {
        left: 10%;
    }

    .cb .portfo-body-story-media-image {
        max-height: 73%;
    }

    .digikala .portfo-body-story-media-image {
        max-width: 60%;
    }

    .ltr .digikala .portfo-body-story-media-image {
        max-width: 50%;
    }

    .th .portfo-body-story-media-image {
        max-height: 80%;
    }

    .ltr .th .portfo-body-story-media-image {
        max-height: 70%;
    }

    .portfo-body-slideshow-wrapper .swiper-slide {
        padding-top: 30%;
    }

    .portfo-body-timeline-slide-wrapper {
        border-radius: 20px;
        margin: 2.5rem auto 8rem;
        height: 200px;
        background: #f2f2f2;
    }

    .ltr .portfo-body-timeline-slide-content {
        padding-right: 80px;
        padding-right: 5rem;
    }

    .rtl .portfo-body-timeline-slide-content {
        padding-left: 80px;
        padding-left: 5rem;
    }

    .ltr .portfo-body-timeline-slide-content-event-bullet {
        margin-right: 10px;
    }

    .rtl .portfo-body-timeline-slide-content-event-bullet {
        margin-left: 10px;
    }

    .portfo-body-timeline-slide-content-event-bullet:before {
        height: 10px;
        width: 10px;
    }

    .ltr .portfo-body-timeline-slide-content-event-bullet:before {
        margin-right: 10px;
    }

    .rtl .portfo-body-timeline-slide-content-event-bullet:before {
        margin-left: 10px;
    }

    .portfo-body-timeline-slide-content-bullet {
        font-size: 1.05rem;
        line-height: 1.55rem;
    }

    .ltr .portfo-body-timeline-slide-content-bullet {
        padding-left: 10px;
        margin-left: 20px;
    }

    .rtl .portfo-body-timeline-slide-content-bullet {
        padding-right: 10px;
        margin-right: 20px;
    }

    .portfo-body-timeline-slide-image {
        width: 100%;
        height: auto;
    }

    .portfo-body-timeline-slide-image-wrapper {
        position: relative;
        width: 25%;
        height: 100%;
        overflow: hidden;
    }

    .ltr .portfo-body-timeline-slide-image-wrapper {
        float: left;
    }

    .rtl .portfo-body-timeline-slide-image-wrapper {
        float: right;
    }

    .portfo-body-reflect-wrapper {
        padding: 2rem 0 3rem;
        margin-bottom: 2rem;
    }

    .portfo-body-reflect-slide {
        width: 80%;
    }

    .portfo-body-reflect-title-text {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .portfo-body-reflect-title-logo {
        max-height: 45px;
        transform: translateY(5px);
    }

    .ltr .portfo-body-reflect-title-logo {
        right: 64px;
        right: 4rem;
    }

    .rtl .portfo-body-reflect-title-logo {
        left: 64px;
        left: 4rem;
    }

    .portfo-body-reflect-content {
        padding: 1rem 0;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .portfo-body-reflect-content-wrapper {
        padding: 4rem 4rem 2rem;
    }

    .timeline-slider {
        height: 650px;
    }

    .timeline-slider-wrapper .timelineController-next {
        bottom: 40px;
    }

    .timeline-slider-wrapper .timelineController-prev {
        top: 50px;
    }

    .timeline-slide-image {
        bottom: 20px;
    }

    .timeline-slide-text {
        line-height: 2rem;
        font-size: 1.2rem;
        top: 14%;
    }

    .timeline-controller-slide.partActive .timeline-controller-slide-year {
        font-size: 1.3rem;
    }

    .timeline-controller-slide.partActive .timeline-controller-slide-title {
        font-size: 1.2rem;
    }

    .timeline-controller-slide-year {
        font-size: 1rem;
    }

    .timeline-controller-slide-title {
        width: auto;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .ov-page-heading {
        padding: 0;
    }

    .ov-page-title {
        font-size: 1.8rem;
        padding: 3rem 0 2rem;
    }

    .ov-page-desc {
        font-size: 1.2rem;
        padding-bottom: 2rem;
    }

    .ov-page-wrapper {
        padding-bottom: 2rem;
    }

    .ltr .ov-modal-content-inner {
        margin-left: 40px;
    }

    .rtl .ov-modal-content-inner {
        margin-right: 40px;
    }

    .ov-modal-logo {
        height: 70%;
    }

    .ov-modal-title {
        font-size: 24px;
    }

    .ov-modal-desc {
        font-size: 1rem;
    }

    .news-list .news-item {
        position: relative;
        width: 50%;
        padding-top: 50%;
        margin-top: 32px;
        margin-top: 2rem;
    }

    .ltr .news-list .news-item {
        float: left;
    }

    .rtl .news-list .news-item {
        float: right;
    }

    .news-list .news-item-box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        width: calc(100% - 1rem);
        box-shadow: 0 0 1px 0 gray;
        overflow: hidden;
        border-radius: 6px;
        background: rgb(245, 245, 245, 0.6);
    }

    .news-list .news-item-title {
        padding: 16px 0 0;
        padding: 1rem 0 0;
        font-size: 20.8px;
        font-size: 1.3rem;
    }

    .news-list .news-item:hover .news-item-thumb {
        opacity: 0.6;
        transform: scale3d(1.05, 1.05, 1) translate(-50%, -50%);
    }

    .news-list .news-item:hover .news-item-thumb-wrapper:before {
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    }

    .news-list .news-item-thumb {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        width: auto;
        height: auto;
        opacity: 0.95;
        transition: opacity 0.35s, transform 0.35s;
        transform: scale3d(1, 1, 1) translate(-50%, -50%);
    }

    .news-list .news-item-thumb-wrapper {
        position: relative;
        width: 100%;
        padding-top: 50%;
        overflow: hidden;
        background: #1b4066;
    }

    .news-list .news-item-thumb-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #927f33;
        content: '';
        transition: transform 0.6s;
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    }

    .news-list .news-item-thumb-wrapper:hover .news-item-thumb {
        opacity: 0.6;
        transform: scale3d(1.05, 1.05, 1) translate(-50%, -50%);
    }

    .news-list .news-item-thumb-wrapper:hover:before {
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    }

    .news-list .news-item-content-wrapper {
        padding: 0 16px;
        padding: 0 1rem;
    }

    .news-list .news-item-content p {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 8px;
        margin-top: 0.5rem;
    }

    .news-list .news-item-readmore {
        background: #fff;
        left: 16px;
        left: 1rem;
        bottom: 12.8px;
        bottom: 0.8rem;
        overflow: visible;
        transition: 0.3s;
    }

    .news-list .news-item-readmore.current,
    .news-list .news-item-readmore:hover {
        background: #1b4066;
        color: rgb(245, 245, 245, 0.9);
    }

    .news-list .news-item-latest-title-link {
        font-size: 25.6px;
        font-size: 1.6rem;
    }

    .ltr .news-list .news-item-latest-title-link {
        margin-left: 16px;
        margin-left: 1rem;
    }

    .rtl .news-list .news-item-latest-title-link {
        margin-right: 16px;
        margin-right: 1rem;
    }

    .ltr .news-list .news-item-latest-pub-date {
        margin-left: 16px;
        margin-left: 1rem;
    }

    .rtl .news-list .news-item-latest-pub-date {
        margin-right: 16px;
        margin-right: 1rem;
    }

    .news-list .news-item-latest-thumb {
        max-width: calc(100% - 1rem);
    }

    .news-list .news-item-latest-thumb-wrapper {
        width: 50%;
        position: relative;
    }

    .ltr .news-list .news-item-latest-thumb-wrapper {
        float: left;
    }

    .rtl .news-list .news-item-latest-thumb-wrapper {
        float: right;
    }

    .ltr .news-list .news-item-latest-content {
        margin-left: 16px;
        margin-left: 1rem;
    }

    .rtl .news-list .news-item-latest-content {
        margin-right: 16px;
        margin-right: 1rem;
    }

    .news-list .news-item-latest-content-wrapper {
        display: inline-block;
        width: 50%;
    }

    .news-list .news-item-latest-content p {
        font-size: 17.6px;
        font-size: 1.1rem;
    }

    .news-list .news-item-latest-readmore {
        position: absolute;
        bottom: 0;
        margin: 0;
        font-size: 16px;
        font-size: 1rem;
        transition: 0.3s;
    }

    .ltr .news-list .news-item-latest-readmore {
        margin-left: 16px;
        margin-left: 1rem;
    }

    .rtl .news-list .news-item-latest-readmore {
        margin-right: 16px;
        margin-right: 1rem;
    }

    .news-list .news-item-latest-readmore.current,
    .news-list .news-item-latest-readmore:hover {
        background: #1b4066;
        color: rgb(245, 245, 245, 0.9);
    }

    .news-single-page-sidebar .post-title {
        padding: 6.4px;
        padding: 0.4rem;
        font-size: 14.4px;
        font-size: 0.9rem;
        line-height: 19.2px;
        line-height: 1.2rem;
    }

    .news-single-item-title-link {
        font-size: 1.3rem;
        line-height: 1.8rem;
        padding: 0;
    }

    .ltr .news-single-item-title-link {
        padding-left: 16px;
        padding-left: 1rem;
    }

    .rtl .news-single-item-title-link {
        padding-right: 16px;
        padding-right: 1rem;
    }

    .news-single-item-date {
        font-size: 0.8rem;
    }

    .ltr .news-single-item-date {
        padding-left: 16px;
        padding-left: 1rem;
    }

    .rtl .news-single-item-date {
        padding-right: 16px;
        padding-right: 1rem;
    }

    .news-single-item-source-wrapper {
        font-size: 0.8rem;
    }

    .ltr .news-single-item-source-wrapper {
        padding-left: 16px;
        padding-left: 1rem;
    }

    .rtl .news-single-item-source-wrapper {
        padding-right: 16px;
        padding-right: 1rem;
    }

    .news-single-item-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .news-single-item-content li strong {
        font-size: 16px;
        font-size: 1rem;
    }

    .about-heading:before {
        height: 90%;
    }

    .about-heading-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .about-heading-image-wrapper {
        height: 300px;
        overflow: hidden;
    }

    .about-heading-title {
        font-size: 1.4rem;
        font-weight: 500;
        padding: 2rem 0 1rem;
    }

    .about-heading-description {
        font-size: 1rem;
        line-height: 1.7rem;
        color: #464646;
    }

    .about-intro-wrapper {
        padding-top: 3.5rem;
    }

    .about-story {
        padding: 0;
    }

    .about-story-image {
        margin-bottom: 20px;
    }

    .about-values {
        padding: 0;
    }

    .about-value-item-icon {
        max-width: 45px;
        max-height: 45px;
    }

    .about-value-item-title {
        font-size: 1rem;
    }

    .about-investment-strategy {
        padding: 0;
    }

    .about-investment-strategy-wrapper {
        padding: 2rem 0;
    }

    .about-investment-strategy-item {
        width: calc((100% - 50px) / 3);
        padding-top: calc((100% - 50px) / 3.3);
    }

    .ltr .about-investment-strategy-item {
        margin-right: 25px;
    }

    .rtl .about-investment-strategy-item {
        margin-left: 20px;
    }

    .ltr .about-investment-strategy-item:last-child {
        margin-right: 0;
    }

    .rtl .about-investment-strategy-item:last-child {
        margin-left: 0;
    }

    .open .about-investment-strategy-item-box {
        width: calc(300% + 50px);
    }

    .about-investment-strategy-item-icon {
        max-height: 45px;
        max-width: 45px;
        top: calc(100% - 110px);
    }

    .open .about-investment-strategy-item-icon {
        top: 24px;
        top: 1.5rem;
    }

    .about-investment-strategy-item-title {
        top: 4rem;
    }

    .open .about-investment-strategy-item-title {
        top: 19.2px;
        top: 1.2rem;
    }

    .ltr .about-investment-stages-item:first-child .about-investment-stages-item-content {
        padding-right: 20px;
    }

    .rtl .about-investment-stages-item:first-child .about-investment-stages-item-content {
        padding-left: 20px;
    }

    .ltr .about-investment-stages-item:first-child .about-investment-stages-item-header {
        margin-left: -20px;
    }

    .rtl .about-investment-stages-item:first-child .about-investment-stages-item-header {
        margin-right: -20px;
    }

    .about-investment-stages-item:nth-child(2) .about-investment-stages-item-content {
        padding: 0 20px;
    }

    .ltr .about-investment-stages-item:last-child .about-investment-stages-item-content {
        padding-left: 20px;
    }

    .rtl .about-investment-stages-item:last-child .about-investment-stages-item-content {
        padding-right: 20px;
    }

    .ltr .about-investment-stages-item:last-child .about-investment-stages-item-header {
        margin-right: -20px;
    }

    .rtl .about-investment-stages-item:last-child .about-investment-stages-item-header {
        margin-left: -20px;
    }

    .about-investment-stages-item-content:after {
        height: 100px;
        top: -40px;
    }

    .about-qoute {
        margin-bottom: 0;
        padding: 0;
        border-color: #1b4066;
        height: 300px;
    }

    .about-qoute-wrapper {
        padding-bottom: calc(3rem + 3px);
        overflow: hidden;
    }

    .about-qoute-image {
        width: auto;
        max-height: 90%;
        position: absolute;
        bottom: 0;
    }

    .about-qoute-image-wrapper {
        width: 40%;
        position: absolute;
        bottom: -3rem;
        height: calc(100% + 3rem);
    }

    .ltr .about-qoute-image-wrapper {
        margin-left: 32px;
        margin-left: 2rem;
    }

    .rtl .about-qoute-image-wrapper {
        margin-right: 32px;
        margin-right: 2rem;
    }

    .about-qoute-content-wrapper {
        padding: 0;
        height: 100%;
        border-color: #1b4066;
    }

    .about-qoute-text {
        width: 45%;
        font-size: 1.1rem;
        top: 3.5rem;
    }

    .ltr .about-qoute-text {
        right: 32px;
        right: 2rem;
    }

    .rtl .about-qoute-text {
        left: 32px;
        left: 2rem;
    }

    .about-qoute-label-wrapper {
        width: 45%;
    }

    .ltr .about-qoute-label-wrapper {
        right: 32px;
        right: 2rem;
    }

    .rtl .about-qoute-label-wrapper {
        left: 32px;
        left: 2rem;
    }

    .about-contact-wrapper {
        padding: 3rem 0 2rem;
    }

    .about-contact-box {
        box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.5);
        border-radius: 10px;
        overflow: hidden;
    }

    .about-contact-info-wrapper {
        display: inline-block;
        width: 40%;
        position: relative;
    }

    .ltr .about-contact-info-wrapper {
        float: left;
    }

    .rtl .about-contact-info-wrapper {
        float: right;
    }

    .about-contact-info-box {
        width: 60%;
        min-width: 280px;
        margin: 0 auto;
        padding-top: 4rem;
    }

    .about-contact-info-text {
        font-size: 1rem;
        font-weight: 300;
    }

    .ltr .about-contact-info-text {
        display: block;
        text-align: left;
        text-align-last: left;
    }

    .about-contact-info-title {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    .about-contact-info-address-text {
        display: block;
        font-size: 0.95rem;
    }

    .about-contact-info-email-text {
        font-size: 1.1rem;
    }

    .about-contact-map {
        width: 60%;
        background: #fff;
    }

    .about-contact-map #map {
        padding-top: 85%;
    }

    .about-contact-map #map:after {
        content: "";
        position: absolute;
        top: 128px;
        top: 8rem;
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 50px;
        width: 50px;
    }

    .ltr .about-contact-map #map:after {
        left: -2px;
        background-position: left center;
        background-image: url(images/triangle-right.svg);
    }

    .rtl .about-contact-map #map:after {
        right: -2px;
        background-position: right center;
        background-image: url(images/triangle-left.svg);
    }

    .about-contact-map #map>iframe {
        height: calc(100% - 6rem);
        width: calc(100% - 6rem);
        top: 48px;
        top: 3rem;
    }

    .ltr .about-contact-map #map>iframe {
        right: 48px;
        right: 3rem;
    }

    .rtl .about-contact-map #map>iframe {
        left: 48px;
        left: 3rem;
    }
}

@media only screen and (min-width: 769px) {
    .portfo-body {
        padding: 0;
    }

    .portfo-body-logo-wrapper {
        padding: 3rem 0 6rem;
    }
}

@media (min-width: 802px) {
    .story-content-title {
        font-size: 1.5rem;
        line-height: 2.2rem;
        font-weight: 500;
    }

    .story-content-text {
        font-size: 1.2rem;
        line-height: 1.7rem;
        margin: 0;
        margin-bottom: 1rem;
    }

    .rtl .story-content-text {
        line-height: calc(1.5rem + 0.19999999999999996 * ((100vw - 26.25rem) / 53.75));
        line-height: calc(1.5rem + 0.19999999999999996 * ((100vw - 26.25rem) / 53.75));
        font-size: calc(1rem + 0.19999999999999996 * ((100vw - 26.25rem) / 53.75));
        font-size: calc(1rem + 0.19999999999999996 * ((100vw - 26.25rem) / 53.75));
    }

    .ltr .story-content-text {
        line-height: calc(1.5rem + 0.19999999999999996 * ((100vw - 26.25rem) / 53.75));
        line-height: calc(1.5rem + 0.19999999999999996 * ((100vw - 26.25rem) / 53.75));
        font-size: calc(1rem + 0.19999999999999996 * ((100vw - 26.25rem) / 53.75));
        font-size: calc(1rem + 0.19999999999999996 * ((100vw - 26.25rem) / 53.75));
    }

    .story-content-readmore {
        font-size: 0.8rem;
    }

    .portfolio-section-title {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .portfolio-slide-readmore {
        padding: 3px 15px;
        font-size: 0.9rem;
    }

    .portfo-body-inner {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .portfo-body-story-content {
        font-size: 1.05rem;
        line-height: 1.5rem;
    }

    .about-heading-image-wrapper {
        height: 400px;
    }

    .about-body-inner {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}

@media (max-width: 1024px) and (min-width: 802px) {
    .about-contact-map #map {
        padding-top: 95%;
    }
}

@media (min-width: 1025px) {
    .banner-title-box {
        right: 8%;
    }

    .banner-title-line-one,
    .banner-title-line-two {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .ltr .banner-title-line-one,
    .ltr .banner-title-line-two {
        font-size: 16px;
        font-size: 1rem;
        line-height: 22.4px;
        line-height: 1.4rem;
    }

    .banner-slide-content {
        margin-bottom: 3rem;
    }

    .banner-slide-content {
        margin-bottom: 5rem;
    }

    .banner-footer-slogan {
        font-size: 1rem;
    }

    .ltr .banner-footer-slogan {
        font-size: 11.2px;
        font-size: 0.7rem;
    }

    .story-section {
        padding: 9rem 0;
    }

    .story-content-title {
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 500;
        margin-bottom: 2rem;
    }

    .story-content-title-wrapper {
        margin: 0;
        padding-top: 0;
        padding-bottom: 20px;
        margin-top: -25px;
    }

    .story-content-text {
        margin-bottom: 2rem;
    }

    .rtl .story-content-text {
        font-size: 20.8px;
        font-size: 1.3rem;
        line-height: 32px;
        line-height: 2rem;
    }

    .ltr .story-content-text {
        font-size: 20.8px;
        font-size: 1.3rem;
        line-height: 32px;
        line-height: 2rem;
    }

    .story-content-readmore {
        padding: 6px 25px;
        font-size: 1rem;
    }

    .portfolio-slide-content {
        font-weight: 300;
    }

    .ltr .portfolio-slide-content {
        padding: 19.2px 32px 16px;
        padding: 1.2rem 2rem 1rem;
    }

    .rtl .portfolio-slide-content {
        padding: 19.2px 32px 16px;
        padding: 1.2rem 2rem 1rem;
    }

    .portfolio-slide-logos {
        bottom: 2rem;
    }

    .portfolio-selector-bullet .portfolio-icon {
        max-height: 23px;
    }

    .ltr .portfolio-selector-bullet .portfolio-icon {
        max-height: 40px;
    }

    .portfolio-selector-bullet-active .portfolio-icon {
        max-height: 38px;
    }

    .ltr .portfolio-selector-bullet-active .portfolio-icon {
        max-height: 60px !important;
    }

    .insight-title {
        margin: 0 0 2rem;
    }

    .portfo-heading-logo-wrapper {
        padding: 6rem 0 9rem;
    }

    .portfo-body-stats-wrapper {
        padding-bottom: 3rem;
        width: 85%;
        text-align: center;
    }

    .portfo-body-stat-number {
        font-size: 1.6rem;
        font-weight: 400;
    }

    .portfo-body-stat-title {
        font-size: 1rem;
    }

    .digikala .portfo-body-story-media-wrapper,
    .dk .portfo-body-story-media-wrapper {
        width: 37%;
    }

    .ltr .digikala .portfo-body-story-media-wrapper,
    .ltr .dk .portfo-body-story-media-wrapper {
        width: 37%;
    }

    .th .portfo-body-story-media-wrapper {
        width: 22%;
    }

    .ltr .th .portfo-body-story-media-wrapper {
        width: 22%;
    }

    .cb .portfo-body-story-media-wrapper {
        width: 25%;
    }

    .th .portfo-body-story-media-image {
        max-width: none;
        max-height: 85%;
    }

    .ltr .th .portfo-body-story-media-image {
        max-height: 85%;
    }

    .portfo-body-slideshow-wrapper {
        padding: 5rem 0;
    }

    .portfo-body-timeline-slide-wrapper {
        margin: 5rem auto 12rem;
        height: 210px;
    }

    .portfo-body-reflect-wrapper {
        padding: 4rem 0 8rem;
        margin-bottom: 3rem;
    }

    .portfo-body-reflect-content {
        padding: 2rem 0;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    .about-heading-image-wrapper {
        height: 500px;
    }

    .about-heading-description {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .about-intro-col-icon {
        max-width: 100px;
    }

    .about-intro-col-title {
        font-size: 1.2rem;
    }

    .about-intro-col-desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .about-intro-col-desc-wrapper {
        max-width: 60%;
        margin: 0 auto;
    }

    .about-story-title {
        font-size: 1.6rem;
    }

    .about-story-image {
        margin-bottom: 40px;
    }

    .about-story-image-wrapper {
        max-width: 340px;
    }

    .about-story-desc {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .about-values-title {
        font-size: 1.6rem;
    }

    .about-values-desc {
        font-size: 1rem;
        line-height: 1.6rem;
        font-weight: 400;
    }

    .about-value-item-icon {
        max-width: 70px;
        max-height: 70px;
    }

    .about-value-item-icon-wrapper {
        line-height: 90px;
        height: 90px;
        width: 90px;
    }

    .about-investment-strategy-wrapper {
        padding: 2rem 0;
    }

    .about-investment-strategy-title {
        font-size: 1.6rem;
    }

    .about-investment-strategy-item {
        padding-top: calc((100% - 50px) / 4);
    }

    .about-investment-strategy-item-icon {
        max-height: 52px;
        max-width: 52px;
        top: calc(100% - 100px);
    }

    .open .about-investment-strategy-item-icon {
        top: 16px;
        top: 1rem;
    }

    .about-investment-strategy-item-title {
        font-size: 1.2rem;
    }

    .about-investment-strategy-item-content {
        line-height: 1.65rem;
        font-size: 0.95rem;
        font-weight: 300;
        margin-top: 0.5rem;
    }

    .about-investment-stages-title {
        font-size: 1.6rem;
    }

    .about-investment-stages-desc {
        font-size: 1.1rem;
        line-height: 1.7rem;
    }

    .about-investment-stages-item-icon {
        max-width: 70px;
        max-height: 70px;
    }

    .about-investment-stages-item-title {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .about-investment-stages-item-content {
        font-size: 1.1rem;
        line-height: 1.7rem;
        margin-bottom: 0.5rem;
    }

    .about-investment-stages-item-content:after {
        height: 120px;
        top: -40px;
    }

    .about-investment-stages-footer-chart-line {
        height: 30px;
    }

    .about-investment-stages-footer-chart-bar {
        font-size: 1.1rem;
        line-height: 30px;
    }

    .ltr .about-qoute-image-wrapper {
        margin-left: 64px;
        margin-left: 4rem;
    }

    .rtl .about-qoute-image-wrapper {
        margin-right: 64px;
        margin-right: 4rem;
    }

    .about-qoute-text {
        font-size: 1.3rem;
        top: 3rem;
    }

    .ltr .about-qoute-text {
        right: 80px;
        right: 5rem;
    }

    .rtl .about-qoute-text {
        left: 80px;
        left: 5rem;
    }

    .about-qoute-label-wrapper {
        bottom: 2rem;
    }

    .ltr .about-qoute-label-wrapper {
        right: 80px;
        right: 5rem;
    }

    .rtl .about-qoute-label-wrapper {
        left: 80px;
        left: 5rem;
    }

    .about-qoute-name {
        font-weight: 500;
        font-size: 1.2rem;
    }

    .about-contact-wrapper {
        padding: 3rem 0;
    }

    .about-contact-info-box {
        width: 70%;
        min-width: 355px;
        padding-top: 8rem;
    }

    .about-contact-info-text {
        font-size: 1.25rem;
        font-weight: 300;
    }

    .about-contact-info-title {
        font-size: 2rem;
        margin-bottom: 6rem;
    }
}

@media only screen and (min-width: 1025px) {
    .portfo-body-logo-wrapper {
        padding: 3rem 0 9rem;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .banner-title-box {
        top: 35%;
    }
}

@media (min-width: 1201px) {
    .banner-title-box {
        top: 38%;
        right: 5%;
    }

    .banner-title-line-one,
    .banner-title-line-two {
        font-size: 1.6rem;
        line-height: 2.3rem;
    }

    .ltr .banner-title-line-one,
    .ltr .banner-title-line-two {
        font-size: 19.2px;
        font-size: 1.2rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
}

@media (min-width: 1441px) {
    .banner-section {
        max-height: 80vh;
        width: 100%;
        overflow: hidden;
        display: block;
        height: 100%;
    }

    .banner-title-box {
        top: 40%;
        right: 30px;
    }

    .banner-slide-content {
        margin-bottom: 7rem;
    }

    .portfolio-slide-content {
        font-size: 1rem;
        line-height: 1.6rem;
        line-height: calc(1.3rem + 0.25 * ((100vw - 26.25rem) / 53.75));
        font-size: calc(1.1rem + 0.09999999999999987 * ((100vw - 26.25rem) / 53.75));
        padding: 3rem 3rem 2rem;
    }

    .about-heading-image-wrapper {
        height: 600px;
    }
}

@media (min-width: 1441px) and (max-width: 1920px) {

    .banner-title-line-one,
    .banner-title-line-two {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .ltr .banner-title-line-one,
    .ltr .banner-title-line-two {
        font-size: 22.4px;
        font-size: 1.4rem;
        line-height: 32px;
        line-height: 2rem;
    }
}

@media (min-width: 1750px) {
    .banner-title-box {
        top: 43%;
    }
}

@media (min-width: 1921px) {
    .main-wrapper {
        min-height: auto;
        min-height: unset;
    }

    .banner-title-box {
        top: 45%;
    }

    .banner-title-line-one,
    .banner-title-line-two {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }

    .ltr .banner-title-line-one,
    .ltr .banner-title-line-two {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 900px;
    }

    .timeline-controller-slide-content {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .contact-page .main-wrapper {
        background: #153e67;
    }

    .container {
        max-width: 700px;
    }

    .portfo-body-timeline-slide-wrapper {
        border: #fff solid 2px;
    }

    .digikala .portfo-body-timeline-slide-wrapper {
        border-color: #ef3f3d;
    }

    .ltr .portfo-body-timeline-slide-content {
        padding-right: 16px;
        padding-right: 1rem;
    }

    .rtl .portfo-body-timeline-slide-content {
        padding-left: 16px;
        padding-left: 1rem;
    }

    .portfo-body-timeline-slide-content-wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 2rem 0;
    }

    .ltr .portfo-body-timeline-slide-content-wrapper {
        margin-left: 25%;
    }

    .rtl .portfo-body-timeline-slide-content-wrapper {
        margin-right: 25%;
    }

    .th .portfo-body-timeline-slide-image {
        width: 150%;
    }

    .portfo-body-timeline-slide-image-wrapper {
        top: 0;
    }

    .ltr .portfo-body-timeline-slide-image-wrapper {
        left: 0;
    }

    .rtl .portfo-body-timeline-slide-image-wrapper {
        right: 0;
    }

    .portfo-body-timeline-slide-image-wrapper:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 2px;
        transform: translateY(-50%);
    }

    .ltr .portfo-body-timeline-slide-image-wrapper:after {
        right: 0;
    }

    .rtl .portfo-body-timeline-slide-image-wrapper:after {
        left: 0;
        background-color: #ef3f3d;
    }

    .ov-modal-logo {
        height: 70%;
    }

    .ov-modal-link {
        font-weight: 500;
    }

    .news-list .news-item {
        margin: 16px 0;
        margin: 1rem 0;
        border-bottom: 1px solid rgb(128, 128, 128, 0.5);
        position: relative;
        padding-bottom: 32px;
        padding-bottom: 2rem;
    }

    .news-list .news-item:last-child {
        border-bottom: 0;
    }

    .news-list .news-item-box {
        padding: 16px 0;
        padding: 1rem 0;
    }

    .news-list .news-item-thumb {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .about-contact-wrapper {
        background: #1b4066;
    }

    .about-contact-info-wrapper {
        padding: 1rem 0 0;
    }

    .about-contact-info-row {
        width: 50%;
    }

    .ltr .about-contact-info-row {
        float: left;
    }

    .rtl .about-contact-info-row {
        float: right;
    }

    .about-contact-info-icon-img {
        width: 80%;
    }

    .about-contact-info-address {
        width: 100%;
    }

    .ltr .about-contact-info-address-icon {
        text-align: left;
    }

    .rtl .about-contact-info-address-icon {
        text-align: right;
    }

    .about-contact-map #map {
        overflow: hidden;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 601px) {
    .about-story-desc-wrapper {
        overflow: hidden;
    }

    .ltr .about-contact-info-pocode-text {
        float: right;
    }

    .rtl .about-contact-info-pocode-text {
        float: left;
    }
}

@media (max-width: 425px) {
    html {
        font-size: 16px;
    }

    .breadcrumbs-wrapper {
        padding: 3px 0;
    }

    .header-wrapper>.container .language-switcher-wrapper {
        right: 45%;
    }

    .header-wrapper .logo-wrapper {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
        top: 0;
        right: 0;
        background: #fff;
    }

    .header-wrapper .logo-link {
        position: absolute;
        height: 100%;
        width: auto;
        z-index: 2;
        top: 0;
        left: 15px;
    }

    .header-wrapper .menu {
        top: 0;
        left: 0;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: visible;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .header-wrapper .menu-wrapper {
        position: fixed;
        z-index: -1;
        top: 80px;
        right: 0;
        width: 100%;
        height: calc(100vh - 80px);
        overflow: hidden;
        transform: translateY(-150%);
        max-height: 450px;
    }

    .canvas-open .header-wrapper .menu-wrapper {
        transform: translateY(0);
        z-index: 1;
    }

    .header-wrapper .menu-item {
        width: 100%;
        line-height: 35px;
    }

    .header-wrapper .menu-item.current-menu-parent>a,
    .header-wrapper .menu-item.current_page_item>a {
        font-weight: 500;
    }

    .header-wrapper .menu-item.current-menu-parent>a:after,
    .header-wrapper .menu-item.current_page_item>a:after {
        width: 80px;
        height: 2px;
    }

    .ltr .header-wrapper .menu-item a {
        text-align: left;
        padding-left: 40px;
    }

    .rtl .header-wrapper .menu-item a {
        text-align: right;
        padding-right: 40px;
    }

    .header-wrapper .menu-item a:after {
        content: "";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 1px;
        background: #e2e2e2;
        box-shadow: 0 0 3px 0 #e2e2e2;
        transition: 0.4s;
    }

    .ltr .header-wrapper .menu-item a:after {
        left: 20px;
    }

    .rtl .header-wrapper .menu-item a:after {
        right: 20px;
    }

    .header-wrapper .menu-item a:active:after,
    .header-wrapper .menu-item a:focus:after,
    .header-wrapper .menu-item a:hover:after {
        width: 40px;
        background: #a1a1a1;
    }

    .header-wrapper .menu-item-has-children {
        position: relative;
        margin-bottom: 20px;
    }

    .header-wrapper .menu-item-has-children .menu-item-link {
        margin-bottom: 10px;
    }

    .header-wrapper .menu-item .sub-menu .menu-item {
        line-height: 35px;
    }

    .ltr .header-wrapper .menu-item .sub-menu .menu-item {
        text-align: left;
    }

    .rtl .header-wrapper .menu-item .sub-menu .menu-item {
        text-align: right;
    }

    .header-wrapper .menu-item .sub-menu .menu-item a {
        display: inline-block;
        width: 100%;
    }

    .ltr .header-wrapper .menu-item .sub-menu .menu-item a {
        padding-left: 60px;
    }

    .rtl .header-wrapper .menu-item .sub-menu .menu-item a {
        padding-right: 60px;
    }

    .header-wrapper .menu-item .sub-menu .menu-item a:after {
        content: "";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 1px;
        background: #e2e2e2;
        box-shadow: 0 0 3px 0 #e2e2e2;
        transition: 0.4s;
    }

    .ltr .header-wrapper .menu-item .sub-menu .menu-item a:after {
        left: 20px;
    }

    .rtl .header-wrapper .menu-item .sub-menu .menu-item a:after {
        right: 20px;
    }

    .header-wrapper .menu-item .sub-menu .menu-item a:active:after,
    .header-wrapper .menu-item .sub-menu .menu-item a:focus:after,
    .header-wrapper .menu-item .sub-menu .menu-item a:hover:after {
        width: 40px;
        background: #a1a1a1;
    }

    .banner-title-wrapper .banner-footer {
        display: none;
    }

    .story-content {
        height: 60%;
    }

    .rtl .story-content-text {
        line-height: 21.6px;
        line-height: 1.35rem;
    }

    .ltr .story-content-text {
        line-height: 20px;
        line-height: 1.25rem;
    }

    .portfolio-section {
        overflow: hidden;
    }

    .portfolio-box {
        mix-blend-mode: darken;
    }

    .portfolio-slide-col.left {
        background: #fff;
        width: calc(100% + 30px);
        position: relative;
        z-index: 1;
        box-shadow: 0 -10px 10px 0 rgb(177, 177, 177, 0.74902);
        padding-bottom: 2rem;
    }

    .ltr .portfolio-slide-col.left {
        left: -15px;
    }

    .rtl .portfolio-slide-col.left {
        right: -15px;
    }

    .portfolio-slide-image {
        margin: 0 auto;
    }

    .portfolio-slide-logos {
        margin: 1.5rem auto 0;
    }

    .portfolio-selector-bullet {
        opacity: 0;
        transition: 0.3s;
        z-index: -1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .portfolio-selector-bullet-active {
        opacity: 1;
    }

    .ltr .portfolio-selector-bullet-active .portfolio-icon {
        max-height: 40px;
    }

    .portfolio-selectors-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .portfo-heading {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 34px);
        height: 100%;
        border: #f2f2f2 solid 2px;
    }

    .ltr .portfo-heading {
        border-top-right-radius: 32px;
        border-top-right-radius: 2rem;
    }

    .rtl .portfo-heading {
        border-top-left-radius: 32px;
        border-top-left-radius: 2rem;
    }

    .portfo-heading-wrapper {
        height: 50%;
    }

    .portfo-heading-logo {
        position: absolute;
        left: 50%;
        bottom: 3rem;
        transform: translateX(-50%);
    }

    .portfo-body {
        padding: 0;
    }

    .portfo-body-logo {
        position: absolute;
        left: 50%;
        bottom: 3rem;
        transform: translateX(-50%);
    }

    .portfo-body-stat-wrapper {
        position: relative;
        margin-bottom: 0.5rem;
    }

    .portfo-body-stat-image {
        display: block;
    }

    .portfo-body-stat-number {
        position: absolute;
        top: 8px;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        text-align: center;
    }

    .portfo-body-stat-number-wrapper {
        position: absolute;
        bottom: 0;
        width: calc(100% - 5rem);
        height: 50%;
    }

    .ltr .portfo-body-stat-number-wrapper {
        right: 0;
    }

    .rtl .portfo-body-stat-number-wrapper {
        left: 0;
    }

    .portfo-body-stat-title {
        position: absolute;
        bottom: 5px;
        left: 50%;
        color: gray;
        width: 100%;
        transform: translateX(-50%);
        text-align: center;
    }

    .portfo-body-stat-title-wrapper {
        padding: 0;
        position: absolute;
        top: 0;
        width: calc(100% - 5rem);
        height: 50%;
    }

    .ltr .portfo-body-stat-title-wrapper {
        right: 0;
    }

    .rtl .portfo-body-stat-title-wrapper {
        left: 0;
    }

    .portfo-body-stat-title-wrapper:after {
        content: "";
        width: 100%;
        left: 0;
        bottom: 0;
        background: rgb(0, 0, 0, 0.12);
        height: 2px;
        position: absolute;
    }

    .portfo-body-story-description-wrapper {
        width: calc(100% - 60px);
        margin: 0 auto;
    }

    .if .portfo-body-story-content,
    .ppg .portfo-body-story-content {
        padding: 0 0 16px;
        padding: 0 0 1rem;
    }

    .ltr .th .portfo-body-story-content {
        line-height: 18.4px;
        line-height: 1.15rem;
    }

    .ppg .portfo-body-story-media-wrapper {
        display: none;
    }

    .portfo-body-slideshow-wrapper .swiper-slide .image-gallery-thumb-main {
        width: 100%;
        height: auto;
    }

    .ltr .portfo-body-timeline-slide-content-bullet {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18.4px;
        line-height: 1.15rem;
    }

    .th .portfo-body-timeline-slide-image {
        width: 180%;
    }

    .cb .portfo-body-timeline-slide-image {
        width: 130%;
    }

    .if .portfo-body-timeline-slide-image {
        width: 95%;
    }

    .ppg .portfo-body-timeline-slide-image {
        width: 130%;
    }

    .portfo-body-timeline-slide-image-wrapper:after {
        height: 90%;
    }

    .portfo-body-timeline-selector-info {
        transform: translateX(-50%) rotateZ(-90deg);
    }

    .portfo-body-reflect-slide-bicon {
        height: 30px;
    }

    .portfo-body-reflect-title-text {
        position: relative;
    }

    .portfo-body-reflect-title-logo {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        max-width: 45%;
    }

    .ltr .portfo-body-reflect-title-logo {
        right: 0;
    }

    .rtl .portfo-body-reflect-title-logo {
        left: 0;
    }

    .portfo-body-reflect-content {
        font-size: 0.75rem;
        line-height: 1.15rem;
    }

    .portfo-body-reflect-content-wrapper {
        padding: 3rem 1.5rem 2.5rem;
    }

    .ltr .portfo-body-reflect-content-wrapper {
        padding: 48px 24px 32px;
        padding: 3rem 1.5rem 2rem;
    }

    .timeline-slider {
        animation-delay: 1s;
    }

    .timeline-slide-content {
        padding: 0 15px;
        width: calc(100% - 60px);
        margin: 0 auto;
        text-align: justify;
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: 100px;
        direction: ltr;
    }

    .timeline-slide-content::-webkit-scrollbar {
        width: 10px;
    }

    .timeline-slide-content::-webkit-scrollbar-track {
        background: rgb(31, 31, 31, 0.3);
        border-radius: 10px;
    }

    .timeline-slide-content::-webkit-scrollbar-thumb {
        background: rgb(255, 255, 255, 0.7);
        border-radius: 10px;
        height: 60px;
    }

    .timeline-slide-content::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

    .timeline-slide-text {
        padding: 0;
        margin: 0;
    }

    .timeline-controller-wrapper {
        display: none;
    }

    .ov-modal-content-inner {
        width: calc(100% - 40px);
        bottom: 0;
        left: 50%;
        height: 85%;
        transform: translateX(-50%);
        position: absolute;
    }

    .news-list .news-item-latest-readmore {
        float: left;
    }

    .about-heading-wrapper {
        height: 50%;
    }

    .about-intro-col {
        width: 100%;
        margin-bottom: 2rem;
    }

    .ltr .about-value-item:last-child {
        margin-left: 33.33%;
    }

    .rtl .about-value-item:last-child {
        margin-right: 33.33%;
    }

    .about-investment-strategy-item:nth-child(2).open .about-investment-strategy-item-box {
        top: calc(-100% - 20px);
    }

    .about-investment-strategy-item:nth-child(3).open .about-investment-strategy-item-box {
        top: calc(-200% - 40px);
    }

    .open .about-investment-strategy-item-box {
        height: calc(300% + 40px);
    }

    .open .about-investment-strategy-item-title {
        top: 12px;
        top: 0.75rem;
    }

    .ltr .open .about-investment-strategy-item-title {
        left: 50%;
    }

    .rtl .open .about-investment-strategy-item-title {
        right: 50%;
    }

    .about-investment-strategy-item-content-wrapper {
        min-height: 365px;
    }

    .ltr .about-contact-info-icon {
        margin-right: 2px;
    }

    .rtl .about-contact-info-icon {
        margin-left: 2px;
    }

    .about-contact-info-text {
        font-size: 0.75rem;
    }

    .ltr .about-contact-info-address-icon {
        margin-right: 2px;
    }

    .rtl .about-contact-info-address-icon {
        margin-left: 2px;
    }

    .about-contact-info-address-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 375px) {
    .portfo-body-reflect-title-logo {
        top: -20px;
    }

    .about-value-item-icon {
        max-width: 35px;
        max-height: 35px;
    }

    .about-value-item-title {
        font-size: 0.7rem;
    }
}

@media (max-width: 320px) {
    .story-content {
        height: 65%;
    }

    .story-content-text {
        font-size: 0.75rem;
    }

    .rtl .story-content-text {
        line-height: 20px;
        line-height: 1.25rem;
    }

    .ltr .story-content-text {
        line-height: 18.4px;
        line-height: 1.15rem;
    }

    .portfo-body-timeline-slide-wrapper {
        margin: 2rem auto 8rem;
        padding-top: 65%;
    }

    .timeline-slider {
        min-height: 350px;
    }

    .timeline-slider-wrapper .timelineController2-next,
    .timeline-slider-wrapper .timelineController2-prev {
        height: 19.2px;
        height: 1.2rem;
        width: 19.2px;
        width: 1.2rem;
        background-size: contain;
    }

    .timeline-slide-content {
        height: 175px;
        margin-top: 80px;
    }

    .timeline-controller2-wrapper {
        margin-top: -20px;
    }

    .timeline-controller2-slide-title {
        font-size: 1rem;
    }

    .timeline-controller2-slide-year {
        font-size: 1rem;
    }

    .ov-modal-desc {
        font-size: 0.7rem;
        line-height: 1.1rem;
    }

    .about-heading-title {
        padding: 1.5rem 0 0.75rem;
    }

    .about-heading-description {
        font-size: 0.7rem;
        line-height: 1.3rem;
    }

    .about-intro-col-desc {
        font-size: 0.7rem;
        line-height: 1.3rem;
    }

    .about-story-desc {
        font-size: 0.7rem;
        line-height: 1.3rem;
    }

    .about-values-desc {
        font-size: 0.7rem;
        line-height: 1.3rem;
    }

    .about-investment-strategy-title {
        padding: 1.5rem 0 0.75rem;
    }

    .about-investment-strategy-item-icon {
        max-width: 40px;
        max-height: 40px;
        top: calc(100% - 55px);
    }

    .ltr .open .about-investment-strategy-item-icon {
        left: 16px;
        left: 1rem;
    }

    .rtl .open .about-investment-strategy-item-icon {
        right: 16px;
        right: 1rem;
    }

    .about-investment-strategy-item-title {
        font-size: 0.75rem;
        font-weight: 400;
    }

    .about-investment-strategy-item-content {
        font-size: 0.75rem;
        line-height: 1.25rem;
        padding: 0 1rem;
        font-weight: 300;
    }

    .about-investment-strategy-item-content-wrapper {
        min-height: 290px;
        top: 5.5rem;
    }

    .about-investment-stages-title {
        padding: 1.5rem 0 0.75rem;
    }

    .about-investment-stages-desc {
        font-size: 0.7rem;
        line-height: 1.3rem;
    }

    .about-investment-stages-item-content {
        font-size: 0.7rem;
        line-height: 1.3rem;
    }

    .about-contact-info-text {
        font-size: 0.6rem;
    }

    .about-contact-info-address-text {
        font-size: 0.75rem;
    }

    .ltr .about-contact-info-phone-text {
        padding-right: 12px;
        padding-right: 0.75rem;
    }

    .rtl .about-contact-info-phone-text {
        padding-left: 12px;
        padding-left: 0.75rem;
    }
}

/* KeyFrams */
@keyframes transX {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes transY {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes showUp {
    0% {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes showArrow {
    0% {
        background-size: 0;
    }

    100% {
        background-size: 100%;
    }
}

@keyframes showOpac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}