@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:wght@400;700&display=swap');

html,
body {
    height: 100%;
    background: #ffffff;
}



@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans/IRANSansWeb.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'iransansNum';
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'kalameh';
    src: url('../fonts/kalameh/KalamehWeb-Regular.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'kalameh';
    src: url('../fonts/kalameh/KalamehWeb-Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'kalameh';
    src: url('../fonts/kalameh/KalamehWeb-Bold.woff') format('woff');
    font-weight: normal;
}


.rtl .kalameh {
    font-family: kalameh !important;
}

.ltr .kalameh {
    font-family: "Fira Sans", sans-serif;
}

.rtl *:not(.fa):not(.far):not(.fas):not(.glyphicon):not(.lg-icon) {
    font-family: 'iransans';
}

.ltr *:not(.fa):not(.far):not(.fas):not(.glyphicon):not(.lg-icon) {

    font-family: "Fira Sans", sans-serif;
}

a {
    color: gray;
}

a:hover {
    text-decoration: none;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

/* start of header  */

.header-topi {}

.img_headertop {

    display: flex;
    position: relative;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px 0px, rgb(0 0 0 / 7%) 0px 2px 2px 0px, rgb(0 0 0 / 7%) 0px 4px 4px 0px, rgb(0 0 0 / 7%) 0px 8px 8px 0px, rgb(0 0 0 / 7%) 0px 16px 16px 0px;

}

.top_search_wrapper {
    flex-grow: 1;
}

/* end of header  */


/* start of search  */


#ngxCnSearch>div {
    min-width: 300px;
    right: auto;
}




.content_Search {
    width: 100%;
    height: 180px;
    margin: 2px 0px;
}

.seprBox,
.sesrBox {
    width: 100%;
    float: right;
    margin-right: 4px;
}

.seprBox>h3,
.sesrBox>h3 {
    width: 98%;
    padding: 9px;
    text-align: center;
    background: #eeeeee;
    margin: 0;
    font-size: 13px;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 0 0 0 #c9c9c9;
    box-shadow: 1px 0 0 0 #06193b;
    color: black;
}

.ulSearch {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.ulSearch li {
    width: 98%;
    clear: both;
    padding: 5px 4px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-align: right;
}

.ulSearch li a img {}

.img_topSearch {
    border: 0px;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    float: right;
    border-radius: 19px;
    border: 4px solid #eee;
}

.ulSearch li:hover {
    background-color: #dfdfdf;
}

.ulSearch li a dl,
.ulSearch li a dd {
    font-size: 13px;
    color: #000;
    margin: 0;
    margin-right: 2px;
    /* display: inline-block; */
    direction: rtl;
    float: right;
    padding-top: 9px;
}

.ulSearch li .content {}

.ulSearch li .content .mojsp {}

.searchContainer {

    width: 100%;
    position: relative;
    overflow: visible;
    margin: 0;
}

.ulSearch .shc_mojoodi {
    font-size: 11px;
    color: gray;
}

.ulSearch .shc_mojoodi .mojood {
    color: green;
}

.ulSearch .shc_mojoodi .not-available {
    color: #a908;
}

.ulSearch .shc_mojoodi .comming-soon {
    color: #30bae0;
    background: none;
}

.ulSearch .shc_mojoodi img {
    width: 18px;
}

.ulSearch .shePrice {
    font-size: 13px;
    font-weight: bold;
}

.ulSearch .sheDiscount {
    position: absolute;
    left: -10px;
    background: #ff3e3e;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    top: -11px;
}

.search_close_cn {
    position: absolute;
    z-index: 9;
    top: -15px;
    right: -16px;
}

.search_close_cn a {
    cursor: pointer;
}

.search_close_cn a i {
    font-size: 20px;
    color: #f30404;
}

.ngxp__container {
    top: 0 !important;
    z-index: 999999;
    background: white;
    border: 1px solid #11989b;
    font-size: 13px;
    direction: rtl;
    min-width: 310px;
    text-align: center;
    max-width: 370px;
}

.top_left_icon_wrapper {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.ltr .top_left_icon_wrapper {
    padding-right: 12px;
}

.top_left_icon_wrapper>div {
    margin: 0px 11px 0px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ltr .top_left_icon_wrapper>div {
    margin: 0px 0px 0px 5px;
}

.ltr .top_left_icon_wrapper>div a {
    margin-right: 6px;
}

.top_left_icon_wrapper>div:first-child {}

.top_left_icon_wrapper>div:first-child a {

    margin-right: 0px;
}


.top_left_icon_wrapper img {
    height: 18px;
    position: relative;
    left: -3px;
}

.ltr .top_left_icon_wrapper img {
    left: -3px;
    top: -3px;
}

.top_line_left {

    height: 15px;
    background: #ffffff;
    width: 1px;
    margin-right: 12px;
    position: relative;
    top: -1px;
}


.btncart {
    background: none;
    color: #970606;
    padding: 3px;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    border: 0px solid #d4d4d4;
    position: relative;
}

.btncart img {
    height: 31px;
}

.basket-Price-amount {
    background-color: #048a8b;
    border-radius: 11px;
    color: white;
    font-size: 10px;
    padding: 0px 4px 0 4px;
    position: relative;
    margin-right: 10px;
    position: absolute;
    right: -4px;
}

/* end of search  */

.help_tracking_cn {}

.help_tracking {
    display: flex;
    border: 1px solid #038889;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    background: #048a8b;
    padding: 6px;
    font-size: 13px;
    color: #fff !important;
}

.help_tracking i {

    color: #ffffff;
    font-size: 21px;
    margin-left: 8px;

}

.top_help_wrapper {
    position: absolute;
    top: 71px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .top_help_wrapper {
    display: none;
}

.img_down_slider {
    background: #fff;
    padding: 15px 0;
}

.dn_sl_left_box {}

.dn_slider_box {

    display: flex;
    align-items: center;
}

.dn_sl_left_box img {}


.dn_sl_right_box {
    text-align: center;
}

.dn_sl_right_box h2 {
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4c;
    text-align: center;
}


.dn_sl_right_box h3 {
    font-size: 11px;
}

.top_wrapper {
    color: white;
    z-index: 2;
    width: 100%;
    font-size: 13px;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
}

.ltr .top_wrapper {
    direction: rtl;
}

.calendar_wrapper {
    display: flex;
    direction: rtl;
    margin-left: 46px;
    font-size: 12px;
    align-items: center;
    font-weight: 300;
}

.ltr .calendar_wrapper {
    margin-right: 80px;
    margin-left: 0;
    direction: ltr;
}

.calendar_wrapper img {
    width: 19px;
    margin-left: 12px;
}

.ltr .calendar_wrapper img {
    margin-left: 0;
    margin-right: 12px;
}

.calendar_wrapper .tl_cal_date {
    margin-left: 4px;
}

.calendar_wrapper .tl_cal_time {}

.tp_right_wrapper {
    padding-right: 0;
}

.ul_access_right {

    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    direction: rtl;
}

.ltr .ul_access_right {
    direction: ltr;
}

.rtl .ul_access_right {
    direction: rtl;
}

.ul_access_right li:first-of-type {
    margin-left: 82px;
}

.ltr .ul_access_right li:first-of-type {
    margin-left: 0;
    margin-right: 82px;
}

.ul_access_right li a {
    font-size: 12px;
    font-weight: 300;
    color: white;
}

.ul_access_right li a span {

    position: relative;
    top: 2px;
}

.letter_sp {
    letter-spacing: 2px;
}

.ul_access_right li a img {
    width: 19px;
    margin-left: 5px;
}

.ltr .ul_access_right li a img {
    margin-right: 5px;
    margin-left: 0;
}

.img_catalogue {}

.img_call {
    width: 17px !important;

}

.img_callendar {}

/* start of slider  */
.slider_section {
    position: relative;
    top: -95px;
    z-index: 1;
    height: 700px;
}

.img_paeen-slider {
    position: absolute;
    bottom: -41px;
    /* right: -42px; */
    left: -144px;
    z-index: 99;
}


.carousel-fade .carousel-item {
    height: 130vh;
}

.slider_inner_wrapper {
    position: relative;
    height: 92vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.carousel-item {
    height: 700px;
    min-width: 300px;
}

.carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.carousel-caption {
    bottom: 35%;
    z-index: 2;
    text-align: left;
    right: auto;
    right: 10%;
}

.rtl .carousel-caption {
    text-align: right;
}

.ltr .carousel-caption {
    text-align: left;
}

.carousel-caption h2 {
    font-size: 55px;
    margin-top: 0px;
    color: #fff;
    text-align: right;
    font-weight: 500;
    font-family: kalameh !important;
    direction: rtl;
}

.ltr .carousel-caption h2 {
    text-align: left;
}

.carousel-caption h5 {
    font-size: 55px;
    font-weight: normal;
    text-align: right;
    font-weight: 500;
    font-family: kalameh !important;
    color: #fff;
    direction: rtl;
}

.carousel-caption h1 {}

.ltr .carousel-caption h1 {
    padding-left: 19px;
}

.box_slider_btn {

    display: flex;
    flex-direction: row;
}

.rtl .box_slider_btn {
    direction: rtl;
}

.carousel-caption p {
    margin: auto;
    font-size: 14px;
    margin-bottom: 2rem;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 4px;
}

.carousel-caption span {
    font-size: 25px;
    font-weight: lighter;
}

.button-slider-more {
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    padding: 13px 40px 13px 40px;
    display: flex;
    direction: rtl;
    align-items: center;
    position: relative;
    /* top: -7px; */
    font-weight: 500;
    transition: 250ms;
    display: inline-flex;
    box-shadow: rgba(84, 84, 84, 0.8) 0px 5px 15px;
    border-radius: 29px;
    font-family: kalameh !important;
    background: #545454;
    margin-top: 16px;
}

.ltr .button-slider-more {
    margin-left: 23px;
}

.button-slider-more span {}


.button-slider-more-outline {
    border-radius: 18px;
    font-family: kalameh !important;
    cursor: pointer;
    font-size: 13px;
    padding: 9px 30px 9px 30px;
    align-items: center;
    position: relative;
    top: -7px;
    font-weight: 100;
    transition: 250ms;
    border: 1px solid #2e485f;
    margin: 0 18px;
    color: #304860;
}


.button-slider-more-outline:hover {}

.button-slider-more i {
    font-size: 18px;
    margin-right: 7px;
    position: relative;
    top: 0px;
}

.button-slider-more:hover span::before {

    color: #1c4f78;
}


.button-slider-more:hover {
    background: #545454;
    color: #fff;
}



.button-slider-more img {
    height: 23px;
}

.carousel-inner::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba (0, 0, 0, 0.6);
    z-index: 1;
}

.carousel-indicators {
    bottom: -16px;
    height: 100px;
    margin-left: 0%;
    margin-right: 0%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0));
    display: flex;
    justify-content: start;
    padding-left: 20px;
}

.carousel-indicators [data-bs-target] {
    background: none !important;
}

.carousel-indicators button {
    width: 100px !important;
}

.ca_cap_more_wrapper {
    display: flex;
    justify-content: end;
    height: 70px;
    padding-top: 0px;
}

.ltr .ca_cap_more_wrapper {
    justify-content: start;
}

.slider_thum_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-indent: 0;
}

.slider_thum_holder img {
    width: 50px !important;
    margin-bottom: 6px;
}

.slider_thum_holder h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #6a6a6a;
    text-transform: uppercase;
    font-size: 13px;
}

.active .slider_thum_holder h6 {
    color: #c80000;
}

.slider_footer {

    position: relative;
    z-index: 2;
    bottom: 228px;
    padding-bottom: 0;
}

.slider_footer_img {
    height: 325px;
}

@media screen and (min-width:1450px) {}

.slider_footer_img img {
    width: 100%;

}

.slider_footer_item_wrapper {}

.slider_footer_ul {

    position: relative;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    direction: rtl;
    width: 100%;
    top: 150px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ltr .slider_footer_ul {
    direction: ltr;
}

.slider_footer_ul li {
    flex-grow: 0.33333;
    padding: 33px 0;
    transition: all 250ms ease;
}

.slider_footer_ul li a {
    display: flex;
    flex-direction: column;
    color: #30495f;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    height: 100%;
}



.slider_footer_ul li {}

.slider_footer_ul li a img {
    width: 95px;
    position: relative;
    transition: all 250ms ease;
}

.slider_footer_ul li a span {}

.slider_footer_ul li a h4 {
    text-align: center;
    font-size: 19px;
}

.slider_footer_ul li a h5 {
    text-align: center;
    font-size: 13px;
    color: #b9b9b9;
    font-weight: 300;
}

.slider_footer_ul li .sl_ftt_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider_footer_ul li:hover {
    background: #2f475f;
}

.slider_footer_ul li:nth-of-type(1):hover {

    border-radius: 0 30px 30px 0;
}

.slider_footer_ul li:nth-of-type(2):hover {

    border-radius: 0;
}

.slider_footer_ul li:nth-of-type(3):hover {

    border-radius: 30px 0 0 30px;
}

.slider_footer_ul li:hover a {
    color: #ffffff;
}

/* end of slider  */


.flickity-viewport {
    overflow-x: hidden;
    overflow-y: hidden;
}

.slide--parent {
    max-width: 100%;
    margin: auto;
}



.parent--el {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.parent--el .two--col {

    display: flex;
    align-items: flex-start;
    justify-content: end;
}

.ltr .parent--el .two--col {

    justify-content: start;
}

.the-img img {
    width: 100%;
}

.is-item--inner {
    padding: 0em 0em;
}



.the-img {
    overflow: hidden;
}

.the-img img {
    position: relative;
    transform: translateX(100%);
    transition: all 600ms ease;
}

.is-item--inner p {
    transform: translateY(15px);
    position: relative;
    opacity: 0;
    transition: all 400ms ease;
}

.is-item--inner h1 {
    overflow: hidden;
    font-size: 46px;
    margin-bottom: 14px;
}

.is-item--inner h2 {
    overflow: hidden;
    margin-bottom: 23px;
}


.is-item--inner h1 span,
.is-item--inner h2 span {
    transform: translateY(100%);
    position: relative;
    transition: all 500ms ease;
    display: inline-block;
}

.rtl .is-item--inner h1 span,
.is-item--inner h2 span {
    direction: rtl;
}

.is-item--inner h1 span {
    font-weight: 500;
}

.is-item--inner h2 span {
    font-weight: 500;

}

.is-item--inner h2 span {
    transition: all 900ms ease;
}

.ltr .is-item--inner h2 span {
    padding-left: 20px;
}



.parent--el.is-selected .the-img {
    overflow: hidden;
}

.parent--el.is-selected .the-img img {
    position: relative;
    transform: translateX(0%);
    transition-delay: 500ms;
}

.parent--el.is-selected .is-item--inner p {
    transform: translateY(0px);
    transition-delay: 500ms;
    position: relative;
    opacity: 1;
}

.parent--el.is-selected .is-item--inner p:nth-of-type(2) {
    color: red;
    transition-delay: 700ms;
}

.parent--el.is-selected .is-item--inner p:nth-of-type(3) {
    transition-delay: 900ms;
}

.parent--el.is-selected h1 {
    overflow: hidden;
    color: #2e485f;
}

.parent--el.is-selected h2 {
    overflow: hidden;
    color: #4593a0;
}

.parent--el.is-selected h1 span,
.parent--el.is-selected h2 span {
    transform: translateY(0%);
    position: relative;
    transition-delay: 400ms;
    display: inline-block;
}

.parent--el.is-selected hr {
    width: 100%;
    max-width: 8em;
    transition-delay: 500ms;
}

.parent--el.is-selected small {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 400ms;
}

.parent--el.is-selected small:after {
    width: 100%;
    transition-delay: 600ms;
    max-width: 2.4em;
}

.flickity-page-dots {
    position: absolute;
    right: -49px;
    top: 27%;
    margin: 0;
    padding: 0;
    display: none;
}

.ltr .flickity-page-dots {
    right: auto;
    left: -49px;
}

.flickity-page-dots li {
    position: relative;
    margin-bottom: 31px;
    top: -7px;
}

.flickity-page-dots li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    left: -16px;
    position: absolute;
    top: 0;

}

.flickity-page-dots li.is-selected:before {
    content: "\f0c8";
    font-family: FontAwesome;
    left: -16px;
    position: absolute;
    top: 0;
    font-weight: 900;
}

.flickity-page-dots li::marker {
    display: none;
    content: '';
    font-weight: 900;
}

/* # start of hover effect  */


.card_service {
    position: relative;
    width: 100%;
    height: 260px;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 33%) 0px 4px 12px;
    margin-bottom: 26px;
}

.card_service:before {
    content: '';
    position: absolute;
    top: 150%;
    right: 0;
    width: 100%;
    height: 100%;
    background: #15969f;
    clip-path: circle(150px at 80% 20%);
    transition: 300ms ease-in-out;

}

.card_service:hover:before {
    clip-path: circle(195% at 78% -20%);
    top: 0;
}

.card_service_active {
    clip-path: circle(195% at 78% -20%);
    top: 0;
}

.container_small {

    max-width: 872px;
}

.serv_ef_box {}

/* .card_service:after {
    content: 'Nike';
    position: absolute;
    top: 30%;
    left: -20%;
    font-size: 12em;
    font-weight: 800;
    font-style: italic;
    color: rgba(255, 255, 255, 0.04);
} */

.card_service .imgBx {
    position: absolute;
    top: 24%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    transition: 0.5s;
}

.card_service:hover .imgBx {
    top: 8%;
    transform: translateY(0%);
}

.card_service:hover .imgBx img {

    filter: brightness(0) invert(1);
}

.card_service .imgBx img {
    position: absolute;
    left: 31%;
    width: 100px;
}

.card_service .contentBx {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 550ms;
    z-index: 10;
}

.card_service:hover .contentBx {
    height: 145px;
}

.card_service .contentBx h2 {
    position: relative;
    color: #002f7d;
    font-size: 17px;
    font-weight: 500;
}

.card_service .contentBx h2 a {
    color: #002f7d;
}


.card_service:hover .contentBx h2 a {
    color: #fff !important;
}

.card_service .contentBx .size,
.card_service .contentBx .color {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 250ms;
    opacity: 0;
    visibility: hidden;
}

.card_service:hover .contentBx .size {
    opacity: 1;
    visibility: visible;
}

.card_service:hover .contentBx h2 {
    color: #fff;
}

.card_service:hover .contentBx .color {
    opacity: 1;
    visibility: visible;
}

.card_service .contentBx .size h3,
.card_service .contentBx .color h3 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
}

.card_service .contentBx .size span {
    text-align: justify;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    color: #111;
    margin: 0 5px;
    transition: .5s;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.card_service .contentBx .size span a {
    color: white;
    font-weight: 300;
}

.rtl .card_service .contentBx .size span {
    direction: rtl;
}

.card_service .contentBx .size span:hover {}

.card_service .contentBx .color span {
    width: 20px;
    height: 20px;
    background: #FF0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.card_service .contentBx .color span:nth-child(2) {
    background: #9BDC28;
}

.card_service .contentBx .color span:nth-child(3) {
    background: #03A9F4;
}

.card_service .contentBx .color span:nth-child(4) {
    background: #E91E63;
}

/* .card_service .contentBx a {
    display: inline-block;
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #111111;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}

.card_service:hover .contentBx a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.75s;
} */




/* end of hover effect  */

.title_box_cn {

    padding: 54px 0 53px 0;
    text-align: center;
}

.title_box {

    font-size: 26px;
    font-weight: bold;
    color: #001c4b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rtl .title_box {
    direction: rtl;
}

.rtl .title_box::before {
    content: "\f0d9";
    font-family: 'FontAwesome';
    color: #ba0001;
    font-size: 28px;
    margin-left: 5px;
}

.ltr .title_box::after {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #ba0001;
    font-size: 28px;
    margin-right: 5px;
}

.ltr .title_box {
    flex-direction: row-reverse;
}

.cn-bg-pr {
    position: relative;
    margin-top: 6rem;
}

.bg-pr {
    position: absolute;
    top: 0px;
}

.title_box i {
    color: #ba0001;
    font-size: 28px;
    margin-left: 7px;
    margin-right: 7px;
}

.about_wrapper_box {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding-top: 5rem;
}

.cn-width-home {
    width: 85%;
}

.about_wrapper_box_inner {
    padding-top: 0px;
}


.about_matn {
    padding-top: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.subtitle-home {
    color: #414141;
    position: relative;
    font-size: 28px;
}

.site_cn_title {
    position: relative;
    display: flex;
    flex-direction: column;
}
.txt-under_n {
    content: '';
    position: absolute;
    right: 17px;
    top: 60px;
    width: 9px;
    height: 2px;
    background-color: #24c4bb;
}
.txt-under_n2 {
    content: '';
    position: absolute;
    right: 31px;
    top: 60px;
    width: 51px ;
    height: 2px;
    background-color: #24c4bb;
}

.txt-under_s {
    content: '';
    position: absolute;
    right: 57px;
    top: 63px;
    width: 7px;
    height: 2px;
    background-color: #24c4bb;
}
.txt-under_s2 {
    content: '';
    position: absolute;
    right: 68px;
    top: 63px;
    width: 43px;
    height: 2px;
    background-color: #24c4bb;
}

.site_cn_title h2 {
    color: #004276;
    position: relative;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    display: inline-flex;
    margin: 0 auto;
}

.site_cn_title p{
    color: #535353;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    margin: 0 auto;
}

.site_cn_title h4 {
    color: #5a5a5a;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.txt-under_a {
    content: '';
    position: absolute;
    right: 32px;
    top: 73px;
    width: 9px;
    height: 2px;
    background-color: #24c4bb;
}
.txt-under_a2 {
    content: '';
    position: absolute;
    right: 45px;
    top: 73px;
    width: 51px;
    height: 2px;
    background-color: #24c4bb;
}

/* .site_cn_title h2:after,
.site_cn_title h2:before {
    font-family: 'FontAwesome';
    content: "\f0c8";
    font-weight: 900;
    color: #eacf64;
    font-size: 10px;
    position: absolute;
    top: 18px;
} */

/* .site_cn_title_2 h2:after,
.site_cn_title_2 h2:before {
    top: 8px;
} */

/* .site_cn_title h2:after {
    left: -45px;
} */

/* .site_cn_title h2:before {
    right: -45px;
} */

.about_matn span::after {
    color: #666363;
    position: relative;
    font-size: 21px;
}

.subtitle-home::before {
    content: '';
    position: absolute;
    top: 34px;

    height: 2px;
    background-color: #ddac60;
}

.rtl .subtitle-home::before {
    width: 40px;
    right: 0px;
}


.ltr .subtitle-home::before {
    width: 65px;
    left: 0px;
}

.ul_certificats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ul_certificats li {}

.ul_certificats li img {
    /* height: 47px; */
    width: 74%;
}

.ltr .cn-about-app-home {
    padding-left: 0;
}

.title-chera {
    color: #3d3d3d;
    font-weight: bold;
}

.cn-div-chap-about {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.title-zoudfix-about {
    color: #20a928;
    font-size: 28px;
    margin-top: 8px;
    /* margin-bottom: 19px; */
    font-weight: 600;
}


.btn-about-more {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 9px 30px 9px 30px;
    display: flex;
    direction: rtl;
    align-items: center;
    /* position: relative;
    top: -7px; */
    font-weight: 500;
    transition: 250ms;
    display: inline-flex;
    border-radius: 18px;
    font-family: kalameh !important;
    background: #ab8242;
    box-shadow: rgb(176 136 72) 0px 5px 15px;
    background-image: linear-gradient(to right, #ecbd6f, #a87f3f);
}

.ltr .btn-about-more {
    direction: ltr;
    float: right;
}

.ltr .btn-about-more i {
    rotate: 180deg;
}


.btn-about-more:hover {
    color: #fff;
}

.btn-down-catalog {
    font-family: kalameh !important;
    cursor: pointer;
    font-size: 13px;
    padding: 9px 30px 9px 30px;
    align-items: center;
    /* position: relative;
    top: -7px; */
    font-weight: 500;
    transition: 250ms;
    margin: 0 18px;
    color: #8e8e8e;
}

.btn-down-catalog:hover {
    color: #20a82a;
}

.triangle-up {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 13px solid #3d3d3d;
    border-bottom: 10px solid transparent;
    right: 15px;
    bottom: 31px;
}

.about_matn h3 {
    color: #fff;
    font-size: 18px;
    background: #2f3192;
    border-radius: 20px 0px 20px 20px;
    display: flex;
    justify-content: center;
    padding: 7px 27px 7px 27px;
    font-weight: 300 !important;
    margin-top: 8px;

}

.rtl .about_matn h3 {
    direction: rtl;
}


.about_matn h3 i {
    color: #ba0001;
    font-size: 28px;
    position: relative;
    top: 9px;
}



.about_matn .about_text {
    font-size: 16px;
    font-weight: 300;
    text-align: center !important;
    direction: rtl;
    line-height: 34px;
    color: #5a5757;
}
.about_text p{
    text-align: center !important;
}
.ltr .about_matn .about_text {
    direction: ltr;
}


.about_wrapper_box .img_about_img {
    position: absolute;
    width: 74%;
    /* width: 100%; */
    top: 0%;
}

.cons_box {

    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    align-items: flex-start;
}

.pro_down_wrapper {

    padding: 11rem 0 3rem 0;
    position: relative;
}

.pro_down_wrapper .gur_text_title2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: gray;
    font-weight: bold;
    font-size: 24px;
    direction: ltr;
}

.pro_down_wrapper .gur_text_title3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: gray;
    font-weight: bold;
    font-size: 24px;
}

.pro_down_wrapper .gur_text_title2 img,
.pro_down_wrapper .gur_text_title3 img {

    margin-right: 1px;
    margin-left: 15px;
}


.emerg_sec {
    position: relative;
    padding: 3rem 0;
}


.emerg_sec:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: #e1e1e1 url(../images/site/back_emerge.png) no-repeat;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.emerg_text_wrapper {

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.emerge_text_title1 {
    font-size: 37px;
    color: #2c2e31;
    font-weight: 300;
    direction: rtl;
}

.emerge_text_title1 i {}

.emerge_text_title2 {
    font-size: 23px;
    color: #2c2e31;
    font-weight: 300;
}

.emerge_text_title3 {
    font-size: 31px;
    color: #2c2e31;
    font-weight: 500;
    margin-top: 1rem;
}

.emerge_text_title4 {
    font-size: 21px;
    color: #2c2e31;
    font-weight: 300;
    margin-top: 6px;
}

.emerge_form_wrapper {
    position: absolute;

}

.emerge_form_box {
    width: 295px;
    background: #4d72d0;
    height: 389px;
    box-shadow: rgb(100 100 111 / 40%) 1px 6px 7px 0px;
    border-radius: 10px;
    margin: 0 auto;
}


.guarantee_section {
    position: relative;
    padding-bottom: 3rem;
}


.gur_img_wrapper {}

.gur_text_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.gur_moto_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    height: 100%;
    padding-right: 5rem;
    padding-bottom: 10px;
}

.gur_moto_wrapper h1 {
    font-size: 32px;
    color: #717382;
    font-weight: 500;
    opacity: 0.7;
}

.gur_moto_wrapper h2 {
    font-size: 20px;
    color: #717382;
    font-weight: 500;
    opacity: 0.7;
}

.gur_img {
    max-width: 100%;
    width: 100%;
}

.gur_text-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: start;
    justify-content: center;
}

.ltr .gur_text-wrapper {
    align-items: end;
}

.rtl .gur_text-wrapper {
    text-align: right;

}

.gur_text_title1 {

    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    direction: rtl;
    margin-bottom: 2px;
}

.gur_text_title1 i {
    position: relative;
    top: 5px;
    color: #af0100;
}

.gur_text_title2 img,
.gur_text_title3 img {
    width: 30px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.ltr .gur_text_title2 img,
.ltr .gur_text_title3 img {
    margin-left: 5px;
}

.gur_text_title2 {
    font-size: 22px;
    color: #ffffff;
    padding-top: 13px;
    font-weight: 300;
    letter-spacing: 2px;
}


.ltr .gur_text_title2 {
    display: flex;
    direction: ltr;
    align-items: center;
    flex-direction: row-reverse;
}


.gur_text_title2 i {
    background: #af0100;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 15px;
}

.gur_text_title3 {

    margin-top: 10px;
    font-size: 22.3px;
    font-weight: 300;
    color: white;
    letter-spacing: 1px;
}


.ltr .gur_text_title3 {
    display: flex;
    direction: rtl;
    align-items: center;

}

.gur_text_title3 i {
    background: #af0100;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 15px;
}

.gur_text_title4 {
    direction: ltr;
    margin-top: 7px;
    font-size: 24px;
}

.gur_text_title4 i {
    background: #fcf0d8;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 17px;
    padding-top: 7px;
    border-radius: 40px;
    color: white;
    margin-left: 8px;
    position: relative;
    top: -4px;
}

.gur_text_title4 span {

    font-weight: 300;
    font-size: 21px;
    color: #ffffff;
    margin-top: 9px;
    display: block;
}

.box-sp-corp {
    transition: all 250ms ease;
    margin: 22px 10px;
    cursor: pointer;
}

.box-sp-corp:hover {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.img-sp-corp {
    width: 150px !important;
}

.sec_corp {
    /* padding-top: 3rem;
    padding-bottom: 3rem; */
    background-size: cover;
    display: flex;
    align-items: center;
}

.sec_corp .grp-spe-title-cn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img_coop_img {

    width: 100%;
    position: absolute;
}

.img-pattern-right-pr {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 13%;
}

/* .grp-spe-title-cn {
    text-align: right;
    padding-top: 4rem;
    justify-content: space-between;
    align-items: center;
} */
.cn-news-chevron{
    border: 2px solid #d3d3d3;
    color: #3f3f41;
    border-radius: 7px;
    padding: 5px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 200;
    width: 30%;
}

.ltr .grp-spe-title-cn {
    direction: rtl;
}


.cn-news-chevron a {
    /* color: #a8a8a8; */
}

.img_news_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 23%;
}

.footer_cn {
    position: relative;
    /* background: rgb(40, 41, 133); */
    /* background: radial-gradient(circle, rgba(40, 41, 133, 1) 0%, rgba(27, 29, 103, 1) 50%); */
}

.ul-ft-namad {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 58px;
}
.btn-gruop-sp{
    display: flex;
    justify-content: center;
}
.btn-about-more_2{
    color: #33a5fd;
    cursor: pointer;
    font-size: 11px;
    padding: 6px 35px 6px 35px;
    display: flex;
    direction: rtl;
    align-items: center;
    /* position: relative;
    top: -7px; */
    font-weight: 600;
    transition: 250ms;
    display: inline-flex;
    border-radius: 10px;
    font-family: kalameh !important;
    /* background: #a70000; */
    /* box-shadow: rgb(174 0 0) 0px 5px 15px; */
    /* background-image: linear-gradient(to right,#9d0000 , #b80000,#cf0000 );    */
}
.cn-copy-right {
    padding-top: 10px;
    padding-bottom: 20px;
}

.sm_ad_img {
    height: 100px;
}



.nsl-input {
    border: 1px solid #dfdfdf;
    padding: 0.575rem 0.75rem;
    border-radius: 2px;
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    font-weight: 300;
    font-size: 14px;
    border-radius: 20px;
    background: #ffffff;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 12px);
    text-align: right;
    border-radius: 15px;
}

.btn-newsletter {
    border-radius: 11px;
    font-size: 14px;
    top: -42px;
    left: 3px;
    padding: 7px 30px 9px 30px;
    position: relative;
    background: #dfb32c;
    border-color: #dfb32c;
    box-shadow: rgb(89 179 172 / 20%) 0 2px 8px 0;
    color: #fff !important;
}


.copy_right_top {

    margin-top: 8px;
    border-top: 1px solid #575556;
    padding-top: 9px;
}

.copy_right {
    color: #01a1e0;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    display: flex;
    justify-content: start;
    padding-top: 11px;
}

.ltr .copy_right {
    justify-content: end;
}

.rtl .copy_right {
    direction: rtl;
}

.footer_logo img {
    height: 138px;
}

.ft-copy-right {
    font-size: 10px;
    padding-top: 11px;
    color: #01a1e0;
    font-weight: 300;
    padding-bottom: 13px;
    display: flex;
    justify-content: end;
}

.ft-copy-right a {
    color: #01a1e0;
}

/* start of services  */



.red-square {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #D32F2F;
  border-radius: 2px;
  margin-top: 4px;
}
.section-title {
  font-family: Vazirmatn, IRANSans, sans-serif;
}
.section-desc {
  font-family: Vazirmatn, IRANSans, sans-serif;
  color: #444;
  line-height: 2;
  font-size: 1.1rem;
}
.tv-image {
  max-height: 330px;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .tv-image {
    max-height: 200px;
  }
}


.vote_rules>.vote_rule_title {
    text-align: right;
    font-size: 26px;
    font-weight: bold;
    color: #001c4b;
    margin-bottom: 17px;
}

.vote_rules>.vote_rule_title i {
    color: #ba0001;
    font-size: 28px;
    position: relative;
    top: 4px;
}

.vote_rules>.vote_rules_content {
    font-size: 15px;
    line-height: 30px;
    color: #494949;
    font-weight: 500;
}

.vote_rules>.vote_rules_content * {

    font-family: kalameh !important;
}

.ft_menu_wrapper {

    max-width: 343px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.inner_top_slider_wrapper {
    margin-bottom: 0rem;
}

.inner_top_img {

    width: 100%;
    position: absolute;
}

.innert_top_content {
    padding-top: 2%;
    position: relative;

}

.inner_bread {}

.inner_title_wrapper {
    display: flex;
    align-items: center;
}

.rtl .inner_title_wrapper {
    direction: rtl;

}

.inner_title_wrapper img {
    height: 49px;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.rtl .inner_title_wrapper img {
    margin-left: 12px;
    margin-right: 0;
}

.inner_title_wrapper h1 {
    color: #4b4b4b;
    font-family: kalameh !important;
    font-weight: 900;
    font-size: 34px;
}

.ul-ft-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ul-ft-social li {
    margin-left: 5px;
}

.ul-ft-social li a {
    display: flex;
    width: 30px;
    height: 30px;
    background: rgba(22, 70, 109, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.ul-ft-social li a img {
    width: 14px;
    height: 14px;
}

.sp_gray_back {
    padding-bottom: 5rem;
}

@media (min-width: 1467px) {}

@media (max-height: 660px) {
    .carousel-caption {
        bottom: 15%;
    }
}

@media (min-width: 1800px) {

    .inner_top_slider_wrapper {
        margin-bottom: 3rem;
    }

    .innert_top_content {
        padding-top: 6%;
    }
}

@media (max-width: 1600px) {
    /* .bg-pr {
        position: absolute;
        top: -70px;
    } */
}

@media only screen and (max-width: 768px) {

    .ltr .about_matn {
        left: 0%;
    }

    .footer_item_header {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .ul_access_right {
        justify-content: space-between;
    }

    .ul_access_right li a {
        font-size: 11px;
    }

    .ul_access_right li a img {
        margin-left: 5px;
    }
    .cn-news-chevron{
        width: 100%;
        padding: 5px 5px;
    }
    .ul_access_right li {}

    .ul_access_right li:first-of-type {
        margin-left: 7px;
    }

    .footer_phone {
        padding-right: 10px;
        padding-top: 5px;
    }

    .footer_phone {
        padding-right: 10px;
    }

    .about_text {
        overflow-y: auto;
    }

    .about_matn .about_text {
        line-height: 28px;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .about_text p{
        text-align: justify !important;
    }

    .copy_right {
        font-size: 11px;
        justify-content: center !important;
        padding-top: 43px;
    }

    .sec_services {
        /* height: 683px; */
        padding-top: 45px;
    }

    .slider_footer_ul li a {
        font-size: 12px;
    }

    .slider_footer_ul li a .row {
        direction: rtl;
        flex-direction: row;
    }

    .slider_footer_ul li a h4 {
        font-size: 13px;
    }

    .slider_footer_ul li a h5 {
        font-size: 11px;
    }

    .slider_footer_ul li .sl_ftt_content {
        height: auto;
    }

    .ser_owl .center .box_services {
        /* box-shadow: rgb(50 50 93 / 25%) 0px 0px 0px 0px, rgb(0 0 0 / 30%) 0px 0px 0px 0px; */
    }
    .ul_certificats li img {
        height: 47px !important;
        width: 100% !important;
    }
    .about_matn {
        padding-top: 32px;
    }
.site_cn_title h2{
font-size: 20px !important;
}
.site_cn_title p{
    font-size: 14px !important;
    }

    .help_tracking {
        width: 31px;
        background: #ffffff;
        color: #383737 !important;
        border: 1px solid #b9b9b9;
    }

    .top_right_menu_wrapper {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 0 !important;
    }

    .rtl .top_left_icon_wrapper {
        order: 1;
        display: flex;
        padding-left: 0px;
    }

    .cn-lang-mobile {
        display: flex;
        flex-direction: column;
    }

    .ltr .top_left_icon_wrapper {
        order: 1;
        display: flex;
        padding-right: 11px;
    }

    .top_search_wrapper {
        order: 6;
        width: 68%;
        padding: 6px;
        flex-grow: 0;
    }

    .help_tracking i {

        color: #5e5e5e;
        font-size: 16px;
        margin-left: 0px;
    }

    .top_help_wrapper {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
        text-align: left;
        padding-left: 10px;
        position: relative;
        top: 0;
    }

    .tpMenuUl {
        justify-content: space-between;
        width: 100%;
    }

    #ngxCnSearch>div {
        left: -3% !important;
        min-width: 98%;
    }

    .btncart {
        left: -9px;
    }

    .dn_sl_right_box h2 {
        font-size: 10px;
        margin-bottom: 3px;
        padding-top: 7px;
    }

    .dn_sl_left_box {
        width: 37%;
    }

    .dn_sl_right_box h3 {
        font-size: 10px;
    }

    .dn_sl_right_box {
        width: 90%;
    }

    .img_news_img {
        display: none;
    }

    .about_wrapper_box .img_about_img {
        /* top: -88px; */
        height: auto;
    }

    .calendar_wrapper {
        display: none;
    }

    .top_left_icon_wrapper>div {
        margin: 0px 4px 0px 0;
    }

    .is-item--inner h1 {
        font-size: 30px;
    }

    .carousel-caption h2 {
        font-size: 18px;
    }

    .slider_footer {
        bottom: 105px;
    }

    .slider_footer_ul {
        position: absolute;
        top: -5px;
        left: 0;
    }

    .slider_footer_ul li {
        width: 33%;
    }

    .carousel-fade .carousel-item {
        height: 100vh;
    }

    .is-item--inner {
        padding: 3em 0em;
    }

    .card_service {
        height: 165px;
    }

    .card_service .contentBx {
        height: 40px;
    }

    .card_service .imgBx img {
        left: 19%;
    }

    .card_service .imgBx {
        top: 12%;
    }

    .gur_text_title1 {
        font-size: 34px;
    }

    .gur_text_title2 {
        font-size: 16px;
        padding-top: 4px;
    }

    .gur_text_title3 {
        margin-top: 4px;
        font-size: 17px;
    }

    .gur_text_title4 {
        font-size: 24px;
    }

    .gur_text_title2 img,
    .gur_text_title3 img {
        width: 17px;
    }

    .gur_text_title4 span {
        font-size: 14px;
        margin-top: 0px;
    }

    .ser_owl {
        padding: 1rem 1rem 0 1rem;
    }

    .footer_content_wrapper {
        padding-top: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .footer_cn {
        background: rgb(10, 39, 64);
    /* background: radial-gradient(circle, rgba(10, 39, 64, 1) 0%, rgba(27, 29, 103, 1) 50%); */
    }

    .img_footer_img {
        display: none;
    }

    .footer_ad_box {
        align-items: center;
    }

    .footer_item_2 {
        margin-right: auto !important;
    }

    .footer_item_1 {
        margin-right: auto !important;
    }

    .ft_menu_wrapper {
        align-items: center;
        margin-bottom: 1rem;
        margin-top: 12rem;
    }

    .order_1 {
        order: 1;
    }

    .order_2 {
        order: 2;
    }

    .order_3 {
        order: 3;
    }


    .ft-copy-right {
        display: flex;
        justify-content: center;
    }

    .rtl .ft-copy-right {
        direction: rtl;
    }

    .footer_logo {
        display: none;
    }

    .ul_footer_phone li {
        padding-left: 18px;
    }

    .inner_top_slider_wrapper {
        margin-bottom: 1rem;
    }

    .rtl .about_matn h3 {
        text-align: right;
        font-size: 16px;
    }


    .rtl .about_matn h4 {
        text-align: center;
        font-size: 16px;
    }

    .innert_top_content {
        padding-top: 0%;
        padding-right: 12px;
        display: flex;
        justify-content: end;
        flex-direction: column;
    }

    .inner_title_wrapper img {
        height: 23px;
    }

    .inner_title_wrapper h1 {
        font-weight: 700;
        font-size: 38px;
        padding: 0 10px;
    }

    .about_matn h3 {
        font-size: 18px;
    }

    .pro_down_wrapper {
        padding: 2rem 0 3rem 0;
    }

    .footer_bottom_cn img {
        height: 46px;
    }

    .cons_box {
        margin-bottom: 2rem;
    }

    .slider_footer_ul li a img {
        width: 44px;
    }

    .cn-number {
        justify-content: center !important;
    }

    .footer_ad_item {
        display: flex;
        justify-content: center;
        position: relative;
        top: 0;
    }

    .footer-cn-support {
        position: relative;
        top: 16px;
        left: 0 !important;
        padding-bottom: 10px;
    }

    .footer_social {
        width: 100%;
        margin-left: 0px;
        display: flex;
        justify-content: center;
    }

    .btn-down-catalog {
        margin: 0 0px;
    }

    .about_matn {
        flex-direction: column;
    }

    .cn-div-chap-about {
        order: 1;
        padding-top: 185px;
    }

    .cn-about-app-home {}

    .about_wrapper_box {
        padding-top: 0rem;
    }


    .cn-company-name-header {
        display: none !important;
    }

    .btn-see-all {
        font-size: 12px;
        padding: 8px 0;
    }

    .footer_logo_mob {
        display: block;
        width: 59%;
        top: 0px;
    }

    .btn-newsletter {
        left: -78px;
    }

    .cn-logo-mob {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 33px;
    }

    .title-about-footer {
        padding-top: 16px;
    }

    .cn-app-icon {
        align-items: center;
        margin-top: 16px
    }

    .img-sp-corp {
        width: 95px !important;
    }

    .bg-pr {
        display: none;
    }

    .cn-cstomers {
        margin: 0 3px;
        height: 92px;
        box-shadow: rgba(255, 255, 255, 0.9) 0px 0px 0px;
    }

    .img-pattern-right-pr {
        display: none;
    }

    .cn-width-home {
        width: 100%;
    }

    .img-left-footer {
        display: none;
    }

    .img-right-footer {
        display: none;
    }

    .img-slider-size-mobile {
        background-position-x: -330px;
    }

    .grp-spe-title-cn {
        padding-bottom: 1rem;
        padding-top: 0rem;
    }

    .sec_rel {
        margin-top: 2rem;
        padding-top: 1rem !important;
    }

    .ltr .about_matn h2 {
        /* top: -53px; */
        font-size: 23px;
    }

    .subtitle-home {
        font-size: 13px;
    }

}
/* --- بخش درباره ما / اپلیکیشن --- */
.app-home-container {
    position: relative;
    padding-bottom: 3rem; /* فاصله داخلی از پایین */
    overflow: hidden; /* جلوگیری از بیرون زدگی عناصر */

    background-size: cover; /* پوشش کامل الفابرا */
    background-position: center; /* موقعیت مرکزی */
    z-index: 0; /* زیر سایر عناصر قرار گیرد */
}

/* برای ناحیه متن و تصویر گنجایش انگیزشی */
.about_wrapper_box {
    display: flex;
    position: relative;
    min-height: 300px; /* به حداکثر ارتفاع برای تصویر */
    z-index: 1; /* جلوتر از تصویر پس‌زمینه */

}

/* متن‌ها در بالای تصویر */
.about_matn {
    padding-top: 0;
    display: flex;
    flex-direction: column; /* چیدمان عمودی */
    align-items: center;
    justify-content: center;
    text-align: center; /* مرکز چین برای متن‌ها */
    color: white; /* رنگ متن سفید */
}

/* عنوان‌ها */
.site_cn_title {
    position: relative;
    margin: 20px 0; /* فاصله بین عناصر */
}

.site_cn_title h2, .site_cn_title h4 {
    margin: 10px;
    color: rgb(88, 88, 88); /* متن سفید */
}

/* متن توضیحات */
.about_text {
    font-size: 16px; /* اندازه فونت متن توضیحات */
    line-height: 30px; /* فاصله بین خطوط */
    margin: 10px 0; /* حاشیه بالا و پایین */
    text-align: center; /* تراز در مرکز */
}

/* گواهینامه‌ها */
.ul_certificats {
    display: flex;
    justify-content: center; /* وسط چین کردن گواهینامه‌ها */
    margin-top: 20px; /* فاصله از متن */
}

.ul_certificats li img {
    width: 90%; /* عرض هر گواهینامه */
}

/* استایل‌ها برای ریسپانسیو */
@media (max-width: 991px) {
    .about_wrapper_box {
        flex-direction: column; /* چیدمان ستونی در موبایل */
    }
    
    .about_matn {
        text-align: center; /* مرکز چین برای متن‌ها */
    }

    .site_cn_title h2, .site_cn_title h4 {
        font-size: 24px; /* کوچک کردن فونت در موبایل */
    }
    
    .about_text {
        font-size: 14px; /* کوچک کردن اندازه فونت متن */
    }
}
.site_cn_title {
    display: flex; /* استفاده از flex برای قرار دادن مربع در کنار عنوان */
    align-items: center; /* وسط‌چین کردن عمودی */
    position: relative; /* تعیین موقعیت برای خط زیر عنوان */
}



.site_cn_title h2 {
    color: #535353; /* رنگ خاکستری برای عنوان */
    font-size: 32px; /* اندازه فونت عنوان */
    font-weight: 500; /* وزن فونت عنوان */
    margin: 0; /* حذف حاشیه */
}


.section-title {
  font-size: 2rem;
  font-family: 'IRANSans', tahoma, sans-serif;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
}

.section-desc {
  font-size: 1rem;
  color: #444;
  font-family: 'IRANSans', tahoma, sans-serif;
  margin-right: 22px;
}

.red-square {
  width: 12px;
  height: 12px;
  background: #d80000;
  border-radius: 2px;
  display: inline-block;
  margin-top: 3px;
}

.tv-img-container {
  display: inline-block;
  position: relative;
  max-width: 430px;
  border-radius: 10px;
  transition: 0.3s;
  margin-left: auto;
  box-shadow: 0 4px 32px #0001;
}

.tv-img-container::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 97%;
  height: 93%;
  background: #e1203c22;
  border-radius: 12px;
  z-index: 0;
  transform: rotate(-2.5deg);
  opacity: 0;
  transition: 0.27s;
}

.tv-img-container:hover {
  transform: rotate(-2.4deg) scale(1.03);
  box-shadow: 0 6px 48px #e1203c30;
}

.tv-img-container:hover::before {
  opacity: 1;
}

.tv-image-custom {
  width: 100%;
  max-width: 410px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: 0.40s cubic-bezier(.7,0,.6,1.2);
  box-shadow: 0 4px 32px #0004;
}
.main-rtl {
  direction: rtl;
  text-align: right;
}

/* مربع قرمز راست تیتر */
.red-square-rtl {
  width: 12px;
  height: 12px;
  background: #d80000;
  border-radius: 2px;
  display: inline-block;
  margin-top: 3px;
  margin-left: 7px;
}

/* تیتر */
.section-title {
  font-size: 2.1rem;
  font-family: 'IRANSans', tahoma, sans-serif;
  color: #222;
  font-weight: bold;
  line-height: 1.4;
}

/* متن توضیح */
.section-desc {
  font-size: 1.2rem;
  color: #333;
  font-family: 'IRANSans', tahoma, sans-serif;
  margin-top: 6px;
  margin-right: 5px;
  line-height: 2.17;
}

/* باکس عکس */
.display-image-wrapper {
  background: #fff;
  padding: 8px;
  border-radius: 14px;
  box-shadow: 0 4px 24px #0002;
  display: inline-block;
  max-width: 370px;
  transition: 0.3s;
}

.display-image {
  border-radius: 10px;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  box-shadow: 0 2px 14px #0001;
  transition: 0.25s;
}

.display-image-wrapper:hover {
  box-shadow: 0 8px 52px #e1203c3c;
  transform: rotate(-2deg) scale(1.045);
  background: #fff7f8;
}
.billboard-row-rtl {
  text-align: right;
}

/* باکس تصویر با سایه ملایم و گوشه گرد */
.billboard-img-box {
  background: #fff;
  padding: 5px;
  border-radius: 15px;
  box-shadow: 0 6px 32px #0001;
  max-width: 92%;
  display: inline-block;
}

/* تصویر بزرگ */
.billboard-img {
  width: 50vh;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  max-height: 295px;
}

/* مربع قرمز کنار تیتر */
.billboard-red-square {
  width: 11px;
  height: 11px;
  background: #d80000;
  border-radius: 2px;
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
}

/* تیتر */
.billboard-title {
  font-size: 2rem;
  font-family: 'IRANSans', tahoma, sans-serif;
  color: #222;
  font-weight: bold;
  line-height: 1.45;
}

/* توضیحات */
.billboard-desc {
  font-size: 1.18rem;
  color: #333;
  font-family: 'IRANSans', tahoma, sans-serif;
  margin-top: 14px;
  line-height: 2.12;
  margin-right: 7px;
}
.billboard-row-rtl {
  direction: rtl;
  text-align: right;
}

.billboard-img-box {
  background: #fff;
  padding: 4px;
  border-radius: 12px;
  box-shadow: 0 6px 24px #0001;
  max-width: 97%;
  display: inline-block;
  margin-left: 0;
}

.billboard-img {
  width: 105%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  max-height: 320px;
}

.billboard-red-square {
  width: 10px;
  height: 10px;
  background: #d80000;
  border-radius: 2px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}

.billboard-title {
  font-size: 1.45rem;
  font-family: 'IRANSans', tahoma, sans-serif;
  color: #222;
  font-weight: bold;
  line-height: 1.45;
}

.billboard-desc {
  font-size: 1.08rem;
  color: #333;
  font-family: 'IRANSans', tahoma, sans-serif;
  margin-top: 12px;
  line-height: 2.12;
  margin-right: 7px;
}
@media (max-width: 991px) {
  .billboard-img-box {
    max-width: 95vw;
    margin-bottom:16px;
  }
  .billboard-img {
    max-height: 240px;
  }
}


.tv-img-container::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 15px;
  width: 89%;
  height: 87%;
  background: radial-gradient(ellipse at 60% 80%, #e1203caa 70%, #d8000022 100%);
  opacity: 0;
  border-radius: 18px;
  z-index: 0;
  transform: rotate(-2deg) scale(1.01);
  transition:
    opacity 0.28s,
    box-shadow 0.48s cubic-bezier(.34,1.2,.59,1.03),
    transform 0.65s cubic-bezier(.45,1.45,.41,.91),
    filter 0.4s;
  box-shadow:
    0 16px 50px 0 #e1203c40,
    0 0 42px 2px #d8000020;
  filter: blur(0px);
}

.tv-img-container:hover {
  transform: scale(1.04) rotate(-2deg);
  box-shadow: 0 12px 60px #e1203c33, 0 1.5px 6px #d8000020;
}

.tv-img-container:hover::before {
  opacity: 1;
  box-shadow:
    0 16px 90px 0 #e1203cc0,
    0 0 104px 9px #e1203c55;
  filter: blur(2.8px) brightness(1.12);
  transform: rotate(-7deg) scale(1.10) translateY(8px);
}

/* اختیاری: هاور روی عکس اما خودش افکتی ندارد */
.billboard-img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 16px;
  z-index: 2;
  will-change: transform;
  transition: none;
}
.padding{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* ====== Main Footer Wrapper ====== */
/* ======= استایل مرتب و خوانا برای فوتر ======= */
.footer_cn {
    background: #191919 !important;
    color: #eee !important;
    font-family: 'Vazirmatn', 'iransans', Tahoma, Arial, sans-serif !important;
    font-size: 16px;
    direction: rtl;
    border-top: none !important;
  }

/* اطلاعات تماس و شبکه اجتماعی */
.footer_middle_wrapper {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .2px;
}

.footer_m_ad {
  display: flex !important;
  align-items: center !important;
  gap: 8px;
  margin-bottom: 4px !important;
}

.footer_m_ad i, .footer_social i {
  color: #ff3b3b !important;
  font-size: 20px;
}
.footer_social img {
  width: 25px !important;
  vertical-align: middle;
  border-radius: 50%;
  background: #eee;
}

/* آدرس و جلوه bold برای تاکید اصلی */
.footer_md_adderss,
.footer_md_phone,
.footer_md_email {
  color: #fff !important;
  font-weight: bold;
}

/* منوها */
.footer_menu_wrapper {
  text-align: center !important;
  font-size: 17px;
}
.footer_menu_wrapper a {
  color: #eee !important;
  font-weight: 500;
  transition: color 0.2s;
}
.footer_menu_wrapper a:hover {
  color: #ff3b3b !important;
}

/* لوگو */
.footer_logo_mob {
  max-width: 180px;
  width: 100%;
  display: block;
  margin: 0 auto 16px auto;
  filter: drop-shadow(0 2px 14px rgba(0,0,0,.6));
}

/* کپی‌رایت و طراح */
.cn-copy-right {
  border-top: 1px solid #292929 !important;
  margin-top: 1.5rem;
  padding-top: 0.8rem;
  color: #ccc !important;
  font-size: 15px;
  text-align: center;
  letter-spacing: .3px;
  font-weight: 400;
}
.ft-copy-right {
  color: #eee !important;
  font-size: 15px;
  font-weight: 700;
}
.ft-copy-right a {
  color: #ff3b3b !important;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s;
}
.ft-copy-right a:hover { color: #fff !important; }

/* موبایل: چینش زیر هم، متون کمی کوچکتر و وسط‌چین */
@media (max-width: 767.98px) {
  .footer_cn {
    font-size: 15px;
  }
  .footer_middle_wrapper {
    text-align: center !important;
    font-size: 16px;
  }
  .footer_m_ad {
    justify-content: center;
    font-size: 15px;
  }
  .footer_menu_wrapper {
    margin-bottom: 1.2rem;
    font-size: 16px;
  }
  .footer_logo_mob { max-width: 120px;}
  .cn-copy-right { font-size: 13px; }
}

/* رنگ اصلی منوی فعال یا hover */
.footer-menu-link.active,
.footer-menu-link:focus {
  color: #ff3b3b !important;
}

/* خطوط منو */
.footer_menu_wrapper .row > .col-6, 
.footer_menu_wrapper .row > .col-12 {
  padding-bottom: 0.4rem !important;
}

.footer_social {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .footer_cn .row.align-items-start {
    display: flex;
    flex-wrap: nowrap;
    gap: 56px; /* میزان باز بودن ستون‌ها؛ به دلخواه بین 40 تا 80px */
  }
}
.app-home-container {
  direction: rtl;
  font-family: IRANSans, 'Vazir', tahoma;
}
/* جهت تصویر همیشه چپ بماند حتی در موبایل */
.img-col-fix {
  order: 2;
}
@media (max-width: 767px) {
  .img-col-fix {
    order: 2;
    margin-bottom: 1.8rem;
  }
}

.about-content-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 32px 0 rgba(52,49,75,.1);
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) { 
  .about-content-box {
    padding: 1.2rem;
  }
}

/* تیتر و دایره‌ها */
.title-row-rtl .about-title {
  font-weight: bold;
  font-size: 2rem;
  color: #23233b;
}
.title-row-rtl .title-number {
  color: #dd1212; /* نارنجی نمایان */
  font-weight: bold;
  font-size: 3rem;
  margin-left: 5px;
}
.dot {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  margin-right: 2px;
}
.dot-purple  { background: #880ecc; }    /* بنفش طرح رنگین کمان */
.dot-blue    { background: #00e0ff; }
.dot-green   { background: #b3d925; }
.dot-yellow  { background: #ffe600; }
.dot-orange  { background: #ff9800; }
.dot-red     { background: #ff2120; }

/* استایل آمار با رنگ‌های لوگو */
.stat-box {
  border-radius: 16px;
  color: #fff;
  padding: 1.1rem 1.2rem .75rem 1.2rem;
  text-align: center;
  box-shadow: 0 2px 16px 0 rgba(52,49,75,.07);
  font-weight: 600;
  transition: box-shadow 0.2s, transform 0.15s;
  background: #eee;
  min-width: 110px;
}
.stat-purple { background: linear-gradient(135deg, #8d11d2 0%, #d483fa 90%); }
.stat-blue   { background: linear-gradient(135deg, #0fdfff 0%, #00bbff 80%); }
.stat-green  { background: linear-gradient(135deg, #b2e50d 0%, #54ce1e 90%); }
.stat-yellow { background: linear-gradient(135deg, #ffe600 0%, #ffc100 90%); }
.stat-orange { background: linear-gradient(135deg, #ff9800 0%, #fc6500 90%); }
.stat-red    { background: linear-gradient(135deg, #fe2120 0%, #c00 90%); }

.stat-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 4px;
}
.stat-value {
  font-size: 1.5rem;
  font-weight: bold;
}

/* دکمه قرمز با افکت هُوِر */
.btn-red-cta {
  background: linear-gradient(90deg,#fe2120 0,#ff9800 80%);
  color: #fff !important;
  border: none;
  border-radius: 24px;
  padding: 0.65rem 2.1rem 0.65rem 1.3rem;
  font-size: 1.14rem;
  font-weight: bold;
  box-shadow: 0 5px 18px 0 rgba(255,50,0,0.10);
  transition: background .2s, transform .13s;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px;
}
.btn-red-cta:hover {
  background: linear-gradient(90deg, #ff9800 0%, #fe2120 80%);
  transform: translateY(-2px) scale(1.04);
  color: #fff;
}

/* توضیح، متن‌ها */
.about-desc {
  color: #444;
  font-size: 1.09rem;
  line-height: 2.12;
}

.about-en-title {
  font-size: 0.96rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  text-align: right;
}
.stats-rangin-row {
  flex-direction: row-reverse;
  direction: rtl;
  padding: 10px;
}

/* باکس کلی */
.stat-box {
  background: #fff;
  border-radius: 20px;
  padding: 1.3rem 0.7rem;
  box-shadow: 0 1px 8px rgba(50, 50, 50, 0.08);
  text-align: center;
  font-family: inherit;

  position: relative;
  border-bottom: 5px solid transparent;
  cursor: pointer;}


.stat-box:hover {
 
  box-shadow: 0 12px 32px 0 rgba(60,60,60, 0.22);
  z-index: 2;

}

/* رنگ‌ها با الهام از لوگو */
.rangin-purple { border-bottom-color: #893fc0; }
.rangin-blue   { border-bottom-color: #24bedf; }
.rangin-green  { border-bottom-color: #00cc4e; }
.rangin-yellow { border-bottom-color: #ffe500; }
.rangin-orange { border-bottom-color: #ff9900; }
.rangin-red    { border-bottom-color: #ea1d26; }
/* افکت هاور */
.rangin-purple:hover { box-shadow: 0 4px 18px #893fc057; }
.rangin-blue:hover   { box-shadow: 0 4px 18px #24bedf57; }
.rangin-green:hover  { box-shadow: 0 4px 18px #00cc4e57; }
.rangin-yellow:hover { box-shadow: 0 4px 18px #ffe50057; }
.rangin-orange:hover { box-shadow: 0 4px 18px #ff990057; }
.rangin-red:hover    { box-shadow: 0 4px 18px #ea1d2654; }

/* متن عنوان */
.stat-title {
  font-size: 1rem;
  color: #222;
  margin-bottom: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* عدد اصلی */
.stat-value {
  font-size: 1.7rem;
  font-weight: 900;
  color: #191919;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .stat-box {
    padding: 1rem 0.3rem;
    font-size: 0.95rem;
    margin-bottom: 8px;
  }
  .stat-title { font-size: 0.92rem; }
  .stat-value { font-size: 1.3rem; }
}
/* در فایل CSS */
.rainbow-cta-row {
  gap: 18px;
}

.btn-rainbow {
  font-family: 'IRANSans', Tahoma, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 24px 8px 24px 8px; /* گوشه‌های خاص مثل لوگو */
  padding: 16px 32px;
  margin: 8px 0;
  transition: all 0.2s cubic-bezier(.68,-0.55,.27,1.55);
  box-shadow: 0 4px 24px 0 rgba(0,0,0,.17);
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--from), var(--to));
}

.btn-rainbow.red  { --from: #f83600; --to: #f9d423; /* قرمز به نارنجی */ }
.btn-rainbow.blue { --from: #0575e6; --to: #00f2fe; /* آبی به فیروزه‌ای */ }
/* می‌تونید رنگ‌های دیگر هم اضافه کنید، مثل زرد، سبز، بنفش */

.btn-rainbow:hover {
  transform: translateY(-4px) scale(1.06) rotate(-2deg);
  box-shadow: 0 8px 36px 0 rgba(0,0,0,.31);
  filter: brightness(1.1);
}

.btn-rainbow i {
  font-size: 1.25em;
  margin-right: 6px;
}
.section-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 16px;
}

.section-title h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #252525;
}

.red-curve {
  display: block;
  width: 200px;
  height: 8px;
  margin: 0 auto 4px;
}

.section-subtitle {
  color: #666;
  font-size: 1.1rem;
  font-family: Vazirmatn, Tahoma, sans-serif;
}
